Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_mbx.h309 #define MBC_GET_FIRMWARE_OPTIONS 0x28 /* Get firmware options */ macro
985 {MBC_GET_FIRMWARE_OPTIONS, "MBC_GET_FIRMWARE_OPTIONS"}, \
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.h176 #define MBC_GET_FIRMWARE_OPTIONS 0x28 /* Get firmware options */ macro
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_mbx.c3401 mcp->mb[0] = MBC_GET_FIRMWARE_OPTIONS; in ql_get_firmware_option()