Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/igbvf/
A Digbvf.h198 u32 tx_fifo_head; member
/linux/drivers/net/ethernet/intel/e1000/
A De1000.h238 u32 tx_fifo_head; member
A De1000_main.c595 adapter->tx_fifo_head = 0; in e1000_reset()
2375 adapter->tx_fifo_head = 0; in e1000_82547_tx_fifo_stall_task()
3041 u32 fifo_space = adapter->tx_fifo_size - adapter->tx_fifo_head; in e1000_82547_fifo_workaround()
3058 adapter->tx_fifo_head += skb_fifo_len; in e1000_82547_fifo_workaround()
3059 if (adapter->tx_fifo_head >= adapter->tx_fifo_size) in e1000_82547_fifo_workaround()
3060 adapter->tx_fifo_head -= adapter->tx_fifo_size; in e1000_82547_fifo_workaround()
/linux/drivers/net/ethernet/intel/e1000e/
A De1000.h245 u32 tx_fifo_head; member
A Dethtool.c1494 adapter->tx_fifo_head = ctrlext; in e1000_set_es2lan_mac_loopback()
1587 ew32(CTRL_EXT, adapter->tx_fifo_head); in e1000_loopback_cleanup()
1588 adapter->tx_fifo_head = 0; in e1000_loopback_cleanup()

Completed in 20 milliseconds