Searched defs:tx_tail (Results 1 - 6 of 6) sorted by relevance
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ | ||
H A D | intel.c | 583 unsigned int tx_tail; local 592 tx_tail = ( intel->tx.prod % INTEL_NUM_TX_DESC ); 605 writel ( tx_tail, intel->regs + INTEL_TDT ); |
H A D | pcnet32.h | 140 uint32_t tx_tail; member in struct:pcnet32_private |
H A D | eepro100.h | 157 int tx_tail; member in struct:ifec_private |
H A D | 3c90x.h | 299 unsigned int tx_tail; /* entry of last finished packet */ member in struct:INF_3C90X |
H A D | forcedeth.h | 328 int tx_tail; member in struct:forcedeth_private |
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/igbvf/ | ||
H A D | igbvf.h | 293 uint32_t tx_tail; member in struct:igbvf_adapter |
Completed in 58 milliseconds