Searched refs:write_sgl (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/ |
D | sge.c | 852 static void write_sgl(const struct sk_buff *skb, struct sge_txq *q, in write_sgl() function 1268 write_sgl(skb, &q->q, (struct ulptx_sgl *)(cpl + 1), end, 0, in t4_eth_xmit() 1560 write_sgl(skb, &q->q, (void *)pos + hdr_len, in service_ofldq()
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | sge.c | 908 static void write_sgl(const struct sk_buff *skb, struct sge_txq *tq, in write_sgl() function 1419 write_sgl(skb, tq, sgl, end, 0, addr); in t4vf_eth_xmit()
|