Searched refs:tso_count_descs (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/include/net/
H A Dtso.h14 int tso_count_descs(struct sk_buff *skb);
/linux-4.1.27/net/core/
H A Dtso.c7 int tso_count_descs(struct sk_buff *skb) tso_count_descs() function
12 EXPORT_SYMBOL(tso_count_descs); variable
/linux-4.1.27/drivers/net/ethernet/freescale/
H A Dfec_main.c699 if (tso_count_descs(skb) >= fec_enet_get_free_txdesc_num(fep, txq)) { fec_enet_txq_submit_tso()
/linux-4.1.27/drivers/net/ethernet/marvell/
H A Dmv643xx_eth.c824 if ((txq->tx_desc_count + tso_count_descs(skb)) >= txq->tx_ring_size) { txq_submit_tso()
H A Dmvneta.c1631 if ((txq->count + tso_count_descs(skb)) >= txq->size) mvneta_tx_tso()

Completed in 107 milliseconds