Searched refs:inline_tx_skb (Results 1 - 2 of 2) sorted by relevance

/drivers/net/ethernet/chelsio/cxgb4/
H A Dsge.c775 * inline_tx_skb - inline a packet's data into Tx descriptors
785 static void inline_tx_skb(const struct sk_buff *skb, const struct sge_txq *q, function
987 inline_tx_skb(skb, &q->q, cpl + 1);
1090 inline_tx_skb(skb, &q->q, wr);
1130 inline_tx_skb(skb, &q->q, wr);
1274 inline_tx_skb(skb, &q->q, pos);
/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dsge.c962 * inline_tx_skb - inline a packet's data into TX descriptors
972 static void inline_tx_skb(const struct sk_buff *skb, const struct sge_txq *tq, function
1273 inline_tx_skb(skb, &txq->q, cpl + 1);

Completed in 40 milliseconds