Searched refs:otx2_snd_queue (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.1/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | otx2_txrx.h | 79 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,
|
D | otx2_txrx.c | 114 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 …]
|
D | cn10k.h | 28 void cn10k_sqe_flush(void *dev, struct otx2_snd_queue *sq, int size, int qidx);
|
D | otx2_common.c | 87 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()
|
D | cn10k.c | 136 void cn10k_sqe_flush(void *dev, struct otx2_snd_queue *sq, int size, int qidx) in cn10k_sqe_flush()
|
D | otx2_pf.c | 1379 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()
|
D | otx2_vf.c | 382 struct otx2_snd_queue *sq; in otx2vf_xmit()
|
D | otx2_common.h | 351 void (*sqe_flush)(void *dev, struct otx2_snd_queue *sq,
|