Home
last modified time | relevance | path

Searched refs:fcp_hdr_le (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/scsi/qla2xxx/
H A Dqla_target.h268 struct fcp_hdr_le { struct
581 struct fcp_hdr_le fcp_hdr_le; member
629 struct fcp_hdr_le fcp_hdr_le; member
660 struct fcp_hdr_le fcp_hdr_le; member
H A Dqla_target.c1814 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 …]
H A Dtcm_qla2xxx.c1926 BUILD_BUG_ON(sizeof(struct fcp_hdr_le) != 24); in tcm_qla2xxx_init()