Home
last modified time | relevance | path

Searched refs:otx2_cq_queue (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_txrx.h141 struct otx2_cq_queue { struct
167 struct otx2_cq_queue *cq; argument
189 int otx2_refill_pool_ptrs(void *dev, struct otx2_cq_queue *cq);
190 int cn10k_refill_pool_ptrs(void *dev, struct otx2_cq_queue *cq);
H A Dotx2_txrx.c43 struct otx2_cq_queue *cq,
58 struct otx2_cq_queue *cq) in otx2_nix_cq_op_status()
82 static struct nix_cqe_hdr_s *otx2_get_next_cqe(struct otx2_cq_queue *cq) in otx2_get_next_cqe()
126 struct otx2_cq_queue *cq, in otx2_snd_pkt_handler()
332 struct otx2_cq_queue *cq, in otx2_rcv_pkt_handler()
395 struct otx2_cq_queue *cq, int budget) in otx2_rx_napi_handler()
436 int otx2_refill_pool_ptrs(void *dev, struct otx2_cq_queue *cq) in otx2_refill_pool_ptrs()
465 struct otx2_cq_queue *cq, int budget) in otx2_tx_napi_handler()
567 struct otx2_cq_queue *rx_cq = NULL; in otx2_napi_handler()
568 struct otx2_cq_queue *cq = NULL; in otx2_napi_handler()
[all …]
H A Dcn10k.h27 int cn10k_refill_pool_ptrs(void *dev, struct otx2_cq_queue *cq);
H A Dqos_sq.c285 struct otx2_cq_queue *cq; in otx2_qos_disable_sq()
H A Dotx2_pf.c1548 struct otx2_cq_queue *cq; in otx2_free_cq_res()
1751 struct otx2_cq_queue *cq; in otx2_free_hw_resources()
1944 qset->cq = kzalloc_objs(struct otx2_cq_queue, pf->qset.cq_cnt); in otx2_alloc_queue_mem()