Searched refs:flits (Results 1 – 2 of 2) sorted by relevance
497 unsigned int flits; in calc_tx_flits() local524 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 …]
209 unsigned int flits; member