Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/qla2xxx/
Dqla_mbx.c425 mcp->out_mb |= MBX_7|MBX_6|MBX_3|MBX_2|MBX_1; in qla2x00_load_ram()
492 mcp->out_mb |= MBX_4|MBX_3|MBX_2|MBX_1; in qla2x00_execute_fw()
493 mcp->in_mb |= MBX_1; in qla2x00_execute_fw()
496 mcp->out_mb |= MBX_1; in qla2x00_execute_fw()
552 mcp->in_mb = MBX_6|MBX_5|MBX_4|MBX_3|MBX_2|MBX_1|MBX_0; in qla2x00_get_fw_version()
637 mcp->in_mb = MBX_3|MBX_2|MBX_1|MBX_0; in qla2x00_get_fw_options()
687 mcp->out_mb = MBX_3|MBX_2|MBX_1|MBX_0; in qla2x00_set_fw_options()
690 mcp->in_mb |= MBX_1; in qla2x00_set_fw_options()
749 mcp->out_mb = MBX_7|MBX_6|MBX_5|MBX_4|MBX_3|MBX_2|MBX_1|MBX_0; in qla2x00_mbx_reg_test()
750 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 …]
Dqla_mr.c355 mcp->in_mb = MBX_1|MBX_0; in qlafx00_get_firmware_state()
407 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()
Dqla_def.h1018 #define MBX_1 BIT_1 macro