max_num_tc         78 drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c 	u8	max_num_tc;
max_num_tc        390 drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c 	cap->max_num_tc = QLC_DCB_MAX_NUM_TC(mbx_out);
max_num_tc        394 drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c 	if (cap->max_num_tc > QLC_DCB_MAX_TC ||
max_num_tc        395 drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c 	    cap->max_ets_tc > cap->max_num_tc ||
max_num_tc        396 drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c 	    cap->max_pfc_tc > cap->max_num_tc) {