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

/freebsd-12-stable/sys/dev/ena/
H A Dena_datapath.c313 above_thresh = ena_com_sq_have_enough_space(tx_ring->ena_com_io_sq,
318 ena_com_sq_have_enough_space(tx_ring->ena_com_io_sq,
1021 if (unlikely(!ena_com_sq_have_enough_space(tx_ring->ena_com_io_sq,
1038 if (ena_com_sq_have_enough_space(tx_ring->ena_com_io_sq,
/freebsd-12-stable/sys/contrib/ena-com/
H A Dena_eth_com.h115 static inline bool ena_com_sq_have_enough_space(struct ena_com_io_sq *io_sq, function
H A Dena_eth_com.c432 if (unlikely(!ena_com_sq_have_enough_space(io_sq, num_bufs + 1))) {
647 if (unlikely(!ena_com_sq_have_enough_space(io_sq, 1)))

Completed in 61 milliseconds