Home
last modified time | relevance | path

Searched refs:deviceType (Results 1 – 25 of 27) sorted by relevance

12

/freebsd-12.1/tools/tools/ath/athprom/
H A Deeprom-314 | device type $deviceType | Switch Settling Time $switchSettling |
80 | device type $deviceType | Switch Settling Time $switchSettling |
128 | device type $deviceType | Switch Settling Time $switchSettling |
H A Deeprom-417 | device type $deviceType | Switch Settling Time $switchSettling |
90 | device type $deviceType | Switch Settling Time $switchSettling |
155 | device type $deviceType | Switch Settling Time $switchSettling |
H A Deeprom-518 | device type $deviceType | Switch Settling Time $switchSettling |
104 | device type $deviceType | Switch Settling Time $switchSettling |
182 | device type $deviceType | Switch Settling Time $switchSettling |
/freebsd-12.1/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsaport.c113 pDevice->deviceType = (bit8)((dTypeSRate & 0x30) >> SHIFT4); in siPortSASDeviceAdd()
114 … SA_DBG3(("siPortSASDeviceAdd: Device Type 0x%x, Port Context %p\n", pDevice->deviceType, pPort)); in siPortSASDeviceAdd()
185 SA_ASSERT((SAS_SATA_UNKNOWN_DEVICE != pDevice->deviceType), ""); in siPortDeviceRemove()
281 pDevice->deviceType = (bit8)((dTypeSRate & 0x30) >> SHIFT4); in siPortSATADeviceAdd()
282 SA_DBG3(("siPortSATADeviceAdd: DeviceType 0x%x Port Context %p\n", pDevice->deviceType, pPort)); in siPortSATADeviceAdd()
384 SA_ASSERT((SAS_SATA_UNKNOWN_DEVICE != pDevice->deviceType), ""); in siPortDeviceListRemove()
H A Dsatypes.h118 bit8 deviceType; /**< the device type */ member
H A Dsadisc.c200 switch ( pDevice->deviceType ) in siRemoveDevHandle()
212 … SA_DBG1(("siRemoveDevHandle: switch. Not calling siPortDeviceRemove %d\n", pDevice->deviceType)); in siRemoveDevHandle()
H A Dsainit.c768 pDeviceDesc->deviceType = SAS_SATA_UNKNOWN_DEVICE; in saInitialize()
3854 pDeviceDesc->deviceType = SAS_SATA_UNKNOWN_DEVICE; in siInitResources()
/freebsd-12.1/sys/dev/ath/ath_hal/
H A Dah_eeprom_9287.h72 uint8_t deviceType; member
H A Dah_eeprom_v4k.h76 uint8_t deviceType; member
H A Dah_eeprom_v14.h179 uint8_t deviceType; member
/freebsd-12.1/sys/dev/usb/wlan/
H A Dif_uathvar.h136 uint32_t deviceType; member
/freebsd-12.1/tools/tools/ath/ath_ee_v4k_print/
H A Dv4k.c66 eh->deviceCap, eh->binBuildNumber, eh->deviceType, eh->txGainType); in eeprom_v4k_base_print()
/freebsd-12.1/tools/tools/ath/ath_ee_9287_print/
H A D9287.c66 eh->deviceCap, eh->binBuildNumber, eh->deviceType, eh->openLoopPwrCntl); in eeprom_9287_base_print()
/freebsd-12.1/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditddisc.c6013 bit32 deviceType, in tdsaPortSASDeviceAdd() argument
6091 sasorsata = (bit8)deviceType; in tdsaPortSASDeviceAdd()
6166 sasorsata = (bit8)deviceType; in tdsaPortSASDeviceAdd()
6454 bit32 deviceType; in tdsaSATAFullDiscover() local
6480 deviceType = tdssSATADeviceTypeDecode(onePortContext->remoteSignature); in tdsaSATAFullDiscover()
6482 if ( deviceType == SATA_PM_DEVICE) in tdsaSATAFullDiscover()
6504 switch ( deviceType ) in tdsaSATAFullDiscover()
6959 bit32 deviceType; in tdsaSATAIncrementalDiscover() local
6987 deviceType = tdssSATADeviceTypeDecode(onePortContext->remoteSignature); in tdsaSATAIncrementalDiscover()
6989 if ( deviceType == SATA_PM_DEVICE) in tdsaSATAIncrementalDiscover()
[all …]
/freebsd-12.1/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdioctl.h326 bit8 deviceType; // TD_SATA_DEVICE or TD_SAS_DEVICE member
H A Dtdioctl.c1842 pTDDeviceInfo->devInfo.deviceType = (pSADeviceInfo->devType_S_Rate & 0x30) >> 4; in ostiGetDeviceInfoIOCTLRsp()
2651 pDeviceInfo->devInfo.deviceType = (oneDeviceData->agDeviceInfo.devType_S_Rate & 0x30) >> 4; in tdsaDeviceInfoGetIoctl()
H A Dtdproto.h1692 bit32 deviceType,
/freebsd-12.1/tools/tools/ath/ath_ee_v14_print/
H A Dath_ee_v14_print.c104 eh->deviceCap, eh->binBuildNumber, eh->deviceType); in eeprom_v14_base_print()
/freebsd-12.1/sys/dev/otus/
H A Dif_otusreg.h766 uint8_t deviceType; member
/freebsd-12.1/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmproto.h355 bit32 deviceType,
H A Ddmdisc.c3889 bit32 deviceType, in dmPortSASDeviceAdd() argument
4011 sasorsata = (bit8)deviceType; in dmPortSASDeviceAdd()
4131 sasorsata = (bit8)deviceType; in dmPortSASDeviceAdd()
4208 if (deviceType == STP_DEVICE_TYPE) in dmPortSASDeviceAdd()
/freebsd-12.1/sys/dev/pms/RefTisa/tisa/sassata/sata/host/
H A Dossasat.c3359 bit32 deviceType = UNKNOWN_DEVICE; in tdssSATADeviceTypeDecode() local
3365 deviceType = SATA_ATA_DEVICE; in tdssSATADeviceTypeDecode()
3371 deviceType = SATA_ATA_DEVICE; in tdssSATADeviceTypeDecode()
3377 deviceType = SATA_ATAPI_DEVICE; in tdssSATADeviceTypeDecode()
3383 deviceType = SATA_PM_DEVICE; in tdssSATADeviceTypeDecode()
3389 deviceType = SATA_SEMB_DEVICE; in tdssSATADeviceTypeDecode()
3395 deviceType = SATA_SEMB_WO_SEP_DEVICE; in tdssSATADeviceTypeDecode()
3398 return deviceType; in tdssSATADeviceTypeDecode()
/freebsd-12.1/sys/dev/dpt/
H A Ddpt.h925 u_int8_t deviceType; member
/freebsd-12.1/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.c381 pDeviceInfo->deviceType = in agtiapi_getdevlist()
388 if(pDeviceInfo->deviceType == 0x02) in agtiapi_getdevlist()
405 pDeviceInfo->deviceType ); in agtiapi_getdevlist()
/freebsd-12.1/sys/dev/pms/RefTisa/sat/src/
H A Dsmsat.c3955 bit32 deviceType = UNKNOWN_DEVICE; in smsatDecodeSATADeviceType() local
3961 deviceType = SATA_ATA_DEVICE; in smsatDecodeSATADeviceType()
3967 deviceType = SATA_ATA_DEVICE; in smsatDecodeSATADeviceType()
3973 deviceType = SATA_ATAPI_DEVICE; in smsatDecodeSATADeviceType()
3979 deviceType = SATA_PM_DEVICE; in smsatDecodeSATADeviceType()
3985 deviceType = SATA_SEMB_DEVICE; in smsatDecodeSATADeviceType()
3991 deviceType = SATA_SEMB_WO_SEP_DEVICE; in smsatDecodeSATADeviceType()
3994 return deviceType; in smsatDecodeSATADeviceType()

12