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