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

/linux-master/drivers/net/ethernet/amazon/ena/
H A Dena_eth_com.h86 static inline bool ena_com_sq_have_enough_space(struct ena_com_io_sq *io_sq, function
H A Dena_eth_com.c392 if (unlikely(!ena_com_sq_have_enough_space(io_sq, num_bufs + 1))) {
599 if (unlikely(!ena_com_sq_have_enough_space(io_sq, 1)))
H A Dena_netdev.c900 above_thresh = ena_com_sq_have_enough_space(tx_ring->ena_com_io_sq,
905 ena_com_sq_have_enough_space(tx_ring->ena_com_io_sq,
2654 if (unlikely(!ena_com_sq_have_enough_space(tx_ring->ena_com_io_sq,
2673 if (ena_com_sq_have_enough_space(tx_ring->ena_com_io_sq,

Completed in 258 milliseconds