Home
last modified time | relevance | path

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

/linux/drivers/scsi/qla4xxx/
H A Dql4_mbx.c498 ha->ip_config.iscsi_options = le16_to_cpu(init_fw_cb->iscsi_opts); in qla4xxx_update_local_ip()
2001 uint16_t iscsi_opts = 0; in qla4xxx_set_param_ddbentry() local
2034 iscsi_opts = le16_to_cpu(fw_ddb_entry->iscsi_options); in qla4xxx_set_param_ddbentry()
2080 iscsi_opts |= BIT_7; in qla4xxx_set_param_ddbentry()
2095 iscsi_opts |= BIT_4; in qla4xxx_set_param_ddbentry()
2106 iscsi_opts |= BIT_10; in qla4xxx_set_param_ddbentry()
2109 iscsi_opts |= BIT_11; in qla4xxx_set_param_ddbentry()
2111 fw_ddb_entry->iscsi_options = cpu_to_le16(iscsi_opts); in qla4xxx_set_param_ddbentry()
H A Dql4_fw.h591 uint16_t iscsi_opts; /* 30-31 */ member
743 uint16_t iscsi_opts; /* 30-31 */ member
/linux/drivers/scsi/csiostor/
H A Dt4fw_api_stor.h149 __be16 iscsi_opts; member