Lines Matching defs:abts

1737 	struct abts_recv_from_24xx *abts = &mcmd->orig_iocb.abts;
1770 resp->nport_handle = abts->nport_handle;
1772 resp->sof_type = abts->sof_type;
1773 resp->exchange_address = abts->exchange_address;
1774 resp->fcp_hdr_le = abts->fcp_hdr_le;
1783 resp->fcp_hdr_le.d_id = abts->fcp_hdr_le.s_id;
1784 resp->fcp_hdr_le.s_id = abts->fcp_hdr_le.d_id;
1786 resp->exchange_addr_to_abort = abts->exchange_addr_to_abort;
1792 resp->payload.ba_acct.ox_id = abts->fcp_hdr_le.ox_id;
1793 resp->payload.ba_acct.rx_id = abts->fcp_hdr_le.rx_id;
1817 struct abts_recv_from_24xx *abts, uint32_t status,
1828 ha, abts, status);
1842 resp->nport_handle = abts->nport_handle;
1844 resp->sof_type = abts->sof_type;
1845 resp->exchange_address = abts->exchange_address;
1846 resp->fcp_hdr_le = abts->fcp_hdr_le;
1855 resp->fcp_hdr_le.d_id = abts->fcp_hdr_le.d_id;
1856 resp->fcp_hdr_le.s_id = abts->fcp_hdr_le.s_id;
1858 resp->fcp_hdr_le.d_id = abts->fcp_hdr_le.s_id;
1859 resp->fcp_hdr_le.s_id = abts->fcp_hdr_le.d_id;
1861 resp->exchange_addr_to_abort = abts->exchange_addr_to_abort;
1867 resp->payload.ba_acct.ox_id = abts->fcp_hdr_le.ox_id;
1868 resp->payload.ba_acct.rx_id = abts->fcp_hdr_le.rx_id;
1905 /* abts from remote port */
1906 entry = &mcmd->orig_iocb.abts;
1908 /* abts from this driver. */
2039 tag = le32_to_cpu(mcmd->orig_iocb.abts.exchange_addr_to_abort);
2083 struct abts_recv_from_24xx *abts, struct fc_port *sess)
2091 vha->vp_idx, abts->exchange_addr_to_abort);
2103 memcpy(&mcmd->orig_iocb.abts, abts, sizeof(mcmd->orig_iocb.abts));
2111 * abts->exchange_addr_to_abort tag.
2119 le32_to_cpu(abts->exchange_addr_to_abort));
2138 struct abts_recv_from_24xx *abts)
2142 uint32_t tag = le32_to_cpu(abts->exchange_addr_to_abort);
2147 if (le32_to_cpu(abts->fcp_hdr_le.parameter) & ABTS_PARAM_ABORT_SEQ) {
2151 qlt_24xx_send_abts_resp(ha->base_qpair, abts, FCP_TMF_REJECTED,
2160 qlt_24xx_send_abts_resp(ha->base_qpair, abts, FCP_TMF_REJECTED,
2167 "tag=%d, param=%x)\n", vha->vp_idx, abts->fcp_hdr_le.s_id.domain,
2168 abts->fcp_hdr_le.s_id.area, abts->fcp_hdr_le.s_id.al_pa, tag,
2169 le32_to_cpu(abts->fcp_hdr_le.parameter));
2171 s_id = le_id_to_be(abts->fcp_hdr_le.s_id);
2181 qlt_24xx_send_abts_resp(ha->base_qpair, abts, FCP_TMF_REJECTED,
2189 qlt_24xx_send_abts_resp(ha->base_qpair, abts, FCP_TMF_REJECTED,
2194 rc = __qlt_24xx_handle_abts(vha, abts, sess);
2199 qlt_24xx_send_abts_resp(ha->base_qpair, abts, FCP_TMF_REJECTED,
5653 * rc = 0 : send terminate & abts respond
5654 * rc != 0: do not send term & abts respond
6173 s_id = le_id_to_be(prm->abts.fcp_hdr_le.s_id);
6200 rc = __qlt_24xx_handle_abts(vha, &prm->abts, sess);
6214 qlt_24xx_send_abts_resp(ha->base_qpair, &prm->abts,