Searched refs:ena_com_free_q_entries (Results 1 – 2 of 2) sorted by relevance
74 static inline int ena_com_free_q_entries(struct ena_com_io_sq *io_sq) in ena_com_free_q_entries() function92 return ena_com_free_q_entries(io_sq) >= required_buffers; in ena_com_sq_have_enough_space()101 return ena_com_free_q_entries(io_sq) > temp; in ena_com_sq_have_enough_space()
1327 refill_required = ena_com_free_q_entries(rx_ring->ena_com_io_sq); in ena_clean_rx_irq()3568 refill_required = ena_com_free_q_entries(rx_ring->ena_com_io_sq); in check_for_empty_rx_ring()