Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/cxgbe/common/
Dt4_hw.c4426 if (v & F_FW_HELLO_CMD_ERR) in t4_fw_hello()
4445 if ((v & (F_FW_HELLO_CMD_ERR|F_FW_HELLO_CMD_INIT)) == 0 && in t4_fw_hello()
/freebsd-9-stable/sys/dev/cxgbe/firmware/
Dt4fw_interface.h3410 #define F_FW_HELLO_CMD_ERR V_FW_HELLO_CMD_ERR(1U) macro