Searched refs:otx2_snd_queue (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | otx2_txrx.h | 81 struct otx2_snd_queue { struct 153 struct otx2_snd_queue *sq; 167 bool otx2_sq_append_skb(struct net_device *netdev, struct otx2_snd_queue *sq, 169 void cn10k_sqe_flush(void *dev, struct otx2_snd_queue *sq, 171 void otx2_sqe_flush(void *dev, struct otx2_snd_queue *sq,
|
H A D | otx2_txrx.c | 116 struct otx2_snd_queue *sq, in otx2_xdp_snd_pkt_handler() 135 struct otx2_snd_queue *sq, in otx2_snd_pkt_handler() 451 struct otx2_snd_queue *sq; in otx2_tx_napi_handler() 595 void otx2_sqe_flush(void *dev, struct otx2_snd_queue *sq, in otx2_sqe_flush() 799 struct otx2_snd_queue *sq, in otx2_dma_map_tso_skb() 831 static u64 otx2_tso_frag_dma_addr(struct otx2_snd_queue *sq, in otx2_tso_frag_dma_addr() 849 static void otx2_sqe_tso_add_sg(struct otx2_snd_queue *sq, in otx2_sqe_tso_add_sg() 1079 struct otx2_snd_queue *sq, int *offset) in otx2_set_txtstamp() 1255 struct otx2_snd_queue *sq; in otx2_cleanup_tx_cqes() 1322 struct otx2_snd_queue *sq; in otx2_free_pending_sqe() [all …]
|
H A D | qos_sq.c | 38 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()
|
H A D | cn10k.h | 28 void cn10k_sqe_flush(void *dev, struct otx2_snd_queue *sq, int size, int qidx);
|
H A D | otx2_common.c | 89 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()
|
H A D | cn10k.c | 138 void cn10k_sqe_flush(void *dev, struct otx2_snd_queue *sq, int size, int qidx) in cn10k_sqe_flush()
|
H A D | otx2_pf.c | 1256 struct otx2_snd_queue *sq; in otx2_q_intr_handler() 1420 struct otx2_snd_queue *sq; in otx2_free_sq_res() 1795 sizeof(struct otx2_snd_queue), GFP_KERNEL); in otx2_open() 2044 struct otx2_snd_queue *sq; in otx2_xmit() 2613 struct otx2_snd_queue *sq; in otx2_xdp_xmit()
|
H A D | otx2_vf.c | 392 struct otx2_snd_queue *sq; in otx2vf_xmit()
|
H A D | otx2_common.h | 372 void (*sqe_flush)(void *dev, struct otx2_snd_queue *sq,
|