Lines Matching refs:prev_pp
169 struct enic_port_profile *prev_pp, int *restore_pp);
171 struct enic_port_profile *prev_pp, int *restore_pp);
173 struct enic_port_profile *prev_pp, int *restore_pp);
175 struct enic_port_profile *prev_pp, int *restore_pp);
190 struct enic_port_profile *prev_pp, int *restore_pp) in enic_pp_preassociate() argument
196 struct enic_port_profile *prev_pp, int *restore_pp) in enic_pp_disassociate() argument
218 struct enic_port_profile *prev_pp, int *restore_pp) in enic_pp_preassociate_rr() argument
232 prev_pp, restore_pp); in enic_pp_preassociate_rr()
257 struct enic_port_profile *prev_pp, int *restore_pp) in enic_pp_associate() argument
269 if (prev_pp->request != PORT_REQUEST_PREASSOCIATE_RR || in enic_pp_associate()
270 (prev_pp->request == PORT_REQUEST_PREASSOCIATE_RR && in enic_pp_associate()
271 enic_are_pp_different(prev_pp, pp))) { in enic_pp_associate()
273 enic, vf, prev_pp, restore_pp); in enic_pp_associate()
281 enic, vf, prev_pp, restore_pp); in enic_pp_associate()
305 struct enic_port_profile *prev_pp, int *restore_pp) in enic_process_set_pp_request() argument
318 return enic_pp_handlers[pp->request](enic, vf, prev_pp, restore_pp); in enic_process_set_pp_request()