Lines Matching refs:ttp
177 u32 *ttp = bp->dcbx_port_params.app.traffic_type_priority; in bnx2x_dcbx_get_ap_priority() local
188 ttp[llfc_traf_type] = max_t(u32, ttp[llfc_traf_type], pri); in bnx2x_dcbx_get_ap_priority()
195 u32 *ttp = bp->dcbx_port_params.app.traffic_type_priority; in bnx2x_dcbx_get_ap_feature() local
212 ttp[index] = 0; in bnx2x_dcbx_get_ap_feature()
215 ttp[LLFC_TRAFFIC_TYPE_NW] = app->default_pri; in bnx2x_dcbx_get_ap_feature()
239 ttp[index] = INVALID_TRAFFIC_TYPE_PRIORITY; in bnx2x_dcbx_get_ap_feature()
321 u32 *ttp = bp->dcbx_port_params.app.traffic_type_priority; in bnx2x_dcbx_map_nw() local
322 u32 nw_prio = 1 << ttp[LLFC_TRAFFIC_TYPE_NW]; in bnx2x_dcbx_map_nw()
328 unmapped &= ~(1 << ttp[i]); in bnx2x_dcbx_map_nw()
1091 u32 *ttp = bp->dcbx_port_params.app.traffic_type_priority; in bnx2x_dcbx_get_num_pg_traf_type() local
1101 if (ttp[add_traf_type] < MAX_PFC_PRIORITIES) { in bnx2x_dcbx_get_num_pg_traf_type()
1102 add_pg = (u8)pg_pri_orginal_spread[ttp[add_traf_type]]; in bnx2x_dcbx_get_num_pg_traf_type()
1108 (1 << ttp[add_traf_type]))) in bnx2x_dcbx_get_num_pg_traf_type()
1112 (1 << ttp[add_traf_type]); in bnx2x_dcbx_get_num_pg_traf_type()
1120 (1 << ttp[add_traf_type]); in bnx2x_dcbx_get_num_pg_traf_type()
1211 u32 *ttp = bp->dcbx_port_params.app.traffic_type_priority; in bnx2x_dcbx_2cos_limit_cee_single_pg_to_cos_params() local
1261 ((u8)~(1 << ttp[LLFC_TRAFFIC_TYPE_FCOE]))); in bnx2x_dcbx_2cos_limit_cee_single_pg_to_cos_params()
1264 (1 << ttp[LLFC_TRAFFIC_TYPE_FCOE]); in bnx2x_dcbx_2cos_limit_cee_single_pg_to_cos_params()
1824 u32 *ttp = bp->dcbx_port_params.app.traffic_type_priority; in bnx2x_dcbx_fw_struct() local
1844 tt2cos[pri].priority = ttp[pri]; in bnx2x_dcbx_fw_struct()