Lines Matching refs:fcp_hdr_le
1760 resp->fcp_hdr_le = abts->fcp_hdr_le; in qlt_build_abts_resp_iocb()
1765 resp->fcp_hdr_le.f_ctl[0] = *p++; in qlt_build_abts_resp_iocb()
1766 resp->fcp_hdr_le.f_ctl[1] = *p++; in qlt_build_abts_resp_iocb()
1767 resp->fcp_hdr_le.f_ctl[2] = *p; in qlt_build_abts_resp_iocb()
1769 resp->fcp_hdr_le.d_id = abts->fcp_hdr_le.s_id; in qlt_build_abts_resp_iocb()
1770 resp->fcp_hdr_le.s_id = abts->fcp_hdr_le.d_id; in qlt_build_abts_resp_iocb()
1774 resp->fcp_hdr_le.r_ctl = R_CTL_BASIC_LINK_SERV | R_CTL_B_ACC; in qlt_build_abts_resp_iocb()
1778 resp->payload.ba_acct.ox_id = abts->fcp_hdr_le.ox_id; in qlt_build_abts_resp_iocb()
1779 resp->payload.ba_acct.rx_id = abts->fcp_hdr_le.rx_id; in qlt_build_abts_resp_iocb()
1781 resp->fcp_hdr_le.r_ctl = R_CTL_BASIC_LINK_SERV | R_CTL_B_RJT; in qlt_build_abts_resp_iocb()
1832 resp->fcp_hdr_le = abts->fcp_hdr_le; in qlt_24xx_send_abts_resp()
1837 resp->fcp_hdr_le.f_ctl[0] = *p++; in qlt_24xx_send_abts_resp()
1838 resp->fcp_hdr_le.f_ctl[1] = *p++; in qlt_24xx_send_abts_resp()
1839 resp->fcp_hdr_le.f_ctl[2] = *p; in qlt_24xx_send_abts_resp()
1841 resp->fcp_hdr_le.d_id = abts->fcp_hdr_le.d_id; in qlt_24xx_send_abts_resp()
1842 resp->fcp_hdr_le.s_id = abts->fcp_hdr_le.s_id; in qlt_24xx_send_abts_resp()
1844 resp->fcp_hdr_le.d_id = abts->fcp_hdr_le.s_id; in qlt_24xx_send_abts_resp()
1845 resp->fcp_hdr_le.s_id = abts->fcp_hdr_le.d_id; in qlt_24xx_send_abts_resp()
1849 resp->fcp_hdr_le.r_ctl = R_CTL_BASIC_LINK_SERV | R_CTL_B_ACC; in qlt_24xx_send_abts_resp()
1853 resp->payload.ba_acct.ox_id = abts->fcp_hdr_le.ox_id; in qlt_24xx_send_abts_resp()
1854 resp->payload.ba_acct.rx_id = abts->fcp_hdr_le.rx_id; in qlt_24xx_send_abts_resp()
1856 resp->fcp_hdr_le.r_ctl = R_CTL_BASIC_LINK_SERV | R_CTL_B_RJT; in qlt_24xx_send_abts_resp()
1912 ctio->initiator_id = entry->fcp_hdr_le.s_id; in qlt_24xx_retry_term_exchange()
1919 ctio->initiator_id = entry->fcp_hdr_le.d_id; in qlt_24xx_retry_term_exchange()
1925 ctio->u.status1.ox_id = entry->fcp_hdr_le.ox_id; in qlt_24xx_retry_term_exchange()
2133 if (le32_to_cpu(abts->fcp_hdr_le.parameter) & ABTS_PARAM_ABORT_SEQ) { in qlt_24xx_handle_abts()
2153 "tag=%d, param=%x)\n", vha->vp_idx, abts->fcp_hdr_le.s_id.domain, in qlt_24xx_handle_abts()
2154 abts->fcp_hdr_le.s_id.area, abts->fcp_hdr_le.s_id.al_pa, tag, in qlt_24xx_handle_abts()
2155 le32_to_cpu(abts->fcp_hdr_le.parameter)); in qlt_24xx_handle_abts()
2157 s_id = le_id_to_be(abts->fcp_hdr_le.s_id); in qlt_24xx_handle_abts()
6174 s_id = le_id_to_be(prm->abts.fcp_hdr_le.s_id); in qlt_abort_work()