• Home
  • Raw
  • Download

Lines Matching refs:fcp_hdr_le

1825 	resp->fcp_hdr_le = abts->fcp_hdr_le;  in qlt_build_abts_resp_iocb()
1830 resp->fcp_hdr_le.f_ctl[0] = *p++; in qlt_build_abts_resp_iocb()
1831 resp->fcp_hdr_le.f_ctl[1] = *p++; in qlt_build_abts_resp_iocb()
1832 resp->fcp_hdr_le.f_ctl[2] = *p; in qlt_build_abts_resp_iocb()
1834 resp->fcp_hdr_le.d_id = abts->fcp_hdr_le.s_id; in qlt_build_abts_resp_iocb()
1835 resp->fcp_hdr_le.s_id = abts->fcp_hdr_le.d_id; in qlt_build_abts_resp_iocb()
1839 resp->fcp_hdr_le.r_ctl = R_CTL_BASIC_LINK_SERV | R_CTL_B_ACC; in qlt_build_abts_resp_iocb()
1843 resp->payload.ba_acct.ox_id = abts->fcp_hdr_le.ox_id; in qlt_build_abts_resp_iocb()
1844 resp->payload.ba_acct.rx_id = abts->fcp_hdr_le.rx_id; in qlt_build_abts_resp_iocb()
1846 resp->fcp_hdr_le.r_ctl = R_CTL_BASIC_LINK_SERV | R_CTL_B_RJT; in qlt_build_abts_resp_iocb()
1897 resp->fcp_hdr_le = abts->fcp_hdr_le; in qlt_24xx_send_abts_resp()
1902 resp->fcp_hdr_le.f_ctl[0] = *p++; in qlt_24xx_send_abts_resp()
1903 resp->fcp_hdr_le.f_ctl[1] = *p++; in qlt_24xx_send_abts_resp()
1904 resp->fcp_hdr_le.f_ctl[2] = *p; in qlt_24xx_send_abts_resp()
1906 resp->fcp_hdr_le.d_id = abts->fcp_hdr_le.d_id; in qlt_24xx_send_abts_resp()
1907 resp->fcp_hdr_le.s_id = abts->fcp_hdr_le.s_id; in qlt_24xx_send_abts_resp()
1909 resp->fcp_hdr_le.d_id = abts->fcp_hdr_le.s_id; in qlt_24xx_send_abts_resp()
1910 resp->fcp_hdr_le.s_id = abts->fcp_hdr_le.d_id; in qlt_24xx_send_abts_resp()
1914 resp->fcp_hdr_le.r_ctl = R_CTL_BASIC_LINK_SERV | R_CTL_B_ACC; in qlt_24xx_send_abts_resp()
1918 resp->payload.ba_acct.ox_id = abts->fcp_hdr_le.ox_id; in qlt_24xx_send_abts_resp()
1919 resp->payload.ba_acct.rx_id = abts->fcp_hdr_le.rx_id; in qlt_24xx_send_abts_resp()
1921 resp->fcp_hdr_le.r_ctl = R_CTL_BASIC_LINK_SERV | R_CTL_B_RJT; in qlt_24xx_send_abts_resp()
1977 ctio->initiator_id = entry->fcp_hdr_le.s_id; in qlt_24xx_retry_term_exchange()
1984 ctio->initiator_id = entry->fcp_hdr_le.d_id; in qlt_24xx_retry_term_exchange()
1990 ctio->u.status1.ox_id = entry->fcp_hdr_le.ox_id; in qlt_24xx_retry_term_exchange()
2201 if (le32_to_cpu(abts->fcp_hdr_le.parameter) & ABTS_PARAM_ABORT_SEQ) { in qlt_24xx_handle_abts()
2221 "tag=%d, param=%x)\n", vha->vp_idx, abts->fcp_hdr_le.s_id.domain, in qlt_24xx_handle_abts()
2222 abts->fcp_hdr_le.s_id.area, abts->fcp_hdr_le.s_id.al_pa, tag, in qlt_24xx_handle_abts()
2223 le32_to_cpu(abts->fcp_hdr_le.parameter)); in qlt_24xx_handle_abts()
2225 s_id = le_id_to_be(abts->fcp_hdr_le.s_id); in qlt_24xx_handle_abts()
6318 s_id = le_id_to_be(prm->abts.fcp_hdr_le.s_id); in qlt_abort_work()