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()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()1886 resp->fcp_hdr_le = abts->fcp_hdr_le; in qlt_24xx_send_abts_resp()1893 resp->fcp_hdr_le.f_ctl[2] = *p; in qlt_24xx_send_abts_resp()1895 resp->fcp_hdr_le.d_id = abts->fcp_hdr_le.d_id; in qlt_24xx_send_abts_resp()1896 resp->fcp_hdr_le.s_id = abts->fcp_hdr_le.s_id; in qlt_24xx_send_abts_resp()1898 resp->fcp_hdr_le.d_id = abts->fcp_hdr_le.s_id; in qlt_24xx_send_abts_resp()1899 resp->fcp_hdr_le.s_id = abts->fcp_hdr_le.d_id; in qlt_24xx_send_abts_resp()[all …]
1926 BUILD_BUG_ON(sizeof(struct fcp_hdr_le) != 24); in tcm_qla2xxx_init()