Searched refs:otx2_snd_queue (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | otx2_txrx.h | 79 struct otx2_snd_queue { struct 143 struct otx2_snd_queue *sq; 157 bool otx2_sq_append_skb(struct net_device *netdev, struct otx2_snd_queue *sq,
|
D | otx2_txrx.c | 80 struct otx2_snd_queue *sq, in otx2_snd_pkt_handler() 442 static void otx2_sqe_flush(struct otx2_snd_queue *sq, int size) in otx2_sqe_flush() 460 static bool otx2_sqe_add_sg(struct otx2_nic *pfvf, struct otx2_snd_queue *sq, in otx2_sqe_add_sg() 505 static void otx2_sqe_add_ext(struct otx2_nic *pfvf, struct otx2_snd_queue *sq, in otx2_sqe_add_ext() 562 static void otx2_sqe_add_mem(struct otx2_snd_queue *sq, int *offset, in otx2_sqe_add_mem() 577 static void otx2_sqe_add_hdr(struct otx2_nic *pfvf, struct otx2_snd_queue *sq, in otx2_sqe_add_hdr() 625 struct otx2_snd_queue *sq, in otx2_dma_map_tso_skb() 657 static u64 otx2_tso_frag_dma_addr(struct otx2_snd_queue *sq, in otx2_tso_frag_dma_addr() 675 static void otx2_sqe_tso_add_sg(struct otx2_snd_queue *sq, in otx2_sqe_tso_add_sg() 706 static void otx2_sq_append_tso(struct otx2_nic *pfvf, struct otx2_snd_queue *sq, in otx2_sq_append_tso() [all …]
|
D | otx2_common.c | 76 struct otx2_snd_queue *sq = &pfvf->qset.sq[qidx]; in otx2_update_sq_stats() 740 struct otx2_snd_queue *sq; in otx2_sq_init() 1014 struct otx2_snd_queue *sq; in otx2_sq_free_sqbs() 1213 struct otx2_snd_queue *sq; in otx2_sq_aura_pool_init()
|
D | otx2_vf.c | 365 struct otx2_snd_queue *sq; in otx2vf_xmit()
|
D | otx2_pf.c | 1268 struct otx2_snd_queue *sq; in otx2_free_sq_res() 1480 sizeof(struct otx2_snd_queue), GFP_KERNEL); in otx2_open() 1694 struct otx2_snd_queue *sq; in otx2_xmit()
|