Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/qla2xxx/
Dqla_mbx.c734 mcp->out_mb |= MBX_11; in qla2x00_execute_fw()
753 mcp->out_mb |= MBX_4 | MBX_3 | MBX_2 | MBX_1 | MBX_11; in qla2x00_execute_fw()
923 mcp->in_mb = MBX_11|MBX_0; in qla_set_exlogin_mem_cfg()
1033 mcp->in_mb = MBX_11|MBX_0; in qla_set_exchoffld_mem_cfg()
1079 mcp->in_mb |= MBX_13|MBX_12|MBX_11|MBX_10|MBX_9|MBX_8; in qla2x00_get_fw_version()
1085 MBX_14|MBX_13|MBX_11|MBX_10|MBX_9|MBX_8|MBX_7; in qla2x00_get_fw_version()
1305 mcp->out_mb |= MBX_12|MBX_11|MBX_10; in qla2x00_set_fw_options()
1712 mcp->in_mb |= MBX_13|MBX_12|MBX_11|MBX_10; in qla2x00_get_adapter_id()
1896 mcp->out_mb |= MBX_14|MBX_13|MBX_12|MBX_11|MBX_10; in qla2x00_init_firmware()
3022 mcp->in_mb = MBX_11|MBX_10|MBX_7|MBX_6|MBX_3|MBX_2|MBX_1|MBX_0; in qla2x00_get_resource_cnts()
[all …]
Dqla_mr.c456 mcp->out_mb = MBX_15|MBX_14|MBX_13|MBX_12|MBX_11|MBX_10|MBX_9|MBX_8| in qlafx00_mbx_reg_test()
458 mcp->in_mb = MBX_15|MBX_14|MBX_13|MBX_12|MBX_11|MBX_10|MBX_9|MBX_8| in qlafx00_mbx_reg_test()
Dqla_def.h1363 #define MBX_11 BIT_11 macro