Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dcommon.h54 enum dev_state { DEV_STATE_UNINIT, DEV_STATE_INIT, DEV_STATE_ERR }; enumerator
H A Dt4_hw.c7452 *state = DEV_STATE_UNINIT; in t4_fw_hello()
/freebsd/sys/dev/cxgbe/
H A Dt4_main.c4897 } else if (state == DEV_STATE_UNINIT) { in contact_firmware()