Lines Matching refs:prev_pp
154 struct enic_port_profile *prev_pp, int *restore_pp);
156 struct enic_port_profile *prev_pp, int *restore_pp);
158 struct enic_port_profile *prev_pp, int *restore_pp);
160 struct enic_port_profile *prev_pp, int *restore_pp);
175 struct enic_port_profile *prev_pp, int *restore_pp) in enic_pp_preassociate() argument
181 struct enic_port_profile *prev_pp, int *restore_pp) in enic_pp_disassociate() argument
203 struct enic_port_profile *prev_pp, int *restore_pp) in enic_pp_preassociate_rr() argument
217 prev_pp, restore_pp); in enic_pp_preassociate_rr()
242 struct enic_port_profile *prev_pp, int *restore_pp) in enic_pp_associate() argument
254 if (prev_pp->request != PORT_REQUEST_PREASSOCIATE_RR || in enic_pp_associate()
255 (prev_pp->request == PORT_REQUEST_PREASSOCIATE_RR && in enic_pp_associate()
256 enic_are_pp_different(prev_pp, pp))) { in enic_pp_associate()
258 enic, vf, prev_pp, restore_pp); in enic_pp_associate()
266 enic, vf, prev_pp, restore_pp); in enic_pp_associate()
290 struct enic_port_profile *prev_pp, int *restore_pp) in enic_process_set_pp_request() argument
303 return enic_pp_handlers[pp->request](enic, vf, prev_pp, restore_pp); in enic_process_set_pp_request()