Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/cxgbe/
H A Dsge.c566 unsigned int flits; in calc_tx_flits() local
593 flits += (wr_size + in calc_tx_flits()
595 return flits; in calc_tx_flits()
932 *nflits = flits; in should_tx_packet_coalesce()
936 ndesc = DIV_ROUND_UP(q->coalesce.flits + flits, 8); in should_tx_packet_coalesce()
953 (q->coalesce.flits + flits > in should_tx_packet_coalesce()
966 ndesc = flits_to_desc(q->coalesce.flits + flits); in should_tx_packet_coalesce()
1018 end = (u64 *)mc + flits; in tx_do_packet_coalesce()
1026 q->coalesce.flits += flits; in tx_do_packet_coalesce()
1189 end = (u64 *)wr + flits; in t4_eth_xmit()
[all …]
/f-stack/dpdk/drivers/net/cxgbe/base/
H A Dadapter.h216 unsigned int flits; member