Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/cxgbe/common/
H A Dcommon.h53 enum dev_master { MASTER_CANT, MASTER_MAY, MASTER_MUST }; enumerator
H A Dt4_hw.c3872 V_FW_HELLO_CMD_MASTERFORCE(master == MASTER_MUST) | in t4_fw_hello()
3873 V_FW_HELLO_CMD_MBMASTER(master == MASTER_MUST ? mbox : in t4_fw_hello()
/titanic_41/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_nexus.c1041 rc = t4_fw_hello(sc, sc->mbox, sc->mbox, MASTER_MUST, &state); in prep_firmware()