Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/can/peak_canfd/
H A Dpeak_canfd.c650 bool should_stop_tx_queue; in peak_canfd_start_xmit() local
725 should_stop_tx_queue = !!(priv->can.echo_skb[priv->echo_idx]); in peak_canfd_start_xmit()
729 should_stop_tx_queue |= (room_left < in peak_canfd_start_xmit()
732 should_stop_tx_queue |= (room_left < in peak_canfd_start_xmit()
735 if (should_stop_tx_queue) in peak_canfd_start_xmit()