tso_count_descs   724 drivers/net/ethernet/freescale/fec_main.c 	if (tso_count_descs(skb) >= fec_enet_get_free_txdesc_num(txq)) {
tso_count_descs   832 drivers/net/ethernet/marvell/mv643xx_eth.c 	if ((txq->tx_desc_count + tso_count_descs(skb)) >= txq->tx_ring_size) {
tso_count_descs  2299 drivers/net/ethernet/marvell/mvneta.c 	if ((txq->count + tso_count_descs(skb)) >= txq->size)
tso_count_descs  3159 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 	if (mvpp2_aggr_desc_num_check(port, aggr_txq, tso_count_descs(skb)) ||
tso_count_descs  3161 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 					     tso_count_descs(skb)))
tso_count_descs    18 include/net/tso.h int tso_count_descs(struct sk_buff *skb);
tso_count_descs    14 net/core/tso.c EXPORT_SYMBOL(tso_count_descs);