Searched refs:cxgb4_write_sgl (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | sge.c | 821 * cxgb4_write_sgl - populate a scatter/gather list for a packet 837 void cxgb4_write_sgl(const struct sk_buff *skb, struct sge_txq *q, in cxgb4_write_sgl() function 891 EXPORT_SYMBOL(cxgb4_write_sgl); variable 903 * Unlike cxgb4_write_sgl, @start can be any offset into the skb data, 1726 cxgb4_write_sgl(skb, &q->q, (void *)sgl, end, sgl_off, in cxgb4_eth_xmit() 2073 cxgb4_write_sgl(skb, tq, sgl, end, 0, sgl_sdesc->addr); in cxgb4_vf_eth_xmit() 2366 cxgb4_write_sgl(skb, &eohw_txq->q, (void *)sgl, end, hdr_len, in ethofld_hard_xmit() 3017 cxgb4_write_sgl(skb, &q->q, (void *)pos,
|
H A D | cxgb4.h | 2124 void cxgb4_write_sgl(const struct sk_buff *skb, struct sge_txq *q,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | sge.c | 821 * cxgb4_write_sgl - populate a scatter/gather list for a packet 837 void cxgb4_write_sgl(const struct sk_buff *skb, struct sge_txq *q, in cxgb4_write_sgl() function 891 EXPORT_SYMBOL(cxgb4_write_sgl); variable 903 * Unlike cxgb4_write_sgl, @start can be any offset into the skb data, 1727 cxgb4_write_sgl(skb, &q->q, (void *)sgl, end, sgl_off, in cxgb4_eth_xmit() 2079 cxgb4_write_sgl(skb, tq, sgl, end, 0, sgl_sdesc->addr); in cxgb4_vf_eth_xmit() 2372 cxgb4_write_sgl(skb, &eohw_txq->q, (void *)sgl, end, hdr_len, in ethofld_hard_xmit() 3023 cxgb4_write_sgl(skb, &q->q, (void *)pos,
|
H A D | cxgb4.h | 2120 void cxgb4_write_sgl(const struct sk_buff *skb, struct sge_txq *q,
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/ |
H A D | chcr_ipsec.c | 784 cxgb4_write_sgl(skb, &q->q, (void *)sgl, end, in ch_ipsec_xmit()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/ |
H A D | chcr_ipsec.c | 788 cxgb4_write_sgl(skb, &q->q, (void *)sgl, end, in ch_ipsec_xmit()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/ |
H A D | chcr_ktls.c | 1651 cxgb4_write_sgl(skb, &q->q, pos, end, 0, sgl_sdesc->addr); in chcr_ktls_tunnel_pkt()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/ |
H A D | chcr_ktls.c | 1644 cxgb4_write_sgl(skb, &q->q, pos, end, 0, sgl_sdesc->addr); in chcr_ktls_tunnel_pkt()
|
Completed in 40 milliseconds