Home
last modified time | relevance | path

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

/dpdk/drivers/net/cxgbe/
H A Dsge.c775 unsigned int ndesc; in ship_tx_pkt_coalesce_wr() local
804 txq_advance(q, ndesc); in ship_tx_pkt_coalesce_wr()
836 unsigned int flits, ndesc; in should_tx_packet_coalesce() local
870 credits = txq_avail(q) - ndesc; in should_tx_packet_coalesce()
903 credits = txq_avail(q) - ndesc; in should_tx_packet_coalesce()
1050 unsigned int flits, ndesc, cflits; in t4_eth_xmit() local
1105 ndesc = flits_to_desc(flits); in t4_eth_xmit()
1221 last_desc = txq->q.pidx + ndesc - 1; in t4_eth_xmit()
1239 txq_advance(&txq->q, ndesc); in t4_eth_xmit()
1314 unsigned int ndesc; in ctrl_xmit() local
[all …]