Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsadisc.c94 bit32 deviceIdx; in saDeregisterDeviceHandle() local
117 deviceIdx = deviceid & DEVICE_ID_BITS; in saDeregisterDeviceHandle()
118 OS_ASSERT(deviceIdx < MAX_IO_DEVICE_ENTRIES, "deviceIdx MAX_IO_DEVICE_ENTRIES"); in saDeregisterDeviceHandle()
126 if ((deviceid != saRoot->DeviceMap[deviceIdx].DeviceIdFromFW) || in saDeregisterDeviceHandle()
127 (pDevice != saRoot->DeviceMap[deviceIdx].DeviceHandle)) in saDeregisterDeviceHandle()
H A Dsaport.c176 bit32 deviceIdx; in siPortDeviceRemove() local
204 deviceIdx = pDevice->DeviceMapIndex & DEVICE_ID_BITS; in siPortDeviceRemove()
205 OS_ASSERT(deviceIdx < MAX_IO_DEVICE_ENTRIES, "deviceIdx MAX_IO_DEVICE_ENTRIES"); in siPortDeviceRemove()
207 saRoot->DeviceMap[deviceIdx].DeviceIdFromFW = 0; in siPortDeviceRemove()
208 saRoot->DeviceMap[deviceIdx].DeviceHandle = agNULL; in siPortDeviceRemove()
H A Dsampirsp.c2199 bit32 deviceIdx,status, tag; in mpiDeviceRegRsp() local
2337 deviceIdx = deviceId & DEVICE_ID_BITS; in mpiDeviceRegRsp()
2369 deviceIdx = deviceId & DEVICE_ID_BITS; in mpiDeviceRegRsp()
2411 deviceIdx = deviceId & DEVICE_ID_BITS; in mpiDeviceRegRsp()
2522 bit32 deviceIdx, status, tag; in mpiDeregDevHandleRsp() local
3717 bit32 deviceIdx, tag, portId_tmp; in mpiSSPEvent() local
3752 deviceIdx = deviceId & DEVICE_ID_BITS; in mpiSSPEvent()
4117 deviceIdx = deviceId & DEVICE_ID_BITS; in mpiSATAEvent()
5990 bit32 deviceid, deviceIdx; in mpiDeviceHandleRemoval() local
6020 saRoot->DeviceMap[deviceIdx].DeviceIdFromFW = 0; in mpiDeviceHandleRemoval()
[all …]