Searched refs:tx_fifo_tail (Results 1 – 2 of 2) sorted by relevance
263 fifo_usage = tx_fifo_head - core->tx_fifo_tail; in acc_start_xmit()324 hw_fifo_head != priv->core->tx_fifo_tail) { in acc_set_mode()327 priv->core->tx_fifo_tail, in acc_set_mode()413 u8 tx_fifo_tail = core->tx_fifo_tail; in handle_core_msg_rxtxdone() local415 if (core->tx_fifo_head == tx_fifo_tail) { in handle_core_msg_rxtxdone()422 skb = priv->can.echo_skb[tx_fifo_tail]; in handle_core_msg_rxtxdone()432 core->tx_fifo_tail = acc_tx_fifo_next(core, tx_fifo_tail); in handle_core_msg_rxtxdone()470 u8 tx_fifo_tail = core->tx_fifo_tail; in handle_core_msg_txabort() local475 const u32 tail_mask = (1U << tx_fifo_tail); in handle_core_msg_txabort()485 tx_fifo_tail = acc_tx_fifo_next(core, tx_fifo_tail); in handle_core_msg_txabort()[all …]
248 u8 tx_fifo_tail; member
Completed in 8 milliseconds