Searched refs:DRV_STATE_UNLOADED (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/dev/qlnx/qlnxe/
H A Dmcp_private.h433 #define DRV_STATE_UNLOADED 0x00000001 macro
439 #define DRV_STATE_NOT_RESPONDING 0x00000003 /* Will result with non-zero value when compared with DRV_STATE_RUNNING or with DRV_STATE_UNLOADED */
446 #define DRV_STATE_UNLOADING_TRANSITION (DRV_STATE_TRANSITION_FLAG | DRV_STATE_PRESENT_FLAG | DRV_STATE_UNLOADED)

Completed in 61 milliseconds