Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_txrx.h116 struct otx2_cq_queue { struct
138 struct otx2_cq_queue *cq; argument
159 void otx2_refill_pool_ptrs(void *dev, struct otx2_cq_queue *cq);
160 void cn10k_refill_pool_ptrs(void *dev, struct otx2_cq_queue *cq);
Dotx2_txrx.c21 static struct nix_cqe_hdr_s *otx2_get_next_cqe(struct otx2_cq_queue *cq) in otx2_get_next_cqe()
77 struct otx2_cq_queue *cq, in otx2_snd_pkt_handler()
272 struct otx2_cq_queue *cq, in otx2_rcv_pkt_handler()
316 struct otx2_cq_queue *cq, int budget) in otx2_rx_napi_handler()
351 void otx2_refill_pool_ptrs(void *dev, struct otx2_cq_queue *cq) in otx2_refill_pool_ptrs()
365 struct otx2_cq_queue *cq, int budget) in otx2_tx_napi_handler()
407 struct otx2_cq_queue *cq; in otx2_napi_handler()
933 void otx2_cleanup_rx_cqes(struct otx2_nic *pfvf, struct otx2_cq_queue *cq) in otx2_cleanup_rx_cqes()
958 void otx2_cleanup_tx_cqes(struct otx2_nic *pfvf, struct otx2_cq_queue *cq) in otx2_cleanup_tx_cqes()
Dcn10k.h27 void cn10k_refill_pool_ptrs(void *dev, struct otx2_cq_queue *cq);
Dotx2_common.h311 void (*refill_pool_ptrs)(void *dev, struct otx2_cq_queue *cq);
783 void otx2_cleanup_rx_cqes(struct otx2_nic *pfvf, struct otx2_cq_queue *cq);
784 void otx2_cleanup_tx_cqes(struct otx2_nic *pfvf, struct otx2_cq_queue *cq);
787 int otx2_alloc_buffer(struct otx2_nic *pfvf, struct otx2_cq_queue *cq,
Dcn10k.c111 void cn10k_refill_pool_ptrs(void *dev, struct otx2_cq_queue *cq) in cn10k_refill_pool_ptrs()
Dotx2_common.c543 int otx2_alloc_buffer(struct otx2_nic *pfvf, struct otx2_cq_queue *cq, in otx2_alloc_buffer()
875 struct otx2_cq_queue *cq; in otx2_cq_init()
944 struct otx2_cq_queue *cq; in otx2_pool_refill_task()
Dotx2_pf.c1265 struct otx2_cq_queue *cq; in otx2_free_cq_res()
1429 struct otx2_cq_queue *cq; in otx2_free_hw_resources()
1522 sizeof(struct otx2_cq_queue), GFP_KERNEL); in otx2_open()