Home
last modified time | relevance | path

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

/linux/drivers/scsi/qla2xxx/
H A Dqla_mbx.c733 mcp->out_mb |= MBX_11; in qla2x00_execute_fw()
752 mcp->out_mb |= MBX_4 | MBX_3 | MBX_2 | MBX_1 | MBX_11; in qla2x00_execute_fw()
969 mcp->in_mb = MBX_11|MBX_0; in qla_set_exlogin_mem_cfg()
1079 mcp->in_mb = MBX_11|MBX_0; in qla_set_exchoffld_mem_cfg()
1125 mcp->in_mb |= MBX_13|MBX_12|MBX_11|MBX_10|MBX_9|MBX_8; in qla2x00_get_fw_version()
1131 MBX_14|MBX_13|MBX_11|MBX_10|MBX_9|MBX_8|MBX_7; in qla2x00_get_fw_version()
1351 mcp->out_mb |= MBX_12|MBX_11|MBX_10; in qla2x00_set_fw_options()
1758 mcp->in_mb |= MBX_13|MBX_12|MBX_11|MBX_10; in qla2x00_get_adapter_id()
1942 mcp->out_mb |= MBX_14|MBX_13|MBX_12|MBX_11|MBX_10; in qla2x00_init_firmware()
3071 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 …]
H A 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()
H A Dqla_def.h1433 #define MBX_11 BIT_11 macro