Files
scst/qla2x00t
Gleb Chesnokov be46206a69 qla2x00t: Stop using the SCSI pointer
Instead of using the SCp.ptr field to track whether or not a command is
in flight, use the sp->type field to track this information. sp->type
must be set for proper operation of the qla2xxx driver. See e.g. the
switch (sp->type) statement in qla2x00_ct_entry().

Port the commit 8cc7b18f ("qla2x00t-32gbit: Stop using the SCSI pointer")
to the old qlogic driver.
2022-04-04 19:56:13 +03:00
..
2018-01-13 03:31:26 +00:00
2020-07-19 01:18:24 +00:00
2020-12-20 02:07:40 +00:00
2021-11-03 14:27:57 +00:00
2018-04-12 03:49:10 +00:00
2021-11-22 03:49:47 +00:00
2020-08-02 21:22:13 +00:00
2022-04-04 19:56:13 +03:00