Home
last modified time | relevance | path

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

/dpdk/drivers/net/cxgbe/
H A Dsge.c497 unsigned int flits; in calc_tx_flits() local
524 flits += (wr_size + in calc_tx_flits()
526 return flits; in calc_tx_flits()
865 *nflits = flits; in should_tx_packet_coalesce()
869 ndesc = DIV_ROUND_UP(q->coalesce.flits + flits, 8); in should_tx_packet_coalesce()
889 (q->coalesce.flits + flits > in should_tx_packet_coalesce()
902 ndesc = flits_to_desc(q->coalesce.flits + flits); in should_tx_packet_coalesce()
958 end = (u64 *)mc + flits; in tx_do_packet_coalesce()
966 q->coalesce.flits += flits; in tx_do_packet_coalesce()
1130 end = (u64 *)wr + flits; in t4_eth_xmit()
[all …]
/dpdk/drivers/net/cxgbe/base/
H A Dadapter.h209 unsigned int flits; member