Searched refs:otx2_sq_append_skb (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | otx2_txrx.h | 157 bool otx2_sq_append_skb(struct net_device *netdev, struct otx2_snd_queue *sq,
|
H A D | otx2_txrx.c | 840 bool otx2_sq_append_skb(struct net_device *netdev, struct otx2_snd_queue *sq, in otx2_sq_append_skb() function 904 EXPORT_SYMBOL(otx2_sq_append_skb); variable
|
H A D | otx2_vf.c | 371 if (!otx2_sq_append_skb(netdev, sq, skb, qidx)) { in otx2vf_xmit()
|
H A D | otx2_pf.c | 1720 if (!otx2_sq_append_skb(netdev, sq, skb, qidx)) { in otx2_xmit()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | otx2_txrx.h | 167 bool otx2_sq_append_skb(struct net_device *netdev, struct otx2_snd_queue *sq,
|
H A D | otx2_vf.c | 398 if (!otx2_sq_append_skb(netdev, sq, skb, qidx)) { in otx2vf_xmit()
|
H A D | otx2_txrx.c | 1141 bool otx2_sq_append_skb(struct net_device *netdev, struct otx2_snd_queue *sq, in otx2_sq_append_skb() function 1208 EXPORT_SYMBOL(otx2_sq_append_skb); variable
|
H A D | otx2_pf.c | 2063 if (!otx2_sq_append_skb(netdev, sq, skb, qidx)) { in otx2_xmit()
|
Completed in 16 milliseconds