Home
last modified time | relevance | path

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

/freebsd/sys/dev/ena/
H A Dena_datapath.c325 above_thresh = ena_com_sq_have_enough_space(tx_ring->ena_com_io_sq, in ena_tx_cleanup()
329 above_thresh = ena_com_sq_have_enough_space( in ena_tx_cleanup()
1066 if (unlikely(!ena_com_sq_have_enough_space(tx_ring->ena_com_io_sq, in ena_xmit_mbuf()
1082 if (ena_com_sq_have_enough_space(tx_ring->ena_com_io_sq, in ena_xmit_mbuf()
/freebsd/sys/contrib/ena-com/
H A Dena_eth_com.h117 static inline bool ena_com_sq_have_enough_space(struct ena_com_io_sq *io_sq, in ena_com_sq_have_enough_space() function
H A Dena_eth_com.c457 if (unlikely(!ena_com_sq_have_enough_space(io_sq, num_bufs + 1))) { in ena_com_prepare_tx()
673 if (unlikely(!ena_com_sq_have_enough_space(io_sq, 1))) in ena_com_add_single_rx_desc()