Searched refs:fcp_cmnd32 (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/scsi/fc/
H A Dfc_fcp.h49 struct fcp_cmnd32 { struct
/linux-master/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));
667 pdma_phys_fcp_rsp = pdma_phys_fcp_cmd + sizeof(struct fcp_cmnd32);
3229 ((struct fcp_cmnd32 *)fcp_cmnd)->fcpDl =
3428 ((struct fcp_cmnd32 *)fcp_cmnd)->fcpDl = cpu_to_be32(fcpdl);
3904 fcpDl = be32_to_cpu(((struct fcp_cmnd32 *)fcpcmd)->fcpDl);
4763 sizeof(struct fcp_cmnd32) + sizeof(struct fcp_rsp));
4818 ptr = &((struct fcp_cmnd32 *)fcp_cmnd)->fcpCdb[0];
H A Dlpfc_init.c8237 phba->cfg_sg_dma_buf_size = sizeof(struct fcp_cmnd32) +
8259 phba->cfg_sg_dma_buf_size = sizeof(struct fcp_cmnd32) +
8322 sizeof(struct fcp_cmnd32) +
H A Dlpfc_sli.c22472 sizeof(struct fcp_cmnd32));

Completed in 454 milliseconds