Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/amazon/ena/
Dena_eth_com.h110 static inline bool ena_com_sq_have_enough_space(struct ena_com_io_sq *io_sq, in ena_com_sq_have_enough_space() function
Dena_eth_com.c386 if (unlikely(!ena_com_sq_have_enough_space(io_sq, num_bufs + 1))) { in ena_com_prepare_tx()
570 if (unlikely(!ena_com_sq_have_enough_space(io_sq, 1))) in ena_com_add_single_rx_desc()
Dena_netdev.c820 above_thresh = ena_com_sq_have_enough_space(tx_ring->ena_com_io_sq, in ena_clean_tx_irq()
825 ena_com_sq_have_enough_space(tx_ring->ena_com_io_sq, in ena_clean_tx_irq()
2334 if (unlikely(!ena_com_sq_have_enough_space(tx_ring->ena_com_io_sq, in ena_start_xmit()
2354 if (ena_com_sq_have_enough_space(tx_ring->ena_com_io_sq, in ena_start_xmit()