MAX_CREDIT         46 drivers/net/ethernet/intel/ixgbe/ixgbe_dcb.c 		max[i] = bw[i] ? (bw[i] * MAX_CREDIT)/100 : min_credit;
MAX_CREDIT        130 drivers/net/ethernet/intel/ixgbe/ixgbe_dcb.c 		credit_max = (link_percentage * MAX_CREDIT) / 100;
MAX_CREDIT         66 samples/bpf/hbm_out_kern.c 	int max_credit = MAX_CREDIT;
MAX_CREDIT        104 samples/bpf/hbm_out_kern.c 		if (new_credit > MAX_CREDIT)
MAX_CREDIT        105 samples/bpf/hbm_out_kern.c 			credit = MAX_CREDIT;