Searched refs:restore_pp (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/net/ethernet/cisco/enic/ |
| A D | enic_pp.c | 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() 224 *restore_pp = 0; in enic_pp_preassociate_rr() 258 enic, vf, prev_pp, restore_pp); in enic_pp_associate() 262 *restore_pp = 0; in enic_pp_associate() 266 enic, vf, prev_pp, restore_pp); in enic_pp_associate() [all …]
|
| A D | enic_pp.h | 16 struct enic_port_profile *prev_pp, int *restore_pp);
|
| A D | enic_main.c | 1155 int err = 0, restore_pp = 1; in enic_set_vf_port() local 1218 err = enic_process_set_pp_request(enic, vf, &prev_pp, &restore_pp); in enic_set_vf_port() 1220 if (restore_pp) { in enic_set_vf_port()
|
Completed in 12 milliseconds