Searched hist:"650 ce64c9eada94bd40c6a71c77b19d6f38a03a1" (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/scsi/qedf/ |
H A D | qedf.h | 650ce64c9eada94bd40c6a71c77b19d6f38a03a1 Tue Mar 26 07:38:34 UTC 2019 Chad Dupuis <cdupuis@marvell.com> scsi: qedf: Correct xid range overlap between offloaded requests and libfc requests
There is currently an overlap where exchange IDs between what is used for offloaded commands and by libfc for ELS commands. Correct this so that exchange ID range is:
Offloaded requests: 0 to 0xfff libfc requests: 0x1000 to 0xfffe
Signed-off-by: Chad Dupuis <cdupuis@marvell.com> Signed-off-by: Saurav Kashyap <skashyap@marvell.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
|
H A D | qedf_io.c | 650ce64c9eada94bd40c6a71c77b19d6f38a03a1 Tue Mar 26 07:38:34 UTC 2019 Chad Dupuis <cdupuis@marvell.com> scsi: qedf: Correct xid range overlap between offloaded requests and libfc requests
There is currently an overlap where exchange IDs between what is used for offloaded commands and by libfc for ELS commands. Correct this so that exchange ID range is:
Offloaded requests: 0 to 0xfff libfc requests: 0x1000 to 0xfffe
Signed-off-by: Chad Dupuis <cdupuis@marvell.com> Signed-off-by: Saurav Kashyap <skashyap@marvell.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
|