Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_txrx.c609 static void idpf_rx_post_buf_refill(struct idpf_sw_queue *refillq, u16 buf_id) in idpf_rx_post_buf_refill() argument
611 u32 nta = refillq->next_to_use; in idpf_rx_post_buf_refill()
614 refillq->ring[nta] = in idpf_rx_post_buf_refill()
617 idpf_queue_has(GEN_CHK, refillq)); in idpf_rx_post_buf_refill()
619 if (unlikely(++nta == refillq->desc_count)) { in idpf_rx_post_buf_refill()
621 idpf_queue_change(GEN_CHK, refillq); in idpf_rx_post_buf_refill()
624 refillq->next_to_use = nta; in idpf_rx_post_buf_refill()
1513 struct idpf_sw_queue *refillq = in idpf_rxq_group_alloc() local
1516 refillq->desc_count = in idpf_rxq_group_alloc()
1518 idpf_queue_set(GEN_CHK, refillq); in idpf_rxq_group_alloc()
[all …]
H A Didpf_txrx.h847 struct idpf_sw_queue *refillq[IDPF_MAX_BUFQS_PER_RXQ_GRP]; member