Searched refs:otx2_snd_queue (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | otx2_txrx.h | 84 struct otx2_snd_queue { struct 156 struct otx2_snd_queue *sq; 170 bool otx2_sq_append_skb(struct net_device *netdev, struct otx2_snd_queue *sq, 172 void cn10k_sqe_flush(void *dev, struct otx2_snd_queue *sq, 174 void otx2_sqe_flush(void *dev, struct otx2_snd_queue *sq,
|
D | otx2_txrx.c | 116 struct otx2_snd_queue *sq, in otx2_xdp_snd_pkt_handler() 135 struct otx2_snd_queue *sq, in otx2_snd_pkt_handler() 454 struct otx2_snd_queue *sq; in otx2_tx_napi_handler() 598 void otx2_sqe_flush(void *dev, struct otx2_snd_queue *sq, in otx2_sqe_flush() 617 static bool otx2_sqe_add_sg(struct otx2_nic *pfvf, struct otx2_snd_queue *sq, in otx2_sqe_add_sg() 662 static void otx2_sqe_add_ext(struct otx2_nic *pfvf, struct otx2_snd_queue *sq, in otx2_sqe_add_ext() 730 static void otx2_sqe_add_mem(struct otx2_snd_queue *sq, int *offset, in otx2_sqe_add_mem() 753 static void otx2_sqe_add_hdr(struct otx2_nic *pfvf, struct otx2_snd_queue *sq, in otx2_sqe_add_hdr() 802 struct otx2_snd_queue *sq, in otx2_dma_map_tso_skb() 834 static u64 otx2_tso_frag_dma_addr(struct otx2_snd_queue *sq, in otx2_tso_frag_dma_addr() [all …]
|
D | qos_sq.c | 38 struct otx2_snd_queue *sq; in otx2_qos_sq_aura_pool_init() 120 struct otx2_snd_queue *sq; in otx2_qos_sq_free_sqbs() 263 struct otx2_snd_queue *sq; in otx2_qos_disable_sq()
|
D | cn10k.h | 28 void cn10k_sqe_flush(void *dev, struct otx2_snd_queue *sq, int size, int qidx);
|
D | otx2_common.c | 89 struct otx2_snd_queue *sq = &pfvf->qset.sq[qidx]; in otx2_update_sq_stats() 819 struct otx2_snd_queue *sq; in otx2_sqb_flush() 889 struct otx2_snd_queue *sq; in otx2_sq_aq_init() 926 struct otx2_snd_queue *sq; in otx2_sq_init() 1189 struct otx2_snd_queue *sq; in otx2_sq_free_sqbs() 1431 struct otx2_snd_queue *sq; in otx2_sq_aura_pool_init()
|
D | cn10k.c | 138 void cn10k_sqe_flush(void *dev, struct otx2_snd_queue *sq, int size, int qidx) in cn10k_sqe_flush()
|
D | otx2_pf.c | 1269 struct otx2_snd_queue *sq; in otx2_q_intr_handler() 1433 struct otx2_snd_queue *sq; in otx2_free_sq_res() 1808 sizeof(struct otx2_snd_queue), GFP_KERNEL); in otx2_open() 2065 struct otx2_snd_queue *sq; in otx2_xmit() 2634 struct otx2_snd_queue *sq; in otx2_xdp_xmit()
|
D | otx2_vf.c | 392 struct otx2_snd_queue *sq; in otx2vf_xmit()
|
D | otx2_common.h | 371 void (*sqe_flush)(void *dev, struct otx2_snd_queue *sq,
|