Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/core/
H A Dtso.c9 int tso_count_descs(const struct sk_buff *skb) in tso_count_descs() function
14 EXPORT_SYMBOL(tso_count_descs);
/OK3568_Linux_fs/kernel/include/net/
H A Dtso.h19 int tso_count_descs(const struct sk_buff *skb);
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_imx1375 tso_count_descs
/OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/
H A Dmv643xx_eth.c826 if ((txq->tx_desc_count + tso_count_descs(skb)) >= txq->tx_ring_size) { in txq_submit_tso()
H A Dmvneta.c2648 if ((txq->count + tso_count_descs(skb)) >= txq->size) in mvneta_tx_tso()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_main.c3927 if (mvpp2_aggr_desc_num_check(port, aggr_txq, tso_count_descs(skb)) || in mvpp2_tx_tso()
3929 tso_count_descs(skb))) in mvpp2_tx_tso()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/
H A Dfec_main.c720 if (tso_count_descs(skb) >= fec_enet_get_free_txdesc_num(txq)) { in fec_enet_txq_submit_tso()