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

/freebsd-12-stable/sys/dev/hptmv/
H A Dioctl.c621 ULONG bufferSize = SECTOR_TO_BYTE(pCmd->uCmd.R1Control.nSectors);
622 if (pCmd->uCmd.R1Control.Command==CTRL_CMD_VERIFY)
625 pSgTable->dSgAddress = (ULONG_PTR)pCmd->uCmd.R1Control.Buffer;
630 /* build physical SG table for pCmd->uCmd.R1Control.Buffer */
635 v = pCmd->uCmd.R1Control.Buffer;
757 pCmd->uCmd.R1Control.Command = CTRL_CMD_REBUILD;
758 pCmd->uCmd.R1Control.nSectors = MAX_REBUILD_SECTORS;
762 pCmd->uCmd.R1Control.Command = CTRL_CMD_VERIFY;
763 pCmd->uCmd.R1Control.nSectors = MAX_REBUILD_SECTORS/2;
767 pCmd->uCmd
[all...]
H A Dentry.c1697 if (pCmd->uCmd.Ide.Command == IDE_COMMAND_VERIFY && pCmd->uScratch.sata_param.cmd_priv > 1) {
1714 LBA_T Lba = pCmd->uCmd.Ide.Lba;
1715 USHORT nSector = pCmd->uCmd.Ide.nSectors;
1735 pDevice->HeadPosition = pCmd->uCmd.Ide.Lba + pCmd->uCmd.Ide.nSectors;
1756 switch (pCmd->uCmd.Ide.Command)
1770 if(pCmd->uCmd.Ide.Command == IDE_COMMAND_READ)
1814 (MV_U8)(is48bit ? (pCmd->cf_data_in?IDE_COMMAND_READ_EXT:IDE_COMMAND_WRITE_EXT):pCmd->uCmd.Ide.Command)
2801 pCmd->uCmd.Ide.Lba = ((ULONG)Cdb[1] << 16) | ((ULONG)Cdb[2] << 8) | (ULONG)Cdb[3];
2802 pCmd->uCmd
[all...]
H A Dcommand.h110 } uCmd; member in struct:_Command
/freebsd-12-stable/sys/dev/hptnr/
H A Dhptnr_osm_bsd.c451 PassthroughCmd *passthru = &pCmd->uCmd.Passthrough;
648 passthru = &pCmd->uCmd.Passthrough;
1001 pCmd->uCmd.Ide.Lba = ((HPT_U32)cdb[1] << 16) | ((HPT_U32)cdb[2] << 8) | (HPT_U32)cdb[3];
1002 pCmd->uCmd.Ide.nSectors = (HPT_U16) cdb[4];
1017 pCmd->uCmd.Ide.Lba = block;
1018 pCmd->uCmd.Ide.nSectors = (HPT_U16)cdb[13] | ((HPT_U16)cdb[12]<<8);
1023 pCmd->uCmd.Ide.Lba = (HPT_U32)cdb[5] | ((HPT_U32)cdb[4] << 8) | ((HPT_U32)cdb[3] << 16) | ((HPT_U32)cdb[2] << 24);
1024 pCmd->uCmd.Ide.nSectors = (HPT_U16) cdb[8] | ((HPT_U16)cdb[7]<<8);
1045 pCmd->uCmd.Ide.Lba <<= sector_size_shift;
1046 pCmd->uCmd
[all...]
H A Dhim.h440 } uCmd; member in struct:_COMMAND
/freebsd-12-stable/sys/dev/hptrr/
H A Dhptrr_osm_bsd.c673 pCmd->uCmd.Ide.Lba = ((HPT_U32)cdb[1] << 16) | ((HPT_U32)cdb[2] << 8) | (HPT_U32)cdb[3];
674 pCmd->uCmd.Ide.nSectors = (HPT_U16) cdb[4];
688 pCmd->uCmd.Ide.Lba = block;
689 pCmd->uCmd.Ide.nSectors = (HPT_U16)cdb[13] | ((HPT_U16)cdb[12]<<8);
694 pCmd->uCmd.Ide.Lba = (HPT_U32)cdb[5] | ((HPT_U32)cdb[4] << 8) | ((HPT_U32)cdb[3] << 16) | ((HPT_U32)cdb[2] << 24);
695 pCmd->uCmd.Ide.nSectors = (HPT_U16) cdb[8] | ((HPT_U16)cdb[7]<<8);
H A Dhim.h395 } uCmd; member in struct:_COMMAND
/freebsd-12-stable/sys/dev/hpt27xx/
H A Dhpt27xx_osm_bsd.c754 pCmd->uCmd.Ide.Lba = ((HPT_U32)cdb[1] << 16) | ((HPT_U32)cdb[2] << 8) | (HPT_U32)cdb[3];
755 pCmd->uCmd.Ide.nSectors = (HPT_U16) cdb[4];
770 pCmd->uCmd.Ide.Lba = block;
771 pCmd->uCmd.Ide.nSectors = (HPT_U16)cdb[13] | ((HPT_U16)cdb[12]<<8);
776 pCmd->uCmd.Ide.Lba = (HPT_U32)cdb[5] | ((HPT_U32)cdb[4] << 8) | ((HPT_U32)cdb[3] << 16) | ((HPT_U32)cdb[2] << 24);
777 pCmd->uCmd.Ide.nSectors = (HPT_U16) cdb[8] | ((HPT_U16)cdb[7]<<8);
798 pCmd->uCmd.Ide.Lba <<= sector_size_shift;
799 pCmd->uCmd.Ide.nSectors <<= sector_size_shift;
H A Dhim.h453 } uCmd; member in struct:_COMMAND

Completed in 174 milliseconds