Home
last modified time | relevance | path

Searched refs:tso_count_descs (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/net/core/
Dtso.c9 int tso_count_descs(struct sk_buff *skb) in tso_count_descs() function
14 EXPORT_SYMBOL(tso_count_descs);
/Linux-v4.19/include/net/
Dtso.h18 int tso_count_descs(struct sk_buff *skb);
/Linux-v4.19/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2_main.c2869 tso_count_descs(skb)) || in mvpp2_tx_tso()
2871 tso_count_descs(skb))) in mvpp2_tx_tso()
/Linux-v4.19/drivers/net/ethernet/marvell/
Dmv643xx_eth.c844 if ((txq->tx_desc_count + tso_count_descs(skb)) >= txq->tx_ring_size) { in txq_submit_tso()
Dmvneta.c2283 if ((txq->count + tso_count_descs(skb)) >= txq->size) in mvneta_tx_tso()
/Linux-v4.19/drivers/net/ethernet/freescale/
Dfec_main.c683 if (tso_count_descs(skb) >= fec_enet_get_free_txdesc_num(txq)) { in fec_enet_txq_submit_tso()