Searched refs:otx2_cq_queue (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | otx2_txrx.h | 127 struct otx2_cq_queue { struct 152 struct otx2_cq_queue *cq; 173 int otx2_refill_pool_ptrs(void *dev, struct otx2_cq_queue *cq); 174 int cn10k_refill_pool_ptrs(void *dev, struct otx2_cq_queue *cq);
|
H A D | otx2_txrx.c | 32 struct otx2_cq_queue *cq, 36 struct otx2_cq_queue *cq) in otx2_nix_cq_op_status() 60 static struct nix_cqe_hdr_s *otx2_get_next_cqe(struct otx2_cq_queue *cq) in otx2_get_next_cqe() 134 struct otx2_cq_queue *cq, in otx2_snd_pkt_handler() 340 struct otx2_cq_queue *cq, in otx2_rcv_pkt_handler() 390 struct otx2_cq_queue *cq, int budget) in otx2_rx_napi_handler() 431 int otx2_refill_pool_ptrs(void *dev, struct otx2_cq_queue *cq) in otx2_refill_pool_ptrs() 448 struct otx2_cq_queue *cq, int budget) in otx2_tx_napi_handler() 532 struct otx2_cq_queue *rx_cq = NULL; in otx2_napi_handler() 535 struct otx2_cq_queue *c in otx2_napi_handler() [all...] |
H A D | cn10k.h | 27 int cn10k_refill_pool_ptrs(void *dev, struct otx2_cq_queue *cq);
|
H A D | otx2_common.h | 374 int (*refill_pool_ptrs)(void *dev, struct otx2_cq_queue *cq); 987 void otx2_cleanup_rx_cqes(struct otx2_nic *pfvf, struct otx2_cq_queue *cq, int qidx); 988 void otx2_cleanup_tx_cqes(struct otx2_nic *pfvf, struct otx2_cq_queue *cq); 992 int otx2_alloc_buffer(struct otx2_nic *pfvf, struct otx2_cq_queue *cq,
|
H A D | qos_sq.c | 264 struct otx2_cq_queue *cq; in otx2_qos_disable_sq()
|
H A D | cn10k.c | 110 int cn10k_refill_pool_ptrs(void *dev, struct otx2_cq_queue *cq) in cn10k_refill_pool_ptrs()
|
H A D | otx2_common.c | 574 int otx2_alloc_buffer(struct otx2_nic *pfvf, struct otx2_cq_queue *cq, in otx2_alloc_buffer() 990 struct otx2_cq_queue *cq; in otx2_cq_init() 1077 struct otx2_cq_queue *cq; in otx2_pool_refill_task()
|
H A D | otx2_pf.c | 1406 struct otx2_cq_queue *cq; in otx2_free_cq_res() 1597 struct otx2_cq_queue *cq; in otx2_free_hw_resources() 1790 sizeof(struct otx2_cq_queue), GFP_KERNEL); in otx2_open()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | otx2_txrx.h | 120 struct otx2_cq_queue { struct 142 struct otx2_cq_queue *cq;
|
H A D | otx2_txrx.c | 23 static struct nix_cqe_hdr_s *otx2_get_next_cqe(struct otx2_cq_queue *cq) in otx2_get_next_cqe() 79 struct otx2_cq_queue *cq, in otx2_snd_pkt_handler() 274 struct otx2_cq_queue *cq, in otx2_rcv_pkt_handler() 303 struct otx2_cq_queue *cq, int budget) in otx2_rx_napi_handler() 359 struct otx2_cq_queue *cq, int budget) in otx2_tx_napi_handler() 401 struct otx2_cq_queue *cq; in otx2_napi_handler() 906 void otx2_cleanup_rx_cqes(struct otx2_nic *pfvf, struct otx2_cq_queue *cq) in otx2_cleanup_rx_cqes() 931 void otx2_cleanup_tx_cqes(struct otx2_nic *pfvf, struct otx2_cq_queue *cq) in otx2_cleanup_tx_cqes()
|
H A D | otx2_common.h | 608 void otx2_cleanup_rx_cqes(struct otx2_nic *pfvf, struct otx2_cq_queue *cq); 609 void otx2_cleanup_tx_cqes(struct otx2_nic *pfvf, struct otx2_cq_queue *cq);
|
H A D | otx2_pf.c | 1257 struct otx2_cq_queue *cq; in otx2_free_cq_res() 1392 struct otx2_cq_queue *cq; in otx2_free_hw_resources() 1479 sizeof(struct otx2_cq_queue), GFP_KERNEL); in otx2_open()
|
H A D | otx2_common.c | 818 struct otx2_cq_queue *cq; in otx2_cq_init() 885 struct otx2_cq_queue *cq; in otx2_pool_refill_task()
|
Completed in 32 milliseconds