Searched refs:iscsi_opts (Results 1 - 2 of 2) sorted by relevance

/drivers/scsi/qla4xxx/
H A Dql4_mbx.c1608 uint16_t iscsi_opts = 0; local
1644 iscsi_opts = le16_to_cpu(fw_ddb_entry->iscsi_options);
1690 iscsi_opts |= BIT_7;
1705 iscsi_opts |= BIT_4;
1716 iscsi_opts |= BIT_10;
1719 iscsi_opts |= BIT_11;
1721 fw_ddb_entry->iscsi_options = cpu_to_le16(iscsi_opts);
H A Dql4_fw.h515 uint16_t iscsi_opts; /* 30-31 */ member in struct:addr_ctrl_blk
637 uint16_t iscsi_opts; /* 30-31 */ member in struct:addr_ctrl_blk_def

Completed in 111 milliseconds