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