Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/intel/idpf/
Didpf_singleq_txrx.c842 bool idpf_rx_singleq_buf_hw_alloc_all(struct idpf_rx_queue *rx_q, in idpf_rx_singleq_buf_hw_alloc_all() function
1053 failure = idpf_rx_singleq_buf_hw_alloc_all(rx_q, cleaned_count); in idpf_rx_singleq_clean()
Didpf_txrx.h1050 bool idpf_rx_singleq_buf_hw_alloc_all(struct idpf_rx_queue *rxq,
Didpf_txrx.c707 if (idpf_rx_singleq_buf_hw_alloc_all(rxq, rxq->desc_count - 1)) in idpf_rx_buf_alloc_singleq()