Searched refs:firmware_options_1 (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/drivers/scsi/qla2xxx/
H A Dqla_fw.h107 uint32_t firmware_options_1; member in struct:nvram_24xx
332 uint32_t firmware_options_1; member in struct:init_cb_24xx
1605 uint32_t firmware_options_1; member in struct:nvram_81xx
1808 uint32_t firmware_options_1; member in struct:init_cb_81xx
H A Dqla_target.c6200 nv->firmware_options_1; qlt_24xx_config_nvram_stage1()
6211 nv->firmware_options_1 |= cpu_to_le32(BIT_4); qlt_24xx_config_nvram_stage1()
6215 nv->firmware_options_1 |= cpu_to_le32(BIT_5); qlt_24xx_config_nvram_stage1()
6218 nv->firmware_options_1 &= cpu_to_le32(~BIT_13); qlt_24xx_config_nvram_stage1()
6220 nv->firmware_options_1 &= cpu_to_le32(~BIT_9); qlt_24xx_config_nvram_stage1()
6235 nv->firmware_options_1 = qlt_24xx_config_nvram_stage1()
6270 icb->firmware_options_1 |= cpu_to_le32(BIT_14); qlt_24xx_config_nvram_stage2()
6287 nv->firmware_options_1; qlt_81xx_config_nvram_stage1()
6298 nv->firmware_options_1 |= cpu_to_le32(BIT_4); qlt_81xx_config_nvram_stage1()
6302 nv->firmware_options_1 |= cpu_to_le32(BIT_5); qlt_81xx_config_nvram_stage1()
6305 nv->firmware_options_1 &= cpu_to_le32(~BIT_13); qlt_81xx_config_nvram_stage1()
6307 nv->firmware_options_1 &= cpu_to_le32(~BIT_9); qlt_81xx_config_nvram_stage1()
6322 nv->firmware_options_1 = qlt_81xx_config_nvram_stage1()
6360 icb->firmware_options_1 |= cpu_to_le32(BIT_14); qlt_81xx_config_nvram_stage2()
H A Dqla_init.c2254 mid_init_cb->init_cb.firmware_options_1 |= qla2x00_init_rings()
2258 (mid_init_cb->init_cb.firmware_options_1 & BIT_6) ? 1 : 0; qla2x00_init_rings()
5155 nv->firmware_options_1 = qla24xx_nvram_config()
5172 nv->firmware_options_1 &= cpu_to_le32(~BIT_13); qla24xx_nvram_config()
5215 if ((icb->firmware_options_1 & cpu_to_le32(BIT_14)) == 0) { qla24xx_nvram_config()
6100 nv->firmware_options_1 = qla81xx_nvram_config()
6175 if ((icb->firmware_options_1 & cpu_to_le32(BIT_14)) == 0) { qla81xx_nvram_config()

Completed in 206 milliseconds