Lines Matching refs:ets_params
797 const struct bnx2x_ets_params *ets_params, in bnx2x_ets_e3b0_cli_map() argument
904 struct bnx2x_ets_params *ets_params, in bnx2x_ets_e3b0_get_total_bw() argument
913 for (cos_idx = 0; cos_idx < ets_params->num_of_cos; cos_idx++) { in bnx2x_ets_e3b0_get_total_bw()
914 if (ets_params->cos[cos_idx].state == bnx2x_cos_state_bw) { in bnx2x_ets_e3b0_get_total_bw()
916 if (!ets_params->cos[cos_idx].params.bw_params.bw) { in bnx2x_ets_e3b0_get_total_bw()
922 ets_params->cos[cos_idx].params.bw_params.bw in bnx2x_ets_e3b0_get_total_bw()
926 ets_params->cos[cos_idx].params.bw_params.bw; in bnx2x_ets_e3b0_get_total_bw()
1140 struct bnx2x_ets_params *ets_params) in bnx2x_ets_e3b0_config() argument
1161 if ((ets_params->num_of_cos > max_num_of_cos)) { in bnx2x_ets_e3b0_config()
1171 bnx2x_status = bnx2x_ets_e3b0_get_total_bw(params, ets_params, in bnx2x_ets_e3b0_config()
1186 for (cos_entry = 0; cos_entry < ets_params->num_of_cos; cos_entry++) { in bnx2x_ets_e3b0_config()
1187 if (bnx2x_cos_state_bw == ets_params->cos[cos_entry].state) { in bnx2x_ets_e3b0_config()
1195 ets_params->cos[cos_entry].params.bw_params.bw, in bnx2x_ets_e3b0_config()
1198 ets_params->cos[cos_entry].state){ in bnx2x_ets_e3b0_config()
1204 ets_params->cos[cos_entry].params.sp_params.pri, in bnx2x_ets_e3b0_config()
1230 bnx2x_status = bnx2x_ets_e3b0_cli_map(params, ets_params, in bnx2x_ets_e3b0_config()