Searched hist:e3ed8939644166a7560a33c46f508584a7f1756a (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/ata/ |
H A D | sata_fsl.c | diff e3ed8939644166a7560a33c46f508584a7f1756a Fri May 11 13:51:05 CDT 2018 Jens Axboe <axboe@kernel.dk> libata: bump ->qc_active to a 64-bit type
This is in preparation for allowing full usage of the tag space, which means that our reserved error handling command will be using an internal tag value of 32. This doesn't fit in a u32, so move to a u64.
Signed-off-by: Jens Axboe <axboe@kernel.dk> Signed-off-by: Tejun Heo <tj@kernel.org>
|
H A D | sata_nv.c | diff e3ed8939644166a7560a33c46f508584a7f1756a Fri May 11 13:51:05 CDT 2018 Jens Axboe <axboe@kernel.dk> libata: bump ->qc_active to a 64-bit type
This is in preparation for allowing full usage of the tag space, which means that our reserved error handling command will be using an internal tag value of 32. This doesn't fit in a u32, so move to a u64.
Signed-off-by: Jens Axboe <axboe@kernel.dk> Signed-off-by: Tejun Heo <tj@kernel.org>
|
H A D | sata_mv.c | diff e3ed8939644166a7560a33c46f508584a7f1756a Fri May 11 13:51:05 CDT 2018 Jens Axboe <axboe@kernel.dk> libata: bump ->qc_active to a 64-bit type
This is in preparation for allowing full usage of the tag space, which means that our reserved error handling command will be using an internal tag value of 32. This doesn't fit in a u32, so move to a u64.
Signed-off-by: Jens Axboe <axboe@kernel.dk> Signed-off-by: Tejun Heo <tj@kernel.org>
|
H A D | libata-core.c | diff e3ed8939644166a7560a33c46f508584a7f1756a Fri May 11 13:51:05 CDT 2018 Jens Axboe <axboe@kernel.dk> libata: bump ->qc_active to a 64-bit type
This is in preparation for allowing full usage of the tag space, which means that our reserved error handling command will be using an internal tag value of 32. This doesn't fit in a u32, so move to a u64.
Signed-off-by: Jens Axboe <axboe@kernel.dk> Signed-off-by: Tejun Heo <tj@kernel.org>
|
/openbmc/linux/include/linux/ |
H A D | libata.h | diff e3ed8939644166a7560a33c46f508584a7f1756a Fri May 11 13:51:05 CDT 2018 Jens Axboe <axboe@kernel.dk> libata: bump ->qc_active to a 64-bit type
This is in preparation for allowing full usage of the tag space, which means that our reserved error handling command will be using an internal tag value of 32. This doesn't fit in a u32, so move to a u64.
Signed-off-by: Jens Axboe <axboe@kernel.dk> Signed-off-by: Tejun Heo <tj@kernel.org>
|