Lines Matching refs:ttp

179 	u32 *ttp = bp->dcbx_port_params.app.traffic_type_priority;  in bnx2x_dcbx_get_ap_priority()  local
190 ttp[llfc_traf_type] = max_t(u32, ttp[llfc_traf_type], pri); in bnx2x_dcbx_get_ap_priority()
197 u32 *ttp = bp->dcbx_port_params.app.traffic_type_priority; in bnx2x_dcbx_get_ap_feature() local
216 ttp[index] = 0; in bnx2x_dcbx_get_ap_feature()
252 if (ttp[LLFC_TRAFFIC_TYPE_NW] != 0) { in bnx2x_dcbx_get_ap_feature()
254 ttp[LLFC_TRAFFIC_TYPE_ISCSI] = in bnx2x_dcbx_get_ap_feature()
255 ttp[LLFC_TRAFFIC_TYPE_NW]; in bnx2x_dcbx_get_ap_feature()
260 ttp[LLFC_TRAFFIC_TYPE_FCOE] = in bnx2x_dcbx_get_ap_feature()
261 ttp[LLFC_TRAFFIC_TYPE_NW]; in bnx2x_dcbx_get_ap_feature()
270 ttp[index] = INVALID_TRAFFIC_TYPE_PRIORITY; in bnx2x_dcbx_get_ap_feature()
352 u32 *ttp = bp->dcbx_port_params.app.traffic_type_priority; in bnx2x_dcbx_map_nw() local
353 u32 nw_prio = 1 << ttp[LLFC_TRAFFIC_TYPE_NW]; in bnx2x_dcbx_map_nw()
359 unmapped &= ~(1 << ttp[i]); in bnx2x_dcbx_map_nw()
1122 u32 *ttp = bp->dcbx_port_params.app.traffic_type_priority; in bnx2x_dcbx_get_num_pg_traf_type() local
1132 if (ttp[add_traf_type] < MAX_PFC_PRIORITIES) { in bnx2x_dcbx_get_num_pg_traf_type()
1133 add_pg = (u8)pg_pri_orginal_spread[ttp[add_traf_type]]; in bnx2x_dcbx_get_num_pg_traf_type()
1139 (1 << ttp[add_traf_type]))) in bnx2x_dcbx_get_num_pg_traf_type()
1143 (1 << ttp[add_traf_type]); in bnx2x_dcbx_get_num_pg_traf_type()
1151 (1 << ttp[add_traf_type]); in bnx2x_dcbx_get_num_pg_traf_type()
1242 u32 *ttp = bp->dcbx_port_params.app.traffic_type_priority; in bnx2x_dcbx_2cos_limit_cee_single_pg_to_cos_params() local
1292 ((u8)~(1 << ttp[LLFC_TRAFFIC_TYPE_FCOE]))); in bnx2x_dcbx_2cos_limit_cee_single_pg_to_cos_params()
1295 (1 << ttp[LLFC_TRAFFIC_TYPE_FCOE]); in bnx2x_dcbx_2cos_limit_cee_single_pg_to_cos_params()
1854 u32 *ttp = bp->dcbx_port_params.app.traffic_type_priority; in bnx2x_dcbx_fw_struct() local
1874 tt2cos[pri].priority = ttp[pri]; in bnx2x_dcbx_fw_struct()
1884 pfc_fw_cfg->dcb_outer_pri[pri] = ttp[pri]; in bnx2x_dcbx_fw_struct()