HomeSort by relevance Sort by last modified time
    Searched refs:tx_start (Results 1 - 2 of 2) sorted by null

  /external/syslinux/gpxe/src/drivers/net/
eepro.c 291 static unsigned int rx_start, tx_start; variable
338 tx_start = tx_end = (unsigned int) (XMT_LOWER_LIMIT << 8);
419 if (tx_end > tx_start)
420 tx_available = XMT_RAM - (tx_end - tx_start);
421 else if (tx_end < tx_start)
422 tx_available = tx_start - tx_end;
445 tx_start = last;
449 printf("%d %d\n", tx_start, tx_end);
470 tx_start = tx_end = (XMT_LOWER_LIMIT << 8);
pcnet32.c 83 static int tx_start = 1; /* Mapping -- 0:20, 1:64, 2:128, 3:~220 (depends on chip vers) */ variable

Completed in 102 milliseconds