Searched refs:MAX_PFC_PRIORITIES (Results 1 – 2 of 2) sorted by relevance
96 for (i = 0 ; i < MAX_PFC_PRIORITIES ; i++) { in bnx2x_pfc_set()180 u32 pri = MAX_PFC_PRIORITIES; in bnx2x_dcbx_get_ap_priority()181 u32 index = MAX_PFC_PRIORITIES - 1; in bnx2x_dcbx_get_ap_priority()186 while ((MAX_PFC_PRIORITIES == pri) && (0 != index)) { in bnx2x_dcbx_get_ap_priority()193 if (pri < MAX_PFC_PRIORITIES) in bnx2x_dcbx_get_ap_priority()220 if (app->default_pri < MAX_PFC_PRIORITIES) in bnx2x_dcbx_get_ap_feature()328 u32 unmapped = (1 << MAX_PFC_PRIORITIES) - 1; /* all ones */ in bnx2x_dcbx_map_nw()636 for (pri = MAX_PFC_PRIORITIES - 1; pri > 0; pri--) in bnx2x_dcbx_dcbnl_app_up()1070 if (ttp[add_traf_type] < MAX_PFC_PRIORITIES) { in bnx2x_dcbx_get_num_pg_traf_type()1566 u8 num_of_app_pri = MAX_PFC_PRIORITIES; in bnx2x_dcbx_spread_strict_pri()[all …]
377 #define MAX_PFC_PRIORITIES 8 macro