Searched refs:otx2_cq_queue (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.15/drivers/net/ethernet/marvell/octeontx2/nic/ |
| D | otx2_txrx.h | 116 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);
|
| D | otx2_txrx.c | 21 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()
|
| D | cn10k.h | 27 void cn10k_refill_pool_ptrs(void *dev, struct otx2_cq_queue *cq);
|
| D | otx2_common.h | 311 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,
|
| D | cn10k.c | 111 void cn10k_refill_pool_ptrs(void *dev, struct otx2_cq_queue *cq) in cn10k_refill_pool_ptrs()
|
| D | otx2_common.c | 543 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()
|
| D | otx2_pf.c | 1265 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()
|