Searched refs:fw_options (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/scsi/qla2xxx/ |
D | qla_sup.c | 1571 ha->fw_options[1] &= ~FO1_SET_EMPHASIS_SWING; in qla2x00_beacon_on() 1572 ha->fw_options[1] |= FO1_DISABLE_GPIO6_7; in qla2x00_beacon_on() 1574 if (qla2x00_set_fw_options(vha, ha->fw_options) != QLA_SUCCESS) { in qla2x00_beacon_on() 1635 ha->fw_options[1] &= ~FO1_SET_EMPHASIS_SWING; in qla2x00_beacon_off() 1636 ha->fw_options[1] &= ~FO1_DISABLE_GPIO6_7; in qla2x00_beacon_off() 1638 rval = qla2x00_set_fw_options(vha, ha->fw_options); in qla2x00_beacon_off() 1805 ha->fw_options[1] |= ADD_FO1_DISABLE_GPIO_LED_CTRL; in qla24xx_beacon_on() 1807 if (qla2x00_set_fw_options(vha, ha->fw_options) != QLA_SUCCESS) in qla24xx_beacon_on() 1810 if (qla2x00_get_fw_options(vha, ha->fw_options) != in qla24xx_beacon_on() 1875 ha->fw_options[1] &= ~ADD_FO1_DISABLE_GPIO_LED_CTRL; in qla24xx_beacon_off() [all …]
|
D | qla_init.c | 1974 memset(ha->fw_options, 0, sizeof(ha->fw_options)); in qla2x00_update_fw_options() 1975 qla2x00_get_fw_options(vha, ha->fw_options); in qla2x00_update_fw_options() 1987 ha->fw_options[1] &= ~FO1_SET_EMPHASIS_SWING; in qla2x00_update_fw_options() 1989 ha->fw_options[1] |= FO1_SET_EMPHASIS_SWING; in qla2x00_update_fw_options() 1999 ha->fw_options[10] = (emphasis << 14) | (swing << 8); in qla2x00_update_fw_options() 2003 ha->fw_options[10] |= (tx_sens << 4) | rx_sens; in qla2x00_update_fw_options() 2005 ha->fw_options[10] |= BIT_5 | in qla2x00_update_fw_options() 2017 ha->fw_options[11] = (emphasis << 14) | (swing << 8); in qla2x00_update_fw_options() 2021 ha->fw_options[11] |= (tx_sens << 4) | rx_sens; in qla2x00_update_fw_options() 2023 ha->fw_options[11] |= BIT_5 | in qla2x00_update_fw_options() [all …]
|
D | qla_def.h | 3288 uint16_t fw_options[16]; /* slots: 1,2,3,10,11 */ member
|
/linux-4.4.14/drivers/scsi/qla4xxx/ |
D | ql4_mbx.c | 602 ha->firmware_options = le16_to_cpu(init_fw_cb->fw_options); in qla4xxx_update_local_ifcb() 663 init_fw_cb->fw_options |= in qla4xxx_initialize_fw_cb() 668 init_fw_cb->fw_options |= in qla4xxx_initialize_fw_cb() 671 init_fw_cb->fw_options &= __constant_cpu_to_le16(~FWOPT_TARGET_MODE); in qla4xxx_initialize_fw_cb()
|
D | ql4_fw.h | 563 uint16_t fw_options; /* 02-03 */ member
|