Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/cxgbe/common/
HDcommon.h54 enum dev_state { DEV_STATE_UNINIT, DEV_STATE_INIT, DEV_STATE_ERR }; enumerator
HDt4_hw.c7452 *state = DEV_STATE_UNINIT; in t4_fw_hello()
/freebsd-13-stable/sys/dev/cxgbe/
HDt4_main.c4878 } else if (state == DEV_STATE_UNINIT) { in contact_firmware()