Searched hist:"1 d6049a3b14feb39c8d6c8f538a711dcc54f88e0" (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/scsi/libsas/ |
H A D | sas_task.c | diff 1d6049a3b14feb39c8d6c8f538a711dcc54f88e0 Thu Feb 17 16:42:30 CET 2022 John Garry <john.garry@huawei.com> scsi: libsas: Use enum for response frame DATAPRES field
As defined in table 126 of the SAS spec 1.1, use an enum for the DATAPRES field, which makes reading the code easier.
Also change sas_ssp_task_response() to use a switch statement, which is more suitable (than if-else), as suggested by Christoph.
Link: https://lore.kernel.org/r/1645112566-115804-3-git-send-email-john.garry@huawei.com Suggested-by: Xiang Chen <chenxiang66@hisilicon.com> Tested-by: Yihang Li <liyihang6@hisilicon.com> Tested-by: Damien Le Moal <damien.lemoal@opensource.wdc.com> Reviewed-by: Jack Wang <jinpu.wang@ionos.com> Signed-off-by: John Garry <john.garry@huawei.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
|
/linux/include/scsi/ |
H A D | sas.h | diff 1d6049a3b14feb39c8d6c8f538a711dcc54f88e0 Thu Feb 17 16:42:30 CET 2022 John Garry <john.garry@huawei.com> scsi: libsas: Use enum for response frame DATAPRES field
As defined in table 126 of the SAS spec 1.1, use an enum for the DATAPRES field, which makes reading the code easier.
Also change sas_ssp_task_response() to use a switch statement, which is more suitable (than if-else), as suggested by Christoph.
Link: https://lore.kernel.org/r/1645112566-115804-3-git-send-email-john.garry@huawei.com Suggested-by: Xiang Chen <chenxiang66@hisilicon.com> Tested-by: Yihang Li <liyihang6@hisilicon.com> Tested-by: Damien Le Moal <damien.lemoal@opensource.wdc.com> Reviewed-by: Jack Wang <jinpu.wang@ionos.com> Signed-off-by: John Garry <john.garry@huawei.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
|
/linux/drivers/scsi/aic94xx/ |
H A D | aic94xx_tmf.c | diff 1d6049a3b14feb39c8d6c8f538a711dcc54f88e0 Thu Feb 17 16:42:30 CET 2022 John Garry <john.garry@huawei.com> scsi: libsas: Use enum for response frame DATAPRES field
As defined in table 126 of the SAS spec 1.1, use an enum for the DATAPRES field, which makes reading the code easier.
Also change sas_ssp_task_response() to use a switch statement, which is more suitable (than if-else), as suggested by Christoph.
Link: https://lore.kernel.org/r/1645112566-115804-3-git-send-email-john.garry@huawei.com Suggested-by: Xiang Chen <chenxiang66@hisilicon.com> Tested-by: Yihang Li <liyihang6@hisilicon.com> Tested-by: Damien Le Moal <damien.lemoal@opensource.wdc.com> Reviewed-by: Jack Wang <jinpu.wang@ionos.com> Signed-off-by: John Garry <john.garry@huawei.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
|
/linux/drivers/scsi/isci/ |
H A D | request.c | diff 1d6049a3b14feb39c8d6c8f538a711dcc54f88e0 Thu Feb 17 16:42:30 CET 2022 John Garry <john.garry@huawei.com> scsi: libsas: Use enum for response frame DATAPRES field
As defined in table 126 of the SAS spec 1.1, use an enum for the DATAPRES field, which makes reading the code easier.
Also change sas_ssp_task_response() to use a switch statement, which is more suitable (than if-else), as suggested by Christoph.
Link: https://lore.kernel.org/r/1645112566-115804-3-git-send-email-john.garry@huawei.com Suggested-by: Xiang Chen <chenxiang66@hisilicon.com> Tested-by: Yihang Li <liyihang6@hisilicon.com> Tested-by: Damien Le Moal <damien.lemoal@opensource.wdc.com> Reviewed-by: Jack Wang <jinpu.wang@ionos.com> Signed-off-by: John Garry <john.garry@huawei.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
|
/linux/drivers/scsi/mvsas/ |
H A D | mv_sas.c | diff 1d6049a3b14feb39c8d6c8f538a711dcc54f88e0 Thu Feb 17 16:42:30 CET 2022 John Garry <john.garry@huawei.com> scsi: libsas: Use enum for response frame DATAPRES field
As defined in table 126 of the SAS spec 1.1, use an enum for the DATAPRES field, which makes reading the code easier.
Also change sas_ssp_task_response() to use a switch statement, which is more suitable (than if-else), as suggested by Christoph.
Link: https://lore.kernel.org/r/1645112566-115804-3-git-send-email-john.garry@huawei.com Suggested-by: Xiang Chen <chenxiang66@hisilicon.com> Tested-by: Yihang Li <liyihang6@hisilicon.com> Tested-by: Damien Le Moal <damien.lemoal@opensource.wdc.com> Reviewed-by: Jack Wang <jinpu.wang@ionos.com> Signed-off-by: John Garry <john.garry@huawei.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
|