Searched refs:restore_pp (Results 1 – 3 of 3) sorted by relevance
/drivers/net/ethernet/cisco/enic/ |
D | enic_pp.c | 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); 179 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() 236 *restore_pp = 0; in enic_pp_preassociate_rr() [all …]
|
D | enic_pp.h | 31 struct enic_port_profile *prev_pp, int *restore_pp);
|
D | enic_main.c | 912 int err = 0, restore_pp = 1; in enic_set_vf_port() local 963 err = enic_process_set_pp_request(enic, vf, &prev_pp, &restore_pp); in enic_set_vf_port() 965 if (restore_pp) { in enic_set_vf_port()
|