Lines Matching refs:chg

3269 	     struct list_head *chg)  in ice_rem_vsig()  argument
3309 list_add(&p->list_entry, chg); in ice_rem_vsig()
3327 struct list_head *chg) in ice_rem_prof_id_vsig() argument
3340 return ice_rem_vsig(hw, blk, vsig, chg); in ice_rem_prof_id_vsig()
3362 struct list_head chg; in ice_rem_flow_all() local
3366 INIT_LIST_HEAD(&chg); in ice_rem_flow_all()
3372 &chg); in ice_rem_flow_all()
3378 status = ice_upd_prof_hw(hw, blk, &chg); in ice_rem_flow_all()
3381 list_for_each_entry_safe(del, tmp, &chg, list_entry) { in ice_rem_flow_all()
3437 struct list_head *chg) in ice_get_prof() argument
3472 list_add(&p->list_entry, chg); in ice_get_prof()
3577 struct list_head *chg) in ice_move_vsi() argument
3601 list_add(&p->list_entry, chg); in ice_move_vsi()
3613 ice_rem_chg_tcam_ent(struct ice_hw *hw, u16 idx, struct list_head *chg) in ice_rem_chg_tcam_ent() argument
3617 list_for_each_entry_safe(tmp, pos, chg, list_entry) in ice_rem_chg_tcam_ent()
3638 struct list_head *chg) in ice_prof_tcam_ena_dis() argument
3655 ice_rem_chg_tcam_ent(hw, tcam->tcam_idx, chg); in ice_prof_tcam_ena_dis()
3692 list_add(&p->list_entry, chg); in ice_prof_tcam_ena_dis()
3710 struct list_head *chg) in ice_adj_prof_priorities() argument
3746 chg); in ice_adj_prof_priorities()
3757 chg); in ice_adj_prof_priorities()
3781 bool rev, struct list_head *chg) in ice_add_prof_id_vsig() argument
3861 list_add(&p->list_entry, chg); in ice_add_prof_id_vsig()
3893 struct list_head *chg) in ice_create_prof_id_vsig() argument
3909 status = ice_move_vsi(hw, blk, vsi, new_vsig, chg); in ice_create_prof_id_vsig()
3913 status = ice_add_prof_id_vsig(hw, blk, new_vsig, hdl, false, chg); in ice_create_prof_id_vsig()
3922 list_add(&p->list_entry, chg); in ice_create_prof_id_vsig()
3944 struct list_head *chg) in ice_create_vsig_from_lst() argument
3954 status = ice_move_vsi(hw, blk, vsi, vsig, chg); in ice_create_vsig_from_lst()
3961 true, chg); in ice_create_vsig_from_lst()
4019 struct list_head chg; in ice_add_prof_id_flow() local
4024 INIT_LIST_HEAD(&chg); in ice_add_prof_id_flow()
4027 status = ice_get_prof(hw, blk, hdl, &chg); in ice_add_prof_id_flow()
4071 status = ice_move_vsi(hw, blk, vsi, vsig, &chg); in ice_add_prof_id_flow()
4079 status = ice_rem_vsig(hw, blk, or_vsig, &chg); in ice_add_prof_id_flow()
4090 &chg); in ice_add_prof_id_flow()
4095 status = ice_adj_prof_priorities(hw, blk, vsig, &chg); in ice_add_prof_id_flow()
4102 &chg); in ice_add_prof_id_flow()
4107 status = ice_adj_prof_priorities(hw, blk, vsig, &chg); in ice_add_prof_id_flow()
4117 status = ice_move_vsi(hw, blk, vsi, vsig, &chg); in ice_add_prof_id_flow()
4124 &chg); in ice_add_prof_id_flow()
4132 status = ice_upd_prof_hw(hw, blk, &chg); in ice_add_prof_id_flow()
4135 list_for_each_entry_safe(del, tmp, &chg, list_entry) { in ice_add_prof_id_flow()
4233 struct list_head chg, copy; in ice_rem_prof_id_flow() local
4238 INIT_LIST_HEAD(&chg); in ice_rem_prof_id_flow()
4265 status = ice_rem_vsig(hw, blk, vsig, &chg); in ice_rem_prof_id_flow()
4270 hdl, &chg); in ice_rem_prof_id_flow()
4276 &chg); in ice_rem_prof_id_flow()
4294 ICE_DEFAULT_VSIG, &chg); in ice_rem_prof_id_flow()
4307 status = ice_move_vsi(hw, blk, vsi, vsig, &chg); in ice_rem_prof_id_flow()
4317 &chg); in ice_rem_prof_id_flow()
4323 &chg); in ice_rem_prof_id_flow()
4334 status = ice_upd_prof_hw(hw, blk, &chg); in ice_rem_prof_id_flow()
4337 list_for_each_entry_safe(del, tmp, &chg, list_entry) { in ice_rem_prof_id_flow()