Searched refs:fcp_hdr_le (Results 1 – 3 of 3) sorted by relevance
268 struct fcp_hdr_le { struct581 struct fcp_hdr_le fcp_hdr_le; member629 struct fcp_hdr_le fcp_hdr_le; member660 struct fcp_hdr_le fcp_hdr_le; member
1804 resp->fcp_hdr_le = abts->fcp_hdr_le; in qlt_build_abts_resp_iocb()1809 resp->fcp_hdr_le.f_ctl[0] = *p++; in qlt_build_abts_resp_iocb()1810 resp->fcp_hdr_le.f_ctl[1] = *p++; in qlt_build_abts_resp_iocb()1811 resp->fcp_hdr_le.f_ctl[2] = *p; in qlt_build_abts_resp_iocb()1813 resp->fcp_hdr_le.d_id = abts->fcp_hdr_le.s_id; in qlt_build_abts_resp_iocb()1814 resp->fcp_hdr_le.s_id = abts->fcp_hdr_le.d_id; in qlt_build_abts_resp_iocb()1818 resp->fcp_hdr_le.r_ctl = R_CTL_BASIC_LINK_SERV | R_CTL_B_ACC; in qlt_build_abts_resp_iocb()1822 resp->payload.ba_acct.ox_id = abts->fcp_hdr_le.ox_id; in qlt_build_abts_resp_iocb()1823 resp->payload.ba_acct.rx_id = abts->fcp_hdr_le.rx_id; in qlt_build_abts_resp_iocb()1825 resp->fcp_hdr_le.r_ctl = R_CTL_BASIC_LINK_SERV | R_CTL_B_RJT; in qlt_build_abts_resp_iocb()[all …]
1920 BUILD_BUG_ON(sizeof(struct fcp_hdr_le) != 24); in tcm_qla2xxx_init()