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

/freebsd-11-stable/sys/dev/ena/
H A Dena_datapath.c311 above_thresh = ena_com_sq_have_enough_space(tx_ring->ena_com_io_sq,
316 ena_com_sq_have_enough_space(tx_ring->ena_com_io_sq,
1006 if (unlikely(!ena_com_sq_have_enough_space(tx_ring->ena_com_io_sq,
1023 if (ena_com_sq_have_enough_space(tx_ring->ena_com_io_sq,
/freebsd-11-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 55 milliseconds