Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/qla2xxx/
H A Dqla_mbx.c617 mcp->out_mb |= MBX_7|MBX_6|MBX_3|MBX_2|MBX_1; in qla2x00_load_ram()
723 mcp->out_mb |= MBX_4 | MBX_3 | MBX_2 | MBX_1 | MBX_11; in qla2x00_execute_fw()
724 mcp->in_mb |= MBX_3 | MBX_2 | MBX_1; in qla2x00_execute_fw()
879 mcp->out_mb = MBX_9|MBX_8|MBX_7|MBX_6|MBX_3|MBX_2|MBX_1|MBX_0; in qla_set_exlogin_mem_cfg()
989 mcp->out_mb = MBX_9|MBX_8|MBX_7|MBX_6|MBX_3|MBX_2|MBX_1|MBX_0; in qla_set_exchoffld_mem_cfg()
1034 mcp->in_mb = MBX_6|MBX_5|MBX_4|MBX_3|MBX_2|MBX_1|MBX_0; in qla2x00_get_fw_version()
1195 mcp->in_mb = MBX_3|MBX_2|MBX_1|MBX_0; in qla2x00_get_fw_options()
1245 mcp->out_mb = MBX_3|MBX_2|MBX_1|MBX_0; in qla2x00_set_fw_options()
1309 mcp->out_mb = MBX_7|MBX_6|MBX_5|MBX_4|MBX_3|MBX_2|MBX_1|MBX_0; in qla2x00_mbx_reg_test()
1310 mcp->in_mb = MBX_7|MBX_6|MBX_5|MBX_4|MBX_3|MBX_2|MBX_1|MBX_0; in qla2x00_mbx_reg_test()
[all …]
H A Dqla_mr.c407 mcp->out_mb = MBX_3|MBX_2|MBX_1|MBX_0; in qlafx00_init_firmware()
457 MBX_7|MBX_6|MBX_5|MBX_4|MBX_3|MBX_2|MBX_1|MBX_0; in qlafx00_mbx_reg_test()
459 MBX_7|MBX_6|MBX_5|MBX_4|MBX_3|MBX_2|MBX_1|MBX_0; in qlafx00_mbx_reg_test()
H A Dqla_def.h1304 #define MBX_3 BIT_3 macro
H A Dqla_isr.c1095 if ((mbx & MBX_3) && (ha->port_no == 0)) in qla2x00_async_event()