Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_txrx.h127 struct otx2_cq_queue { struct
152 struct otx2_cq_queue *cq; argument
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);
Dotx2_txrx.c32 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()
525 struct otx2_cq_queue *rx_cq = NULL; in otx2_napi_handler()
528 struct otx2_cq_queue *cq; in otx2_napi_handler()
[all …]
Dcn10k.h27 int cn10k_refill_pool_ptrs(void *dev, struct otx2_cq_queue *cq);
Dotx2_common.h374 int (*refill_pool_ptrs)(void *dev, struct otx2_cq_queue *cq);
986 void otx2_cleanup_rx_cqes(struct otx2_nic *pfvf, struct otx2_cq_queue *cq, int qidx);
987 void otx2_cleanup_tx_cqes(struct otx2_nic *pfvf, struct otx2_cq_queue *cq);
991 int otx2_alloc_buffer(struct otx2_nic *pfvf, struct otx2_cq_queue *cq,
Dqos_sq.c264 struct otx2_cq_queue *cq; in otx2_qos_disable_sq()
Dcn10k.c110 int cn10k_refill_pool_ptrs(void *dev, struct otx2_cq_queue *cq) in cn10k_refill_pool_ptrs()
Dotx2_common.c574 int otx2_alloc_buffer(struct otx2_nic *pfvf, struct otx2_cq_queue *cq, in otx2_alloc_buffer()
985 struct otx2_cq_queue *cq; in otx2_cq_init()
1072 struct otx2_cq_queue *cq; in otx2_pool_refill_task()
Dotx2_pf.c1365 struct otx2_cq_queue *cq; in otx2_free_cq_res()
1556 struct otx2_cq_queue *cq; in otx2_free_hw_resources()
1722 sizeof(struct otx2_cq_queue), GFP_KERNEL); in otx2_open()