Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/sfc/siena/
H A Dtx_common.h19 static inline bool efx_tx_buffer_in_use(struct efx_tx_buffer *buffer) in efx_tx_buffer_in_use() function
H A Dtx_common.c212 if (!efx_tx_buffer_in_use(buffer)) { in efx_dequeue_buffers()
/openbmc/linux/drivers/net/ethernet/sfc/
H A Dtx_common.h25 static inline bool efx_tx_buffer_in_use(struct efx_tx_buffer *buffer) in efx_tx_buffer_in_use() function
H A Dtx_common.c224 if (!efx_tx_buffer_in_use(buffer)) { in efx_dequeue_buffers()
H A Def100_tx.c414 unlikely(efx_tx_buffer_in_use(buffer))) { in __ef100_enqueue_skb()
H A Dtx.c566 if (!efx_tx_buffer_in_use(buffer)) { in efx_xmit_done_single()