Home
last modified time | relevance | path

Searched refs:fcp_cmnd32 (Results 1 – 5 of 5) 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()
H A Dlpfc_init.c8252 phba->cfg_sg_dma_buf_size = sizeof(struct fcp_cmnd32) + in lpfc_sli4_driver_resource_setup()
8274 phba->cfg_sg_dma_buf_size = sizeof(struct fcp_cmnd32) + in lpfc_sli4_driver_resource_setup()
8337 sizeof(struct fcp_cmnd32) + in lpfc_sli4_driver_resource_setup()
H A Dlpfc_sli.c22518 sizeof(struct fcp_cmnd32)); in lpfc_get_cmd_rsp_buf_per_hdwq()