mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-18 22:34:48 +00:00
scsi: qedi: Correctly set firmware max supported BDs.
Signed-off-by: Manish Rangankar <manish.rangankar@cavium.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
5e901d0b15
commit
fc2fbf0d42
@ -38,7 +38,7 @@ struct qedi_endpoint;
|
||||
#define QEDI_MAX_ISCSI_TASK 4096
|
||||
#define QEDI_MAX_TASK_NUM 0x0FFF
|
||||
#define QEDI_MAX_ISCSI_CONNS_PER_HBA 1024
|
||||
#define QEDI_ISCSI_MAX_BDS_PER_CMD 256 /* Firmware max BDs is 256 */
|
||||
#define QEDI_ISCSI_MAX_BDS_PER_CMD 255 /* Firmware max BDs is 255 */
|
||||
#define MAX_OUSTANDING_TASKS_PER_CON 1024
|
||||
|
||||
#define QEDI_MAX_BD_LEN 0xffff
|
||||
|
Loading…
x
Reference in New Issue
Block a user