Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_txrx.h689 struct idpf_sw_queue *refillq;
868 struct idpf_sw_queue { struct
881 libeth_cacheline_group_assert(struct idpf_sw_queue, read_mostly, 24); argument
882 libeth_cacheline_group_assert(struct idpf_sw_queue, read_write, 8);
883 libeth_cacheline_struct_assert(struct idpf_sw_queue, 24, 8);
896 struct idpf_sw_queue *refillq[IDPF_MAX_BUFQS_PER_RXQ_GRP];
917 struct idpf_sw_queue *refillqs;
1066 static inline u32 idpf_tx_splitq_get_free_bufs(struct idpf_sw_queue *refillq) in idpf_tx_splitq_get_free_bufs()
H A Didpf_txrx.c205 struct idpf_sw_queue *refillq; in idpf_tx_desc_alloc()
580 static void idpf_post_buf_refill(struct idpf_sw_queue *refillq, u16 buf_id) in idpf_post_buf_refill()
1844 int swq_size = sizeof(struct idpf_sw_queue); in idpf_rxq_group_alloc()
1861 struct idpf_sw_queue *refillq = in idpf_rxq_group_alloc()
2550 static bool idpf_tx_get_free_buf_id(struct idpf_sw_queue *refillq, in idpf_tx_get_free_buf_id()
2584 struct idpf_sw_queue *refillq = txq->refillq; in idpf_tx_splitq_pkt_err_unmap()
3054 struct idpf_sw_queue *refillq = tx_q->refillq; in idpf_tx_splitq_frame()
3517 struct idpf_sw_queue *refillq = NULL; in idpf_rx_splitq_clean()
3673 struct idpf_sw_queue *refillq) in idpf_rx_clean_refillq()