Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dcommon.h96 enum dev_master { MASTER_CANT, MASTER_MAY, MASTER_MUST }; enumerator
H A Dt4_hw.c7248 V_FW_HELLO_CMD_MASTERFORCE(master == MASTER_MUST) | in t4_fw_hello()
7249 V_FW_HELLO_CMD_MBMASTER(master == MASTER_MUST ? in t4_fw_hello()
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_nexus.c1176 rc = t4_fw_hello(sc, sc->mbox, sc->mbox, MASTER_MUST, &state); in prep_firmware()