Searched refs:enic_pp_handlers (Results 1 – 1 of 1) sorted by relevance
162 static int (*enic_pp_handlers[])(struct enic *enic, int vf, variable172 ARRAY_SIZE(enic_pp_handlers);216 err = enic_pp_handlers[PORT_REQUEST_DISASSOCIATE](enic, vf, in enic_pp_preassociate_rr()257 err = enic_pp_handlers[PORT_REQUEST_DISASSOCIATE]( in enic_pp_associate()265 err = enic_pp_handlers[PORT_REQUEST_PREASSOCIATE_RR]( in enic_pp_associate()300 || !enic_pp_handlers[pp->request]) in enic_process_set_pp_request()303 return enic_pp_handlers[pp->request](enic, vf, prev_pp, restore_pp); in enic_process_set_pp_request()