max_num_of_cos    959 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 	const u8 max_num_of_cos = (port) ? DCBX_E3B0_MAX_NUM_COS_PORT1 :
max_num_of_cos    962 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 	if (pri >= max_num_of_cos) {
max_num_of_cos   1046 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 	const u8 max_num_of_cos = (port) ? DCBX_E3B0_MAX_NUM_COS_PORT1 :
max_num_of_cos   1049 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 	u8 cos_bit_to_set = (1 << max_num_of_cos) - 1;
max_num_of_cos   1052 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 	for (i = 0; i < max_num_of_cos; i++) {
max_num_of_cos   1081 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 	for (i = 0; i < max_num_of_cos; i++) {
max_num_of_cos   1097 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 	if (pri_set != max_num_of_cos) {
max_num_of_cos   1141 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 	const u8 max_num_of_cos = (port) ? DCBX_E3B0_MAX_NUM_COS_PORT1 :
max_num_of_cos   1151 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c 	if ((ets_params->num_of_cos > max_num_of_cos)) {