Searched refs:otx2_cq_queue (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
| H A D | otx2_txrx.h | 141 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 D | otx2_txrx.c | 43 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 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); 1042 void otx2_cleanup_rx_cqes(struct otx2_nic *pfvf, struct otx2_cq_queue *cq, int qidx); 1043 void otx2_cleanup_tx_cqes(struct otx2_nic *pfvf, struct otx2_cq_queue *cq); 1047 int otx2_alloc_buffer(struct otx2_nic *pfvf, struct otx2_cq_queue *cq,
|
| H A D | otx2_xsk.c | 94 struct otx2_cq_queue *cq; in otx2_clean_up_rq()
|
| H A D | qos_sq.c | 285 struct otx2_cq_queue *cq; in otx2_qos_disable_sq()
|
| H A D | cn10k.c | 124 int cn10k_refill_pool_ptrs(void *dev, struct otx2_cq_queue *cq) in cn10k_refill_pool_ptrs()
|
| H A D | otx2_common.c | 585 int otx2_alloc_buffer(struct otx2_nic *pfvf, struct otx2_cq_queue *cq, in otx2_alloc_buffer() 1056 struct otx2_cq_queue *cq; in otx2_cq_init() 1156 struct otx2_cq_queue *cq; in otx2_pool_refill_task()
|
| H A D | otx2_pf.c | 1551 struct otx2_cq_queue *cq; in otx2_free_cq_res() 1754 struct otx2_cq_queue *cq; in otx2_free_hw_resources() 1948 qset->cq = kzalloc_objs(struct otx2_cq_queue, pf->qset.cq_cnt); in otx2_alloc_queue_mem()
|