Commit 51e74883 authored by Joe Carnuccio's avatar Joe Carnuccio Committed by Christoph Hellwig

qla2xxx: Add MBC option for fast SFP data access.

Signed-off-by: default avatarJoe Carnuccio <joe.carnuccio@qlogic.com>
Signed-off-by: default avatarSaurav Kashyap <saurav.kashyap@qlogic.com>
Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
parent 90b604f2
...@@ -664,7 +664,7 @@ qla2x00_sysfs_read_sfp(struct file *filp, struct kobject *kobj, ...@@ -664,7 +664,7 @@ qla2x00_sysfs_read_sfp(struct file *filp, struct kobject *kobj,
} }
rval = qla2x00_read_sfp(vha, ha->sfp_data_dma, ha->sfp_data, rval = qla2x00_read_sfp(vha, ha->sfp_data_dma, ha->sfp_data,
addr, offset, SFP_BLOCK_SIZE, 0); addr, offset, SFP_BLOCK_SIZE, BIT_1);
if (rval != QLA_SUCCESS) { if (rval != QLA_SUCCESS) {
ql_log(ql_log_warn, vha, 0x706d, ql_log(ql_log_warn, vha, 0x706d,
"Unable to read SFP data (%x/%x/%x).\n", rval, "Unable to read SFP data (%x/%x/%x).\n", rval,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment