Loading drivers/scsi/fnic/fnic.h +1 −1 Original line number Diff line number Diff line Loading @@ -44,7 +44,7 @@ #define FNIC_IO_LOCKS 64 /* IO locks: power of 2 */ #define FNIC_DFLT_QUEUE_DEPTH 32 #define FNIC_STATS_RATE_LIMIT 4 /* limit rate at which stats are pulled up */ #define FNIC_MAX_CMD_LEN 16 /* Supported CDB length */ /* * Tag bits used for special requests. */ Loading drivers/scsi/fnic/fnic_main.c +1 −0 Original line number Diff line number Diff line Loading @@ -560,6 +560,7 @@ static int __devinit fnic_probe(struct pci_dev *pdev, } host->max_lun = fnic->config.luns_per_tgt; host->max_id = FNIC_MAX_FCP_TARGET; host->max_cmd_len = FNIC_MAX_CMD_LEN; fnic_get_res_counts(fnic); Loading Loading
drivers/scsi/fnic/fnic.h +1 −1 Original line number Diff line number Diff line Loading @@ -44,7 +44,7 @@ #define FNIC_IO_LOCKS 64 /* IO locks: power of 2 */ #define FNIC_DFLT_QUEUE_DEPTH 32 #define FNIC_STATS_RATE_LIMIT 4 /* limit rate at which stats are pulled up */ #define FNIC_MAX_CMD_LEN 16 /* Supported CDB length */ /* * Tag bits used for special requests. */ Loading
drivers/scsi/fnic/fnic_main.c +1 −0 Original line number Diff line number Diff line Loading @@ -560,6 +560,7 @@ static int __devinit fnic_probe(struct pci_dev *pdev, } host->max_lun = fnic->config.luns_per_tgt; host->max_id = FNIC_MAX_FCP_TARGET; host->max_cmd_len = FNIC_MAX_CMD_LEN; fnic_get_res_counts(fnic); Loading