Searched refs:tx_fifo_head (Results 1 – 6 of 6) sorted by relevance
212 core->tx_fifo_head = tx_fifo_status & 0xff; in acc_open()252 u8 tx_fifo_head = core->tx_fifo_head; in acc_start_xmit() local263 fifo_usage = tx_fifo_head - core->tx_fifo_tail; in acc_start_xmit()290 can_put_echo_skb(skb, netdev, core->tx_fifo_head, 0); in acc_start_xmit()292 core->tx_fifo_head = acc_tx_fifo_next(core, tx_fifo_head); in acc_start_xmit()323 if (hw_fifo_head != priv->core->tx_fifo_head || in acc_set_mode()328 priv->core->tx_fifo_head, in acc_set_mode()415 if (core->tx_fifo_head == tx_fifo_tail) { in handle_core_msg_rxtxdone()474 while (tx_fifo_tail != core->tx_fifo_head && (abort_mask)) { in handle_core_msg_txabort()
247 u8 tx_fifo_head; member
238 u32 tx_fifo_head; member
590 adapter->tx_fifo_head = 0; in e1000_reset()2378 adapter->tx_fifo_head = 0; in e1000_82547_tx_fifo_stall_task()3044 u32 fifo_space = adapter->tx_fifo_size - adapter->tx_fifo_head; in e1000_82547_fifo_workaround()3061 adapter->tx_fifo_head += skb_fifo_len; in e1000_82547_fifo_workaround()3062 if (adapter->tx_fifo_head >= adapter->tx_fifo_size) in e1000_82547_fifo_workaround()3063 adapter->tx_fifo_head -= adapter->tx_fifo_size; in e1000_82547_fifo_workaround()
247 u32 tx_fifo_head; member
1483 adapter->tx_fifo_head = ctrlext; in e1000_set_es2lan_mac_loopback()1578 ew32(CTRL_EXT, adapter->tx_fifo_head); in e1000_loopback_cleanup()1579 adapter->tx_fifo_head = 0; in e1000_loopback_cleanup()
Completed in 23 milliseconds