Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_txrx.h84 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,
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()
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 …]
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()
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()
Dcn10k.c138 void cn10k_sqe_flush(void *dev, struct otx2_snd_queue *sq, int size, int qidx) in cn10k_sqe_flush()
Dotx2_pf.c1269 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()
Dotx2_vf.c392 struct otx2_snd_queue *sq; in otx2vf_xmit()
Dotx2_common.h371 void (*sqe_flush)(void *dev, struct otx2_snd_queue *sq,