Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/can/esd/
Desdacc.c212 core->tx_fifo_head = tx_fifo_status & 0xff; in acc_open()
252 u8 tx_fifo_head = core->tx_fifo_head; in acc_start_xmit() local
263 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()
Desdacc.h247 u8 tx_fifo_head; member
/linux-6.12.1/drivers/net/ethernet/intel/igbvf/
Digbvf.h198 u32 tx_fifo_head; member
/linux-6.12.1/drivers/net/ethernet/intel/e1000/
De1000.h238 u32 tx_fifo_head; member
De1000_main.c592 adapter->tx_fifo_head = 0; in e1000_reset()
2373 adapter->tx_fifo_head = 0; in e1000_82547_tx_fifo_stall_task()
3039 u32 fifo_space = adapter->tx_fifo_size - adapter->tx_fifo_head; in e1000_82547_fifo_workaround()
3056 adapter->tx_fifo_head += skb_fifo_len; in e1000_82547_fifo_workaround()
3057 if (adapter->tx_fifo_head >= adapter->tx_fifo_size) in e1000_82547_fifo_workaround()
3058 adapter->tx_fifo_head -= adapter->tx_fifo_size; in e1000_82547_fifo_workaround()
/linux-6.12.1/drivers/net/ethernet/intel/e1000e/
De1000.h247 u32 tx_fifo_head; member
Dethtool.c1483 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()