Lines Matching defs:abts

1767 	struct abts_recv_from_24xx *abts = &mcmd->orig_iocb.abts;
1800 resp->nport_handle = abts->nport_handle;
1802 resp->sof_type = abts->sof_type;
1803 resp->exchange_address = abts->exchange_address;
1804 resp->fcp_hdr_le = abts->fcp_hdr_le;
1813 resp->fcp_hdr_le.d_id = abts->fcp_hdr_le.s_id;
1814 resp->fcp_hdr_le.s_id = abts->fcp_hdr_le.d_id;
1816 resp->exchange_addr_to_abort = abts->exchange_addr_to_abort;
1822 resp->payload.ba_acct.ox_id = abts->fcp_hdr_le.ox_id;
1823 resp->payload.ba_acct.rx_id = abts->fcp_hdr_le.rx_id;
1847 struct abts_recv_from_24xx *abts, uint32_t status,
1858 ha, abts, status);
1872 resp->nport_handle = abts->nport_handle;
1874 resp->sof_type = abts->sof_type;
1875 resp->exchange_address = abts->exchange_address;
1876 resp->fcp_hdr_le = abts->fcp_hdr_le;
1885 resp->fcp_hdr_le.d_id = abts->fcp_hdr_le.d_id;
1886 resp->fcp_hdr_le.s_id = abts->fcp_hdr_le.s_id;
1888 resp->fcp_hdr_le.d_id = abts->fcp_hdr_le.s_id;
1889 resp->fcp_hdr_le.s_id = abts->fcp_hdr_le.d_id;
1891 resp->exchange_addr_to_abort = abts->exchange_addr_to_abort;
1897 resp->payload.ba_acct.ox_id = abts->fcp_hdr_le.ox_id;
1898 resp->payload.ba_acct.rx_id = abts->fcp_hdr_le.rx_id;
1935 /* abts from remote port */
1936 entry = &mcmd->orig_iocb.abts;
1938 /* abts from this driver. */
2058 tag = le32_to_cpu(mcmd->orig_iocb.abts.exchange_addr_to_abort);
2102 struct abts_recv_from_24xx *abts, struct fc_port *sess)
2111 vha->vp_idx, abts->exchange_addr_to_abort);
2123 memcpy(&mcmd->orig_iocb.abts, abts, sizeof(mcmd->orig_iocb.abts));
2131 * abts->exchange_addr_to_abort tag.
2136 le32_to_cpu(abts->exchange_addr_to_abort));
2160 struct abts_recv_from_24xx *abts)
2164 uint32_t tag = le32_to_cpu(abts->exchange_addr_to_abort);
2169 if (le32_to_cpu(abts->fcp_hdr_le.parameter) & ABTS_PARAM_ABORT_SEQ) {
2173 qlt_24xx_send_abts_resp(ha->base_qpair, abts, FCP_TMF_REJECTED,
2182 qlt_24xx_send_abts_resp(ha->base_qpair, abts, FCP_TMF_REJECTED,
2189 "tag=%d, param=%x)\n", vha->vp_idx, abts->fcp_hdr_le.s_id.domain,
2190 abts->fcp_hdr_le.s_id.area, abts->fcp_hdr_le.s_id.al_pa, tag,
2191 le32_to_cpu(abts->fcp_hdr_le.parameter));
2193 s_id = le_id_to_be(abts->fcp_hdr_le.s_id);
2203 qlt_24xx_send_abts_resp(ha->base_qpair, abts, FCP_TMF_REJECTED,
2211 qlt_24xx_send_abts_resp(ha->base_qpair, abts, FCP_TMF_REJECTED,
2216 rc = __qlt_24xx_handle_abts(vha, abts, sess);
2221 qlt_24xx_send_abts_resp(ha->base_qpair, abts, FCP_TMF_REJECTED,
5755 * rc = 0 : send terminate & abts respond
5756 * rc != 0: do not send term & abts respond
6275 s_id = le_id_to_be(prm->abts.fcp_hdr_le.s_id);
6302 rc = __qlt_24xx_handle_abts(vha, &prm->abts, sess);
6316 qlt_24xx_send_abts_resp(ha->base_qpair, &prm->abts,