Home
last modified time | relevance | path

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

/linux/include/scsi/fc/
H A Dfc_fcp.h49 struct fcp_cmnd32 { struct
/linux/drivers/scsi/lpfc/
H A Dlpfc_scsi.h130 struct fcp_cmnd32 { struct
H A Dlpfc_scsi.c660 sgl->sge_len = cpu_to_le32(sizeof(struct fcp_cmnd32)); in lpfc_get_scsi_buf_s4()
667 pdma_phys_fcp_rsp = pdma_phys_fcp_cmd + sizeof(struct fcp_cmnd32); in lpfc_get_scsi_buf_s4()
3229 ((struct fcp_cmnd32 *)fcp_cmnd)->fcpDl = in lpfc_scsi_prep_dma_buf_s4()
3428 ((struct fcp_cmnd32 *)fcp_cmnd)->fcpDl = cpu_to_be32(fcpdl); in lpfc_bg_scsi_prep_dma_buf_s4()
3904 fcpDl = be32_to_cpu(((struct fcp_cmnd32 *)fcpcmd)->fcpDl); in lpfc_handle_fcp_err()
4818 ptr = &((struct fcp_cmnd32 *)fcp_cmnd)->fcpCdb[0]; in lpfc_scsi_prep_cmnd()