Searched refs:fcp_hdr_le (Results 1 – 3 of 3) sorted by relevance
263 struct fcp_hdr_le { struct567 struct fcp_hdr_le fcp_hdr_le; member615 struct fcp_hdr_le fcp_hdr_le; member646 struct fcp_hdr_le fcp_hdr_le; member
1774 resp->fcp_hdr_le = abts->fcp_hdr_le; in qlt_build_abts_resp_iocb()1779 resp->fcp_hdr_le.f_ctl[0] = *p++; in qlt_build_abts_resp_iocb()1780 resp->fcp_hdr_le.f_ctl[1] = *p++; in qlt_build_abts_resp_iocb()1781 resp->fcp_hdr_le.f_ctl[2] = *p; in qlt_build_abts_resp_iocb()1783 resp->fcp_hdr_le.d_id = abts->fcp_hdr_le.s_id; in qlt_build_abts_resp_iocb()1784 resp->fcp_hdr_le.s_id = abts->fcp_hdr_le.d_id; in qlt_build_abts_resp_iocb()1788 resp->fcp_hdr_le.r_ctl = R_CTL_BASIC_LINK_SERV | R_CTL_B_ACC; in qlt_build_abts_resp_iocb()1792 resp->payload.ba_acct.ox_id = abts->fcp_hdr_le.ox_id; in qlt_build_abts_resp_iocb()1793 resp->payload.ba_acct.rx_id = abts->fcp_hdr_le.rx_id; in qlt_build_abts_resp_iocb()1795 resp->fcp_hdr_le.r_ctl = R_CTL_BASIC_LINK_SERV | R_CTL_B_RJT; in qlt_build_abts_resp_iocb()[all …]
1971 BUILD_BUG_ON(sizeof(struct fcp_hdr_le) != 24); in tcm_qla2xxx_init()