Symbol: atio_from_isp
drivers/scsi/qla2xxx/qla_target.c
102
struct atio_from_isp *pkt, uint8_t);
drivers/scsi/qla2xxx/qla_target.c
108
struct atio_from_isp *atio, uint16_t status, int qfull);
drivers/scsi/qla2xxx/qla_target.c
122
static void qlt_send_busy(struct qla_qpair *, struct atio_from_isp *,
drivers/scsi/qla2xxx/qla_target.c
208
struct atio_from_isp *atio, uint8_t ha_locked)
drivers/scsi/qla2xxx/qla_target.c
2178
struct atio_from_isp *atio = &mcmd->orig_iocb.atio;
drivers/scsi/qla2xxx/qla_target.c
2249
struct atio_from_isp *atio = &cmd->atio;
drivers/scsi/qla2xxx/qla_target.c
2548
struct atio_from_isp *atio = &prm->cmd->atio;
drivers/scsi/qla2xxx/qla_target.c
3008
struct atio_from_isp *atio = &prm->cmd->atio;
drivers/scsi/qla2xxx/qla_target.c
310
struct atio_from_isp *atio, uint8_t ha_locked)
drivers/scsi/qla2xxx/qla_target.c
3685
struct atio_from_isp *atio)
drivers/scsi/qla2xxx/qla_target.c
3776
struct qla_tgt_cmd *cmd, struct atio_from_isp *atio, int ha_locked)
drivers/scsi/qla2xxx/qla_target.c
4410
struct atio_from_isp *atio = &cmd->atio;
drivers/scsi/qla2xxx/qla_target.c
4596
static void memcpy_atio(struct atio_from_isp *dst,
drivers/scsi/qla2xxx/qla_target.c
4597
const struct atio_from_isp *src)
drivers/scsi/qla2xxx/qla_target.c
4618
struct atio_from_isp *atio)
drivers/scsi/qla2xxx/qla_target.c
4676
struct atio_from_isp *atio)
drivers/scsi/qla2xxx/qla_target.c
4757
struct atio_from_isp *a = (struct atio_from_isp *)iocb;
drivers/scsi/qla2xxx/qla_target.c
4814
struct atio_from_isp *a = (struct atio_from_isp *)iocb;
drivers/scsi/qla2xxx/qla_target.c
4841
struct atio_from_isp *a = (struct atio_from_isp *)iocb;
drivers/scsi/qla2xxx/qla_target.c
4888
loop_id = GET_TARGET_ID(ha, (struct atio_from_isp *)iocb);
drivers/scsi/qla2xxx/qla_target.c
6508
GET_TARGET_ID(ha, (struct atio_from_isp *)iocb),
drivers/scsi/qla2xxx/qla_target.c
6553
struct atio_from_isp *atio, uint16_t status)
drivers/scsi/qla2xxx/qla_target.c
6627
struct atio_from_isp *atio, uint16_t status, int qfull)
drivers/scsi/qla2xxx/qla_target.c
6709
qlt_send_busy(struct qla_qpair *qpair, struct atio_from_isp *atio,
drivers/scsi/qla2xxx/qla_target.c
6722
struct atio_from_isp *atio, uint8_t ha_locked)
drivers/scsi/qla2xxx/qla_target.c
6742
struct atio_from_isp *atio, uint8_t ha_locked)
drivers/scsi/qla2xxx/qla_target.c
6981
struct atio_from_isp *atio = (struct atio_from_isp *)pkt;
drivers/scsi/qla2xxx/qla_target.c
7854
struct atio_from_isp *pkt = (struct atio_from_isp *)ha->tgt.atio_ring;
drivers/scsi/qla2xxx/qla_target.c
7874
struct atio_from_isp *pkt;
drivers/scsi/qla2xxx/qla_target.c
7882
pkt = (struct atio_from_isp *)ha->tgt.atio_ring_ptr;
drivers/scsi/qla2xxx/qla_target.c
7902
(struct atio_from_isp *)pkt, ha_locked);
drivers/scsi/qla2xxx/qla_target.c
7914
pkt = (struct atio_from_isp *)ha->tgt.atio_ring_ptr;
drivers/scsi/qla2xxx/qla_target.c
8307
(ha->tgt.atio_q_length + 1) * sizeof(struct atio_from_isp),
drivers/scsi/qla2xxx/qla_target.c
8323
sizeof(struct atio_from_isp), ha->tgt.atio_ring,
drivers/scsi/qla2xxx/qla_target.h
1007
struct atio_from_isp atio;
drivers/scsi/qla2xxx/qla_target.h
1148
struct qla_tgt_cmd *cmd, struct atio_from_isp *atio, int ha_locked);
drivers/scsi/qla2xxx/qla_target.h
378
static inline void adjust_corrupted_atio(struct atio_from_isp *atio)
drivers/scsi/qla2xxx/qla_target.h
384
static inline int get_datalen_for_atio(struct atio_from_isp *atio)
drivers/scsi/qla2xxx/qla_target.h
847
struct atio_from_isp atio;
drivers/scsi/qla2xxx/qla_target.h
936
struct atio_from_isp atio;
drivers/scsi/qla2xxx/qla_target.h
984
struct atio_from_isp tm_iocb2;
drivers/scsi/qla2xxx/tcm_qla2xxx.c
1935
BUILD_BUG_ON(sizeof(struct atio_from_isp) != 64);