Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c2148 struct fcp32_scsi_cmd f32scsi; in fcp_copyin_scsi_cmd() local
2156 &f32scsi, in fcp_copyin_scsi_cmd()
2164 FCP32_SCSI_CMD_TO_FCP_SCSI_CMD(&f32scsi, fscsi); in fcp_copyin_scsi_cmd()
2217 struct fcp32_scsi_cmd f32scsi; in fcp_copyout_scsi_cmd() local
2224 FCP_SCSI_CMD_TO_FCP32_SCSI_CMD(fscsi, &f32scsi); in fcp_copyout_scsi_cmd()
2228 if (ddi_copyout(&f32scsi, in fcp_copyout_scsi_cmd()