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
1814 resp->fcp_hdr_le = abts->fcp_hdr_le; in qlt_build_abts_resp_iocb()1819 resp->fcp_hdr_le.f_ctl[0] = *p++; in qlt_build_abts_resp_iocb()1820 resp->fcp_hdr_le.f_ctl[1] = *p++; in qlt_build_abts_resp_iocb()1821 resp->fcp_hdr_le.f_ctl[2] = *p; in qlt_build_abts_resp_iocb()1823 resp->fcp_hdr_le.d_id = abts->fcp_hdr_le.s_id; in qlt_build_abts_resp_iocb()1824 resp->fcp_hdr_le.s_id = abts->fcp_hdr_le.d_id; in qlt_build_abts_resp_iocb()1828 resp->fcp_hdr_le.r_ctl = R_CTL_BASIC_LINK_SERV | R_CTL_B_ACC; in qlt_build_abts_resp_iocb()1832 resp->payload.ba_acct.ox_id = abts->fcp_hdr_le.ox_id; in qlt_build_abts_resp_iocb()1833 resp->payload.ba_acct.rx_id = abts->fcp_hdr_le.rx_id; in qlt_build_abts_resp_iocb()1835 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()