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