Searched refs:tx_fifo_head (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/igbvf/
H A Digbvf.h217 u32 tx_fifo_head; member in struct:igbvf_adapter
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/e1000/
H A De1000.h255 u32 tx_fifo_head; member in struct:e1000_adapter
H A De1000_main.c579 adapter->tx_fifo_head = 0;
2244 adapter->tx_fifo_head = 0;
2866 u32 fifo_space = adapter->tx_fifo_size - adapter->tx_fifo_head;
2883 adapter->tx_fifo_head += skb_fifo_len;
2884 if (adapter->tx_fifo_head >= adapter->tx_fifo_size)
2885 adapter->tx_fifo_head -= adapter->tx_fifo_size;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/e1000e/
H A Dethtool.c1434 adapter->tx_fifo_head = ctrlext;
1502 /* restore CTRL_EXT, stealing space from tx_fifo_head */
1503 ew32(CTRL_EXT, adapter->tx_fifo_head);
1504 adapter->tx_fifo_head = 0;
H A De1000.h300 u32 tx_fifo_head; member in struct:e1000_adapter

Completed in 61 milliseconds