Home
last modified time | relevance | path

Searched refs:in_detach (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/iavf/
H A Diavf_lib.c1477 bool in_detach = iavf_driver_is_detaching(sc); in iavf_disable_queues_with_retries() local
1485 if (in_detach) in iavf_disable_queues_with_retries()
1499 if (!in_detach && msg_count >= max_attempts) in iavf_disable_queues_with_retries()
/freebsd/sys/dev/e1000/
H A Dif_em.h493 bool in_detach; member
/freebsd/sys/net/
H A Diflib.c2240 bool in_detach; in iflib_in_detach() local
2243 in_detach = !!(ctx->ifc_flags & IFC_IN_DETACH); in iflib_in_detach()
2245 return (in_detach); in iflib_in_detach()
4185 bool oactive, running, do_reset, do_watchdog, in_detach; in _task_fn_admin() local
4192 in_detach = (ctx->ifc_flags & IFC_IN_DETACH); in _task_fn_admin()
4198 if (in_detach) in _task_fn_admin()