Searched refs:uCmd (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/sys/dev/hptmv/
H A Dioctl.c619 ULONG bufferSize = SECTOR_TO_BYTE(pCmd->uCmd.R1Control.nSectors);
620 if (pCmd->uCmd.R1Control.Command==CTRL_CMD_VERIFY)
623 pSgTable->dSgAddress = (ULONG_PTR)pCmd->uCmd.R1Control.Buffer;
628 /* build physical SG table for pCmd->uCmd.R1Control.Buffer */
633 v = pCmd->uCmd.R1Control.Buffer;
755 pCmd->uCmd.R1Control.Command = CTRL_CMD_REBUILD;
756 pCmd->uCmd.R1Control.nSectors = MAX_REBUILD_SECTORS;
760 pCmd->uCmd.R1Control.Command = CTRL_CMD_VERIFY;
761 pCmd->uCmd.R1Control.nSectors = MAX_REBUILD_SECTORS/2;
765 pCmd->uCmd
[all...]
H A Dentry.c1692 if (pCmd->uCmd.Ide.Command == IDE_COMMAND_VERIFY && pCmd->uScratch.sata_param.cmd_priv > 1) {
1709 LBA_T Lba = pCmd->uCmd.Ide.Lba;
1710 USHORT nSector = pCmd->uCmd.Ide.nSectors;
1730 pDevice->HeadPosition = pCmd->uCmd.Ide.Lba + pCmd->uCmd.Ide.nSectors;
1751 switch (pCmd->uCmd.Ide.Command)
1765 if(pCmd->uCmd.Ide.Command == IDE_COMMAND_READ)
1809 (MV_U8)(is48bit ? (pCmd->cf_data_in?IDE_COMMAND_READ_EXT:IDE_COMMAND_WRITE_EXT):pCmd->uCmd.Ide.Command)
2786 pCmd->uCmd.Ide.Lba = ((ULONG)Cdb[1] << 16) | ((ULONG)Cdb[2] << 8) | (ULONG)Cdb[3];
2787 pCmd->uCmd
[all...]
H A Dcommand.h108 } uCmd; member in struct:_Command
/freebsd-current/sys/dev/hpt27xx/
H A Dhpt27xx_osm_bsd.c722 pCmd->uCmd.Ide.Lba = ((HPT_U32)cdb[1] << 16) | ((HPT_U32)cdb[2] << 8) | (HPT_U32)cdb[3];
723 pCmd->uCmd.Ide.nSectors = (HPT_U16) cdb[4];
738 pCmd->uCmd.Ide.Lba = block;
739 pCmd->uCmd.Ide.nSectors = (HPT_U16)cdb[13] | ((HPT_U16)cdb[12]<<8);
744 pCmd->uCmd.Ide.Lba = (HPT_U32)cdb[5] | ((HPT_U32)cdb[4] << 8) | ((HPT_U32)cdb[3] << 16) | ((HPT_U32)cdb[2] << 24);
745 pCmd->uCmd.Ide.nSectors = (HPT_U16) cdb[8] | ((HPT_U16)cdb[7]<<8);
766 pCmd->uCmd.Ide.Lba <<= sector_size_shift;
767 pCmd->uCmd.Ide.nSectors <<= sector_size_shift;
H A Dhim.h451 } uCmd; member in struct:_COMMAND
/freebsd-current/sys/dev/hptnr/
H A Dhptnr_osm_bsd.c454 PassthroughCmd *passthru = &pCmd->uCmd.Passthrough;
651 passthru = &pCmd->uCmd.Passthrough;
1004 pCmd->uCmd.Ide.Lba = ((HPT_U32)cdb[1] << 16) | ((HPT_U32)cdb[2] << 8) | (HPT_U32)cdb[3];
1005 pCmd->uCmd.Ide.nSectors = (HPT_U16) cdb[4];
1020 pCmd->uCmd.Ide.Lba = block;
1021 pCmd->uCmd.Ide.nSectors = (HPT_U16)cdb[13] | ((HPT_U16)cdb[12]<<8);
1026 pCmd->uCmd.Ide.Lba = (HPT_U32)cdb[5] | ((HPT_U32)cdb[4] << 8) | ((HPT_U32)cdb[3] << 16) | ((HPT_U32)cdb[2] << 24);
1027 pCmd->uCmd.Ide.nSectors = (HPT_U16) cdb[8] | ((HPT_U16)cdb[7]<<8);
1048 pCmd->uCmd.Ide.Lba <<= sector_size_shift;
1049 pCmd->uCmd
[all...]
H A Dhim.h438 } uCmd; member in struct:_COMMAND
/freebsd-current/sys/dev/hptrr/
H A Dhptrr_osm_bsd.c671 pCmd->uCmd.Ide.Lba = ((HPT_U32)cdb[1] << 16) | ((HPT_U32)cdb[2] << 8) | (HPT_U32)cdb[3];
672 pCmd->uCmd.Ide.nSectors = (HPT_U16) cdb[4];
686 pCmd->uCmd.Ide.Lba = block;
687 pCmd->uCmd.Ide.nSectors = (HPT_U16)cdb[13] | ((HPT_U16)cdb[12]<<8);
692 pCmd->uCmd.Ide.Lba = (HPT_U32)cdb[5] | ((HPT_U32)cdb[4] << 8) | ((HPT_U32)cdb[3] << 16) | ((HPT_U32)cdb[2] << 24);
693 pCmd->uCmd.Ide.nSectors = (HPT_U16) cdb[8] | ((HPT_U16)cdb[7]<<8);
H A Dhim.h393 } uCmd; member in struct:_COMMAND

Completed in 149 milliseconds