Searched refs:otx2_snd_queue (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.15/drivers/net/ethernet/marvell/octeontx2/nic/ |
| D | otx2_txrx.h | 75 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,
|
| D | otx2_txrx.c | 78 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 …]
|
| 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() 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()
|
| D | cn10k.c | 137 void cn10k_sqe_flush(void *dev, struct otx2_snd_queue *sq, int size, int qidx) in cn10k_sqe_flush()
|
| D | otx2_vf.c | 381 struct otx2_snd_queue *sq; in otx2vf_xmit()
|
| D | otx2_common.h | 309 void (*sqe_flush)(void *dev, struct otx2_snd_queue *sq,
|
| D | otx2_pf.c | 1279 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()
|