Home
last modified time | relevance | path

Searched refs:ena_com_free_q_entries (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/drivers/net/ethernet/amazon/ena/
Dena_eth_com.h76 static inline int ena_com_free_q_entries(struct ena_com_io_sq *io_sq) in ena_com_free_q_entries() function
94 return ena_com_free_q_entries(io_sq) >= required_buffers; in ena_com_sq_have_enough_space()
103 return ena_com_free_q_entries(io_sq) > temp; in ena_com_sq_have_enough_space()
Dena_netdev.c1819 refill_required = ena_com_free_q_entries(rx_ring->ena_com_io_sq); in ena_clean_rx_irq()
4072 refill_required = ena_com_free_q_entries(rx_ring->ena_com_io_sq); in check_for_empty_rx_ring()