Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_mbx.c806 mcp->out_mb = MBX_1|MBX_0; in ql_send_change_request()
1439 mcp->out_mb = MBX_1|MBX_0; in ql_loop_port_bypass()
1486 mcp->out_mb = MBX_1|MBX_0; in ql_loop_port_enable()
1944 MBX_2|MBX_1|MBX_0; in ql_get_port_database()
1952 MBX_2|MBX_1|MBX_0; in ql_get_port_database()
2117 mcp->in_mb = MBX_1|MBX_0; in ql_get_loop_position_map()
2469 mcp->out_mb = MBX_1; in ql_get_status_counts()
2951 mcp->in_mb = MBX_1|MBX_0; in ql_get_id_list()
3223 mcp->in_mb = MBX_1|MBX_0; in ql_issue_mbx_iocb()
3955 mcp->in_mb = MBX_1|MBX_0; in ql_diag_echo()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_mbx.h548 #define MBX_1 BIT_1 macro
551 #define MBX_0_THRU_1 MBX_0|MBX_1