Searched refs:cxgb4_write_sgl (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | sge.c | 807 * cxgb4_write_sgl - populate a scatter/gather list for a packet 823 void cxgb4_write_sgl(const struct sk_buff *skb, struct sge_txq *q, in cxgb4_write_sgl() function 877 EXPORT_SYMBOL(cxgb4_write_sgl); 889 * Unlike cxgb4_write_sgl, @start can be any offset into the skb data, 1714 cxgb4_write_sgl(skb, &q->q, (void *)sgl, end, sgl_off, in cxgb4_eth_xmit() 2066 cxgb4_write_sgl(skb, tq, sgl, end, 0, sgl_sdesc->addr); in cxgb4_vf_eth_xmit() 2358 cxgb4_write_sgl(skb, &eohw_txq->q, (void *)sgl, end, hdr_len, in ethofld_hard_xmit() 3010 cxgb4_write_sgl(skb, &q->q, (void *)pos, in service_ofldq()
|
H A D | cxgb4.h | 2115 void cxgb4_write_sgl(const struct sk_buff *skb, struct sge_txq *q,
|