Searched refs:pDeviceInfo (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/sys/dev/pms/RefTisa/tisa/sassata/common/ |
| H A D | tdioctl.c | 2592 tdDeviceInfoPayload_t *pDeviceInfo = agNULL; in tdsaDeviceInfoGetIoctl() local 2599 (bit8)pDeviceInfo->PathId, in tdsaDeviceInfoGetIoctl() 2601 (bit8)pDeviceInfo->Lun, in tdsaDeviceInfoGetIoctl() 2607 (bit8)pDeviceInfo->PathId, in tdsaDeviceInfoGetIoctl() 2609 (bit8)pDeviceInfo->Lun in tdsaDeviceInfoGetIoctl() 2615 pDeviceInfo->PathId, pDeviceInfo->TargetId, pDeviceInfo->Lun)); in tdsaDeviceInfoGetIoctl() 2625 tiDeviceHandle, pDeviceInfo->PathId, pDeviceInfo->TargetId, pDeviceInfo->Lun)); in tdsaDeviceInfoGetIoctl() 2636 … tiDeviceHandle, oneDeviceData->id, pDeviceInfo->PathId, pDeviceInfo->TargetId, pDeviceInfo->Lun)); in tdsaDeviceInfoGetIoctl() 2643 pDeviceInfo->devInfo.phyId = oneDeviceData->phyID; in tdsaDeviceInfoGetIoctl() 2647 pDeviceInfo->devInfo.sasAddressHi = DMA_BEBIT32_TO_BIT32(pDeviceInfo->devInfo.sasAddressHi); in tdsaDeviceInfoGetIoctl() [all …]
|
| H A D | tdioctl.h | 359 bit8 pDeviceInfo[1]; // point to tdDeviceInfoIOCTL_t array member
|
| /freebsd-14.2/sys/dev/pms/freebsd/driver/ini/src/ |
| H A D | agtiapi.c | 294 tdDeviceInfoIOCTL_t *pDeviceInfo = NULL; in agtiapi_getdevlist() local 308 pDeviceInfoOrg = pIoctlPayload -> pDeviceInfo; in agtiapi_getdevlist() 360 osti_memcpy( &pDeviceInfo->sasAddressHi, in agtiapi_getdevlist() 367 pDeviceInfo->sasAddressHi = in agtiapi_getdevlist() 369 pDeviceInfo->sasAddressLo = in agtiapi_getdevlist() 373 pDeviceInfo->deviceType = in agtiapi_getdevlist() 375 pDeviceInfo->linkRate = in agtiapi_getdevlist() 380 if(pDeviceInfo->deviceType == 0x02) in agtiapi_getdevlist() 390 pDeviceInfo->sasAddressHi = in agtiapi_getdevlist() 392 pDeviceInfo->sasAddressLo = in agtiapi_getdevlist() [all …]
|
| /freebsd-14.2/sys/dev/pms/RefTisa/sallsdk/spc/ |
| H A D | sampirsp.c | 5362 agsaSASDeviceInfo_t pDeviceInfo; in mpiDeviceHandleArrived() local 5458 si_memset(&pDeviceInfo, 0, sizeof(agsaSASDeviceInfo_t)); in mpiDeviceHandleArrived() 5468 pDeviceInfo.commonDevInfo.devType_S_Rate = (bit8)conRate; in mpiDeviceHandleArrived() 5470 pDeviceInfo.initiator_ssp_stp_smp = protocol; in mpiDeviceHandleArrived() 5471 pDeviceInfo.numOfPhys = 1; in mpiDeviceHandleArrived() 5472 pDeviceInfo.commonDevInfo.sasAddressHi[0] = pMsg1->sasAddrHi[0]; in mpiDeviceHandleArrived() 5480 pDeviceInfo.commonDevInfo.flag = 0; in mpiDeviceHandleArrived() 5481 pDeviceInfo.commonDevInfo.it_NexusTimeout = ITL_TO_DEFAULT; in mpiDeviceHandleArrived() 5496 dTypeSRate = pDeviceInfo.commonDevInfo.devType_S_Rate; in mpiDeviceHandleArrived() 5539 …vHandleAcceptCmd(agRoot, agNULL, CTag, FwdDeviceId, 0, pDeviceInfo.commonDevInfo.flag, pDeviceInfo… in mpiDeviceHandleArrived() [all …]
|