Home
last modified time | relevance | path

Searched refs:srr_rel_offs (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/scsi/qla2xxx/
H A Dqla_target.h147 __le32 srr_rel_offs; member
165 __le32 srr_rel_offs; member
H A Dqla_target.c1695 nack->u.isp24.srr_rel_offs = ntfy->u.isp24.srr_rel_offs; in qlt_send_notify_ack()
3605 nack->u.isp24.srr_rel_offs = ntfy->u.isp24.srr_rel_offs; in __qlt_send_term_imm_notif()
5784 uint32_t srr_rel_offs, int *xmit_type) in qlt_srr_adjust_data() argument
5789 if (srr_rel_offs < cmd->offset || in qlt_srr_adjust_data()
5790 srr_rel_offs > cmd->offset + cmd->bufflen) { in qlt_srr_adjust_data()
5793 "qla_target(%d): tag %lld: srr_rel_offs %u outside accepted range %u - %u\n", in qlt_srr_adjust_data()
5794 vha->vp_idx, cmd->se_cmd.tag, srr_rel_offs, in qlt_srr_adjust_data()
5800 * srr_rel_offs i in qlt_srr_adjust_data()
5841 uint32_t srr_rel_offs = le32_to_cpu(srr->imm_ntfy.u.isp24.srr_rel_offs); qlt_handle_srr() local
[all...]
H A Dqla_def.h2425 __le32 srr_rel_offs; member
2446 __le32 srr_rel_offs;
2404 __le32 srr_rel_offs; global() member
H A Dqla_iocb.c3761 nack->u.isp24.srr_rel_offs = ntfy->u.isp24.srr_rel_offs; in qla2x00_send_notify_ack_iocb()