Hi Bart,
> On Jul 11, 2017, at 5:39 PM, Nicholas A. Bellinger
> wrote:
>
> On Tue, 2017-07-11 at 23:43 +, Bart Van Assche wrote:
>> On Tue, 2017-06-13 at 20:47 -0700, Himanshu Madhani wrote:
>>> typedef struct srb {
>>> + /*
>>> +* Do not move cmd_type field, it needs to
>>> +* li
On Tue, 2017-07-11 at 23:43 +, Bart Van Assche wrote:
> On Tue, 2017-06-13 at 20:47 -0700, Himanshu Madhani wrote:
> > typedef struct srb {
> > + /*
> > +* Do not move cmd_type field, it needs to
> > +* line up with qla_tgt_cmd->cmd_type
> > +*/
> > + uint8_t cmd_type;
> > +
On Tue, 2017-06-13 at 20:47 -0700, Himanshu Madhani wrote:
> typedef struct srb {
> + /*
> + * Do not move cmd_type field, it needs to
> + * line up with qla_tgt_cmd->cmd_type
> + */
> + uint8_t cmd_type;
> + uint8_t pad[3];
Hello Himanshu,
Had I understood correctly t
From: Quinn Tran
Merge active/outstanding cmd arrays from target side
and initiator side together in prepration for Target
Multi Queue support.
Signed-off-by: Quinn Tran
Signed-off-by: Himanshu Madhani
---
drivers/scsi/qla2xxx/qla_def.h| 15 +++-
drivers/scsi/qla2xxx/qla_gbl.h| 2 -
4 matches
Mail list logo