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
1826 resp->fcp_hdr_le = abts->fcp_hdr_le; in qlt_build_abts_resp_iocb()1831 resp->fcp_hdr_le.f_ctl[0] = *p++; in qlt_build_abts_resp_iocb()1832 resp->fcp_hdr_le.f_ctl[1] = *p++; in qlt_build_abts_resp_iocb()1833 resp->fcp_hdr_le.f_ctl[2] = *p; in qlt_build_abts_resp_iocb()1835 resp->fcp_hdr_le.d_id = abts->fcp_hdr_le.s_id; in qlt_build_abts_resp_iocb()1836 resp->fcp_hdr_le.s_id = abts->fcp_hdr_le.d_id; in qlt_build_abts_resp_iocb()1840 resp->fcp_hdr_le.r_ctl = R_CTL_BASIC_LINK_SERV | R_CTL_B_ACC; in qlt_build_abts_resp_iocb()1844 resp->payload.ba_acct.ox_id = abts->fcp_hdr_le.ox_id; in qlt_build_abts_resp_iocb()1845 resp->payload.ba_acct.rx_id = abts->fcp_hdr_le.rx_id; in qlt_build_abts_resp_iocb()1847 resp->fcp_hdr_le.r_ctl = R_CTL_BASIC_LINK_SERV | R_CTL_B_RJT; in qlt_build_abts_resp_iocb()[all …]
1984 BUILD_BUG_ON(sizeof(struct fcp_hdr_le) != 24); in tcm_qla2xxx_init()