Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_txrx.h75 struct otx2_snd_queue { struct
139 struct otx2_snd_queue *sq;
153 bool otx2_sq_append_skb(struct net_device *netdev, struct otx2_snd_queue *sq,
155 void cn10k_sqe_flush(void *dev, struct otx2_snd_queue *sq,
157 void otx2_sqe_flush(void *dev, struct otx2_snd_queue *sq,
Dotx2_txrx.c78 struct otx2_snd_queue *sq, in otx2_snd_pkt_handler()
448 void otx2_sqe_flush(void *dev, struct otx2_snd_queue *sq, in otx2_sqe_flush()
467 static bool otx2_sqe_add_sg(struct otx2_nic *pfvf, struct otx2_snd_queue *sq, in otx2_sqe_add_sg()
512 static void otx2_sqe_add_ext(struct otx2_nic *pfvf, struct otx2_snd_queue *sq, in otx2_sqe_add_ext()
582 static void otx2_sqe_add_mem(struct otx2_snd_queue *sq, int *offset, in otx2_sqe_add_mem()
597 static void otx2_sqe_add_hdr(struct otx2_nic *pfvf, struct otx2_snd_queue *sq, in otx2_sqe_add_hdr()
645 struct otx2_snd_queue *sq, in otx2_dma_map_tso_skb()
677 static u64 otx2_tso_frag_dma_addr(struct otx2_snd_queue *sq, in otx2_tso_frag_dma_addr()
695 static void otx2_sqe_tso_add_sg(struct otx2_snd_queue *sq, in otx2_sqe_tso_add_sg()
726 static void otx2_sq_append_tso(struct otx2_nic *pfvf, struct otx2_snd_queue *sq, in otx2_sq_append_tso()
[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()
787 struct otx2_snd_queue *sq; in otx2_sq_aq_init()
825 struct otx2_snd_queue *sq; in otx2_sq_init()
1072 struct otx2_snd_queue *sq; in otx2_sq_free_sqbs()
1271 struct otx2_snd_queue *sq; in otx2_sq_aura_pool_init()
Dcn10k.c137 void cn10k_sqe_flush(void *dev, struct otx2_snd_queue *sq, int size, int qidx) in cn10k_sqe_flush()
Dotx2_vf.c381 struct otx2_snd_queue *sq; in otx2vf_xmit()
Dotx2_common.h309 void (*sqe_flush)(void *dev, struct otx2_snd_queue *sq,
Dotx2_pf.c1279 struct otx2_snd_queue *sq; in otx2_free_sq_res()
1527 sizeof(struct otx2_snd_queue), GFP_KERNEL); in otx2_open()
1748 struct otx2_snd_queue *sq; in otx2_xmit()