Searched refs:tx_fifo_head (Results 1 – 5 of 5) sorted by relevance
219 u32 tx_fifo_head; member
262 u32 tx_fifo_head; member
613 adapter->tx_fifo_head = 0; in e1000_reset()2384 adapter->tx_fifo_head = 0; in e1000_82547_tx_fifo_stall_task()3054 u32 fifo_space = adapter->tx_fifo_size - adapter->tx_fifo_head; in e1000_82547_fifo_workaround()3071 adapter->tx_fifo_head += skb_fifo_len; in e1000_82547_fifo_workaround()3072 if (adapter->tx_fifo_head >= adapter->tx_fifo_size) in e1000_82547_fifo_workaround()3073 adapter->tx_fifo_head -= adapter->tx_fifo_size; in e1000_82547_fifo_workaround()
263 u32 tx_fifo_head; member
1490 adapter->tx_fifo_head = ctrlext; in e1000_set_es2lan_mac_loopback()1557 ew32(CTRL_EXT, adapter->tx_fifo_head); in e1000_loopback_cleanup()1558 adapter->tx_fifo_head = 0; in e1000_loopback_cleanup()