Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_txrx.h79 struct otx2_snd_queue { struct
149 struct otx2_snd_queue *sq;
163 bool otx2_sq_append_skb(struct net_device *netdev, struct otx2_snd_queue *sq,
165 void cn10k_sqe_flush(void *dev, struct otx2_snd_queue *sq,
167 void otx2_sqe_flush(void *dev, struct otx2_snd_queue *sq,
Dotx2_txrx.c114 struct otx2_snd_queue *sq, in otx2_xdp_snd_pkt_handler()
133 struct otx2_snd_queue *sq, in otx2_snd_pkt_handler()
444 struct otx2_snd_queue *sq; in otx2_tx_napi_handler()
566 void otx2_sqe_flush(void *dev, struct otx2_snd_queue *sq, in otx2_sqe_flush()
585 static bool otx2_sqe_add_sg(struct otx2_nic *pfvf, struct otx2_snd_queue *sq, in otx2_sqe_add_sg()
630 static void otx2_sqe_add_ext(struct otx2_nic *pfvf, struct otx2_snd_queue *sq, in otx2_sqe_add_ext()
700 static void otx2_sqe_add_mem(struct otx2_snd_queue *sq, int *offset, in otx2_sqe_add_mem()
723 static void otx2_sqe_add_hdr(struct otx2_nic *pfvf, struct otx2_snd_queue *sq, in otx2_sqe_add_hdr()
771 struct otx2_snd_queue *sq, in otx2_dma_map_tso_skb()
803 static u64 otx2_tso_frag_dma_addr(struct otx2_snd_queue *sq, in otx2_tso_frag_dma_addr()
[all …]
Dcn10k.h28 void cn10k_sqe_flush(void *dev, struct otx2_snd_queue *sq, int size, int qidx);
Dotx2_common.c87 struct otx2_snd_queue *sq = &pfvf->qset.sq[qidx]; in otx2_update_sq_stats()
831 struct otx2_snd_queue *sq; in otx2_sq_aq_init()
868 struct otx2_snd_queue *sq; in otx2_sq_init()
1132 struct otx2_snd_queue *sq; in otx2_sq_free_sqbs()
1335 struct otx2_snd_queue *sq; in otx2_sq_aura_pool_init()
Dcn10k.c136 void cn10k_sqe_flush(void *dev, struct otx2_snd_queue *sq, int size, int qidx) in cn10k_sqe_flush()
Dotx2_pf.c1379 struct otx2_snd_queue *sq; in otx2_free_sq_res()
1712 sizeof(struct otx2_snd_queue), GFP_KERNEL); in otx2_open()
1939 struct otx2_snd_queue *sq; in otx2_xmit()
2463 struct otx2_snd_queue *sq; in otx2_xdp_xmit()
Dotx2_vf.c382 struct otx2_snd_queue *sq; in otx2vf_xmit()
Dotx2_common.h351 void (*sqe_flush)(void *dev, struct otx2_snd_queue *sq,