Home
last modified time | relevance | path

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

/src/sys/dev/cxgbe/common/
H A Dcommon.h62 enum dev_state { DEV_STATE_UNINIT, DEV_STATE_INIT, DEV_STATE_ERR }; enumerator
H A Dt4_hw.c9313 *state = DEV_STATE_ERR; in t4_fw_hello()
9371 *state = DEV_STATE_ERR; in t4_fw_hello()
/src/sys/dev/cxgbe/
H A Dt4_main.c5180 if (rc < 0 || state == DEV_STATE_ERR) { in contact_firmware()