Home
last modified time | relevance | path

Searched refs:LIO_DEV_STATES (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/liquidio/base/
H A Dlio_device.c164 static char lio_state_str[LIO_DEV_STATES + 1][32] = {
240 if (istate > LIO_DEV_STATES || istate < 0) in lio_get_state_string()
H A Dlio_device.h107 #define LIO_DEV_STATES LIO_DEV_STATE_INVALID macro