Searched refs:wr_size (Results 1 – 1 of 1) sorted by relevance
564 size_t wr_size = is_pf4(adap) ? sizeof(struct fw_eth_tx_pkt_wr) : in calc_tx_flits() local590 flits += (wr_size + sizeof(struct cpl_tx_pkt_lso_core) + in calc_tx_flits()593 flits += (wr_size + in calc_tx_flits()905 int credits, wr_size; in should_tx_packet_coalesce() local963 wr_size = is_pf4(adap) ? sizeof(struct fw_eth_tx_pkts_wr) : in should_tx_packet_coalesce()965 flits += wr_size / sizeof(__be64); in should_tx_packet_coalesce()971 q->coalesce.flits += wr_size / sizeof(__be64); in should_tx_packet_coalesce()