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.h691 struct idpf_sw_queue *refillq;
870 struct idpf_sw_queue { struct
883 libeth_cacheline_group_assert(struct idpf_sw_queue, read_mostly, 24); argument
884 libeth_cacheline_group_assert(struct idpf_sw_queue, read_write, 8);
885 libeth_cacheline_struct_assert(struct idpf_sw_queue, 24, 8);
898 struct idpf_sw_queue *refillq[IDPF_MAX_BUFQS_PER_RXQ_GRP];
919 struct idpf_sw_queue *refillqs;
1070 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.c204 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()
1853 int swq_size = sizeof(struct idpf_sw_queue); in idpf_rxq_group_alloc()
1871 struct idpf_sw_queue *refillq = in idpf_rxq_group_alloc()
2568 static bool idpf_tx_get_free_buf_id(struct idpf_sw_queue *refillq, in idpf_tx_get_free_buf_id()
2602 struct idpf_sw_queue *refillq = txq->refillq; in idpf_tx_splitq_pkt_err_unmap()
3076 struct idpf_sw_queue *refillq = tx_q->refillq; in idpf_tx_splitq_frame()
3542 struct idpf_sw_queue *refillq = NULL; in idpf_rx_splitq_clean()
3698 struct idpf_sw_queue *refillq) in idpf_rx_clean_refillq()