Searched refs:cxgb4_write_sgl (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | sge.c | 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); 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, in service_ofldq()
|
H A D | cxgb4.h | 2120 void cxgb4_write_sgl(const struct sk_buff *skb, struct sge_txq *q,
|
/openbmc/linux/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()
|
/openbmc/linux/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()
|