Searched refs:write_sgl (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4vf/ |
H A D | sge.c | 885 * write_sgl - populate a Scatter/Gather List for a packet 901 static void write_sgl(const struct sk_buff *skb, struct sge_txq *tq, in write_sgl() function 1435 write_sgl(skb, tq, sgl, end, 0, addr); in t4vf_eth_xmit()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4vf/ |
H A D | sge.c | 885 * write_sgl - populate a Scatter/Gather List for a packet 901 static void write_sgl(const struct sk_buff *skb, struct sge_txq *tq, in write_sgl() function 1432 write_sgl(skb, tq, sgl, end, 0, addr); in t4vf_eth_xmit()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | sge.c | 1001 * write_sgl - populate a scatter/gather list for a packet 1012 static inline unsigned int write_sgl(const struct sk_buff *skb, in write_sgl() function 1243 sgl_flits = write_sgl(skb, sgp, skb->data, skb_headlen(skb), addr); in write_tx_pkt_wr() 1656 sgl_flits = write_sgl(skb, sgp, skb_transport_header(skb), in write_ofld_wr()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | sge.c | 996 * write_sgl - populate a scatter/gather list for a packet 1007 static inline unsigned int write_sgl(const struct sk_buff *skb, in write_sgl() function 1238 sgl_flits = write_sgl(skb, sgp, skb->data, skb_headlen(skb), addr); in write_tx_pkt_wr() 1653 sgl_flits = write_sgl(skb, sgp, skb_transport_header(skb), in write_ofld_wr()
|
Completed in 17 milliseconds