Searched refs:otx2_cq_queue (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/marvell/octeontx2/nic/ |
A D | otx2_txrx.h | 123 struct otx2_cq_queue { struct 148 struct otx2_cq_queue *cq; argument 169 void otx2_refill_pool_ptrs(void *dev, struct otx2_cq_queue *cq); 170 void cn10k_refill_pool_ptrs(void *dev, struct otx2_cq_queue *cq);
|
A D | otx2_txrx.c | 32 struct otx2_cq_queue *cq); 35 struct otx2_cq_queue *cq) in otx2_nix_cq_op_status() 59 static struct nix_cqe_hdr_s *otx2_get_next_cqe(struct otx2_cq_queue *cq) in otx2_get_next_cqe() 133 struct otx2_cq_queue *cq, in otx2_snd_pkt_handler() 342 struct otx2_cq_queue *cq, in otx2_rcv_pkt_handler() 390 struct otx2_cq_queue *cq, int budget) in otx2_rx_napi_handler() 428 void otx2_refill_pool_ptrs(void *dev, struct otx2_cq_queue *cq) in otx2_refill_pool_ptrs() 442 struct otx2_cq_queue *cq, int budget) in otx2_tx_napi_handler() 514 struct otx2_cq_queue *rx_cq = NULL; in otx2_napi_handler() 517 struct otx2_cq_queue *cq; in otx2_napi_handler() [all …]
|
A D | cn10k.h | 27 void cn10k_refill_pool_ptrs(void *dev, struct otx2_cq_queue *cq);
|
A D | otx2_common.h | 356 void (*refill_pool_ptrs)(void *dev, struct otx2_cq_queue *cq); 930 void otx2_cleanup_rx_cqes(struct otx2_nic *pfvf, struct otx2_cq_queue *cq); 931 void otx2_cleanup_tx_cqes(struct otx2_nic *pfvf, struct otx2_cq_queue *cq); 934 int otx2_alloc_buffer(struct otx2_nic *pfvf, struct otx2_cq_queue *cq,
|
A D | cn10k.c | 110 void cn10k_refill_pool_ptrs(void *dev, struct otx2_cq_queue *cq) in cn10k_refill_pool_ptrs()
|
A D | otx2_common.c | 546 int otx2_alloc_buffer(struct otx2_nic *pfvf, struct otx2_cq_queue *cq, in otx2_alloc_buffer() 922 struct otx2_cq_queue *cq; in otx2_cq_init() 1001 struct otx2_cq_queue *cq; in otx2_pool_refill_task()
|
A D | otx2_pf.c | 1365 struct otx2_cq_queue *cq; in otx2_free_cq_res() 1553 struct otx2_cq_queue *cq; in otx2_free_hw_resources() 1707 sizeof(struct otx2_cq_queue), GFP_KERNEL); in otx2_open()
|
Completed in 21 milliseconds