Lines Matching refs:chg
4417 struct list_head *chg) in ice_rem_vsig() argument
4456 list_add(&p->list_entry, chg); in ice_rem_vsig()
4474 struct list_head *chg) in ice_rem_prof_id_vsig() argument
4486 return ice_rem_vsig(hw, blk, vsig, chg); in ice_rem_prof_id_vsig()
4510 struct list_head chg; in ice_rem_flow_all() local
4513 INIT_LIST_HEAD(&chg); in ice_rem_flow_all()
4519 &chg); in ice_rem_flow_all()
4525 status = ice_upd_prof_hw(hw, blk, &chg); in ice_rem_flow_all()
4528 list_for_each_entry_safe(del, tmp, &chg, list_entry) { in ice_rem_flow_all()
4584 struct list_head *chg) in ice_get_prof() argument
4619 list_add(&p->list_entry, chg); in ice_get_prof()
4724 struct list_head *chg) in ice_move_vsi() argument
4748 list_add(&p->list_entry, chg); in ice_move_vsi()
4760 ice_rem_chg_tcam_ent(struct ice_hw *hw, u16 idx, struct list_head *chg) in ice_rem_chg_tcam_ent() argument
4764 list_for_each_entry_safe(tmp, pos, chg, list_entry) in ice_rem_chg_tcam_ent()
4785 struct list_head *chg) in ice_prof_tcam_ena_dis() argument
4802 ice_rem_chg_tcam_ent(hw, tcam->tcam_idx, chg); in ice_prof_tcam_ena_dis()
4839 list_add(&p->list_entry, chg); in ice_prof_tcam_ena_dis()
4857 struct list_head *chg) in ice_adj_prof_priorities() argument
4893 chg); in ice_adj_prof_priorities()
4904 chg); in ice_adj_prof_priorities()
4928 bool rev, struct list_head *chg) in ice_add_prof_id_vsig() argument
5008 list_add(&p->list_entry, chg); in ice_add_prof_id_vsig()
5040 struct list_head *chg) in ice_create_prof_id_vsig() argument
5056 status = ice_move_vsi(hw, blk, vsi, new_vsig, chg); in ice_create_prof_id_vsig()
5060 status = ice_add_prof_id_vsig(hw, blk, new_vsig, hdl, false, chg); in ice_create_prof_id_vsig()
5069 list_add(&p->list_entry, chg); in ice_create_prof_id_vsig()
5091 struct list_head *chg) in ice_create_vsig_from_lst() argument
5101 status = ice_move_vsi(hw, blk, vsi, vsig, chg); in ice_create_vsig_from_lst()
5108 true, chg); in ice_create_vsig_from_lst()
5167 struct list_head chg; in ice_add_prof_id_flow() local
5171 INIT_LIST_HEAD(&chg); in ice_add_prof_id_flow()
5174 status = ice_get_prof(hw, blk, hdl, &chg); in ice_add_prof_id_flow()
5218 status = ice_move_vsi(hw, blk, vsi, vsig, &chg); in ice_add_prof_id_flow()
5226 status = ice_rem_vsig(hw, blk, or_vsig, &chg); in ice_add_prof_id_flow()
5237 &chg); in ice_add_prof_id_flow()
5242 status = ice_adj_prof_priorities(hw, blk, vsig, &chg); in ice_add_prof_id_flow()
5249 &chg); in ice_add_prof_id_flow()
5254 status = ice_adj_prof_priorities(hw, blk, vsig, &chg); in ice_add_prof_id_flow()
5264 status = ice_move_vsi(hw, blk, vsi, vsig, &chg); in ice_add_prof_id_flow()
5271 &chg); in ice_add_prof_id_flow()
5279 status = ice_upd_prof_hw(hw, blk, &chg); in ice_add_prof_id_flow()
5282 list_for_each_entry_safe(del, tmp, &chg, list_entry) { in ice_add_prof_id_flow()
5332 struct list_head chg, copy; in ice_rem_prof_id_flow() local
5337 INIT_LIST_HEAD(&chg); in ice_rem_prof_id_flow()
5364 status = ice_rem_vsig(hw, blk, vsig, &chg); in ice_rem_prof_id_flow()
5369 hdl, &chg); in ice_rem_prof_id_flow()
5375 &chg); in ice_rem_prof_id_flow()
5393 ICE_DEFAULT_VSIG, &chg); in ice_rem_prof_id_flow()
5406 status = ice_move_vsi(hw, blk, vsi, vsig, &chg); in ice_rem_prof_id_flow()
5416 &chg); in ice_rem_prof_id_flow()
5422 &chg); in ice_rem_prof_id_flow()
5433 status = ice_upd_prof_hw(hw, blk, &chg); in ice_rem_prof_id_flow()
5436 list_for_each_entry_safe(del, tmp, &chg, list_entry) { in ice_rem_prof_id_flow()