conn_max 1722 drivers/net/ethernet/qlogic/qed/qed_cxt.c u32 rounded_conn_num, conn_num, conn_max; conn_max 1731 drivers/net/ethernet/qlogic/qed/qed_cxt.c conn_max = max_t(u32, conn_num, SRC_MIN_NUM_ELEMS); conn_max 1732 drivers/net/ethernet/qlogic/qed/qed_cxt.c rounded_conn_num = roundup_pow_of_two(conn_max);