Searched refs:prev_pp (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/cisco/enic/
H A Denic_pp.c169 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) enic_pp_preassociate()
196 struct enic_port_profile *prev_pp, int *restore_pp) enic_pp_disassociate()
218 struct enic_port_profile *prev_pp, int *restore_pp) enic_pp_preassociate_rr()
232 prev_pp, restore_pp); enic_pp_preassociate_rr()
257 struct enic_port_profile *prev_pp, int *restore_pp) enic_pp_associate()
269 if (prev_pp->request != PORT_REQUEST_PREASSOCIATE_RR || enic_pp_associate()
270 (prev_pp->request == PORT_REQUEST_PREASSOCIATE_RR && enic_pp_associate()
271 enic_are_pp_different(prev_pp, pp))) { enic_pp_associate()
273 enic, vf, prev_pp, restore_pp); enic_pp_associate()
281 enic, vf, prev_pp, restore_pp); enic_pp_associate()
305 struct enic_port_profile *prev_pp, int *restore_pp) enic_process_set_pp_request()
318 return enic_pp_handlers[pp->request](enic, vf, prev_pp, restore_pp); enic_process_set_pp_request()
189 enic_pp_preassociate(struct enic *enic, int vf, struct enic_port_profile *prev_pp, int *restore_pp) enic_pp_preassociate() argument
195 enic_pp_disassociate(struct enic *enic, int vf, struct enic_port_profile *prev_pp, int *restore_pp) enic_pp_disassociate() argument
217 enic_pp_preassociate_rr(struct enic *enic, int vf, struct enic_port_profile *prev_pp, int *restore_pp) enic_pp_preassociate_rr() argument
256 enic_pp_associate(struct enic *enic, int vf, struct enic_port_profile *prev_pp, int *restore_pp) enic_pp_associate() argument
304 enic_process_set_pp_request(struct enic *enic, int vf, struct enic_port_profile *prev_pp, int *restore_pp) enic_process_set_pp_request() argument
H A Denic_pp.h31 struct enic_port_profile *prev_pp, int *restore_pp);
H A Denic_main.c840 struct enic_port_profile prev_pp; enic_set_vf_port() local
851 memcpy(&prev_pp, pp, sizeof(*enic->pp)); enic_set_vf_port()
877 if (!is_zero_ether_addr(prev_pp.vf_mac)) enic_set_vf_port()
878 memcpy(pp->mac_addr, prev_pp.vf_mac, ETH_ALEN); enic_set_vf_port()
888 memcpy(pp, &prev_pp, sizeof(*pp)); enic_set_vf_port()
893 err = enic_process_set_pp_request(enic, vf, &prev_pp, &restore_pp); enic_set_vf_port()
899 memcpy(pp, &prev_pp, sizeof(*pp)); enic_set_vf_port()
/linux-4.1.27/drivers/of/
H A Dfdt.c181 struct property *pp, **prev_pp = NULL; unflatten_dt_node() local
245 prev_pp = &np->properties; unflatten_dt_node()
291 *prev_pp = pp; unflatten_dt_node()
292 prev_pp = &pp->next; unflatten_dt_node()
318 *prev_pp = pp; unflatten_dt_node()
319 prev_pp = &pp->next; unflatten_dt_node()
327 *prev_pp = NULL; unflatten_dt_node()

Completed in 184 milliseconds