Home
last modified time | relevance | path

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

/linux/drivers/net/can/esd/
H A 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()
H A Desdacc.h247 u8 tx_fifo_head; member
/linux/drivers/net/ethernet/intel/igbvf/
H A Digbvf.h196 u32 tx_fifo_head; member
/linux/drivers/net/ethernet/intel/e1000/
H A De1000.h238 u32 tx_fifo_head; member
/linux/drivers/net/ethernet/intel/e1000e/
H A De1000.h247 u32 tx_fifo_head; member
H A 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()