Home
last modified time | relevance | path

Searched refs:otx2_snd_queue (Results 1 – 9 of 9) sorted by relevance

/Linux-v6.6/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_txrx.h81 struct otx2_snd_queue { struct
153 struct otx2_snd_queue *sq;
167 bool otx2_sq_append_skb(struct net_device *netdev, struct otx2_snd_queue *sq,
169 void cn10k_sqe_flush(void *dev, struct otx2_snd_queue *sq,
171 void otx2_sqe_flush(void *dev, struct otx2_snd_queue *sq,
Dotx2_txrx.c116 struct otx2_snd_queue *sq, in otx2_xdp_snd_pkt_handler()
135 struct otx2_snd_queue *sq, in otx2_snd_pkt_handler()
451 struct otx2_snd_queue *sq; in otx2_tx_napi_handler()
595 void otx2_sqe_flush(void *dev, struct otx2_snd_queue *sq, in otx2_sqe_flush()
614 static bool otx2_sqe_add_sg(struct otx2_nic *pfvf, struct otx2_snd_queue *sq, in otx2_sqe_add_sg()
659 static void otx2_sqe_add_ext(struct otx2_nic *pfvf, struct otx2_snd_queue *sq, in otx2_sqe_add_ext()
727 static void otx2_sqe_add_mem(struct otx2_snd_queue *sq, int *offset, in otx2_sqe_add_mem()
750 static void otx2_sqe_add_hdr(struct otx2_nic *pfvf, struct otx2_snd_queue *sq, in otx2_sqe_add_hdr()
799 struct otx2_snd_queue *sq, in otx2_dma_map_tso_skb()
831 static u64 otx2_tso_frag_dma_addr(struct otx2_snd_queue *sq, in otx2_tso_frag_dma_addr()
[all …]
Dqos_sq.c38 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()
Dcn10k.h28 void cn10k_sqe_flush(void *dev, struct otx2_snd_queue *sq, int size, int qidx);
Dotx2_common.c89 struct otx2_snd_queue *sq = &pfvf->qset.sq[qidx]; in otx2_update_sq_stats()
819 struct otx2_snd_queue *sq; in otx2_sqb_flush()
894 struct otx2_snd_queue *sq; in otx2_sq_aq_init()
931 struct otx2_snd_queue *sq; in otx2_sq_init()
1184 struct otx2_snd_queue *sq; in otx2_sq_free_sqbs()
1426 struct otx2_snd_queue *sq; in otx2_sq_aura_pool_init()
Dcn10k.c138 void cn10k_sqe_flush(void *dev, struct otx2_snd_queue *sq, int size, int qidx) in cn10k_sqe_flush()
Dotx2_pf.c1226 struct otx2_snd_queue *sq; in otx2_q_intr_handler()
1379 struct otx2_snd_queue *sq; in otx2_free_sq_res()
1727 sizeof(struct otx2_snd_queue), GFP_KERNEL); in otx2_open()
1972 struct otx2_snd_queue *sq; in otx2_xmit()
2541 struct otx2_snd_queue *sq; in otx2_xdp_xmit()
Dotx2_vf.c377 struct otx2_snd_queue *sq; in otx2vf_xmit()
Dotx2_common.h372 void (*sqe_flush)(void *dev, struct otx2_snd_queue *sq,