Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dtso.h21 static inline int tso_count_descs(const struct sk_buff *skb) in tso_count_descs() function
/openbmc/linux/drivers/net/ethernet/marvell/
H A Dmv643xx_eth.c829 if ((txq->tx_desc_count + tso_count_descs(skb)) >= txq->tx_ring_size) { in txq_submit_tso()
H A Dmvneta.c2812 if ((txq->count + tso_count_descs(skb)) >= txq->size) in mvneta_tx_tso()
/openbmc/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc.c652 if (enetc_bd_unused(tx_ring) < tso_count_descs(skb)) { in enetc_start_xmit()
/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_main.c4313 if (mvpp2_aggr_desc_num_check(port, aggr_txq, tso_count_descs(skb)) || in mvpp2_tx_tso()
4315 tso_count_descs(skb))) in mvpp2_tx_tso()
/openbmc/linux/drivers/net/ethernet/freescale/
H A Dfec_main.c830 if (tso_count_descs(skb) >= fec_enet_get_free_txdesc_num(txq)) { in fec_enet_txq_submit_tso()