Lines Matching refs:ttp
180 u32 *ttp = bp->dcbx_port_params.app.traffic_type_priority; in bnx2x_dcbx_get_ap_priority() local
191 ttp[llfc_traf_type] = max_t(u32, ttp[llfc_traf_type], pri); in bnx2x_dcbx_get_ap_priority()
198 u32 *ttp = bp->dcbx_port_params.app.traffic_type_priority; in bnx2x_dcbx_get_ap_feature() local
208 ttp[index] = 0; in bnx2x_dcbx_get_ap_feature()
211 ttp[LLFC_TRAFFIC_TYPE_NW] = app->default_pri; in bnx2x_dcbx_get_ap_feature()
235 ttp[index] = INVALID_TRAFFIC_TYPE_PRIORITY; in bnx2x_dcbx_get_ap_feature()
1019 u32 *ttp = bp->dcbx_port_params.app.traffic_type_priority; in bnx2x_dcbx_get_num_pg_traf_type() local
1029 if (ttp[add_traf_type] < MAX_PFC_PRIORITIES) { in bnx2x_dcbx_get_num_pg_traf_type()
1030 add_pg = (u8)pg_pri_orginal_spread[ttp[add_traf_type]]; in bnx2x_dcbx_get_num_pg_traf_type()
1036 (1 << ttp[add_traf_type]))) in bnx2x_dcbx_get_num_pg_traf_type()
1040 (1 << ttp[add_traf_type]); in bnx2x_dcbx_get_num_pg_traf_type()
1048 (1 << ttp[add_traf_type]); in bnx2x_dcbx_get_num_pg_traf_type()
1155 u32 *ttp = bp->dcbx_port_params.app.traffic_type_priority; in bxn2x_dcbx_single_pg_to_cos_params() local
1205 ((u8)~(1 << ttp[LLFC_TRAFFIC_TYPE_FCOE]))); in bxn2x_dcbx_single_pg_to_cos_params()
1208 (1 << ttp[LLFC_TRAFFIC_TYPE_FCOE]); in bxn2x_dcbx_single_pg_to_cos_params()
1553 u32 *ttp = bp->dcbx_port_params.app.traffic_type_priority; in bnx2x_pfc_fw_struct_e2() local
1574 tt2cos[pri].priority = ttp[pri]; in bnx2x_pfc_fw_struct_e2()