Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_mbx.c767 mcp->in_mb = MBX_3|MBX_1|MBX_0; in ql_echo()
1170 mcp->out_mb = MBX_3|MBX_2|MBX_1|MBX_0; in ql_lun_reset()
2657 mcp->out_mb = MBX_3|MBX_2|MBX_1|MBX_0; in ql_full_login_lip()
3168 mcp->in_mb = MBX_3|MBX_2|MBX_0; in ql_rd_risc_ram_word()
3403 mcp->in_mb = MBX_3|MBX_2|MBX_1|MBX_0; in ql_get_firmware_option()
4057 mcp->in_mb = MBX_4|MBX_3|MBX_2|MBX_0; in ql_serdes_param()
4103 mcp->in_mb = MBX_3|MBX_0; in ql_get_timeout_parameters()
4261 mcp->out_mb |= MBX_3; in ql_iidma_rate()
4263 mcp->in_mb |= MBX_3; in ql_iidma_rate()
5030 MBX_3|MBX_2|MBX_1|MBX_0; in ql_get_resource_cnts()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_mbx.h546 #define MBX_3 BIT_3 macro
553 #define MBX_0_THRU_3 MBX_0_THRU_2 | MBX_3