Home
last modified time | relevance | path

Searched refs:deviceIndex (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsasata.c78 bit32 deviceIndex = 0; in saSATAStart() local
115 deviceIndex = pDevice->DeviceMapIndex; in saSATAStart()
306 OSSA_WRITE_LE_32(agRoot, payload, OSSA_OFFSET_OF(agsaSATAStartCmd_t,deviceId ), deviceIndex); in saSATAStart()
324 OSSA_WRITE_LE_32(agRoot, payload, OSSA_OFFSET_OF(agsaSATAStartCmd_t,deviceId ), deviceIndex); in saSATAStart()
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/
H A Dttdio.c2207 bit32 deviceIndex=0; in tiTGTGetDeviceHandles() local
2260 …TI_DBG4(("tiTGTGetDeviceHandles: valid deviceindex %d devicePresent %d\n", deviceIndex, devicePres… in tiTGTGetDeviceHandles()
2262 tiDev[deviceIndex] = &(oneDeviceData->tiDeviceHandle); in tiTGTGetDeviceHandles()
2267 tiDev[deviceIndex] = agNULL; in tiTGTGetDeviceHandles()
2268 …("tiTGTGetDeviceHandles: not valid deviceindex %d devicePresent %d\n", deviceIndex, devicePresent)… in tiTGTGetDeviceHandles()
2270 deviceIndex++; in tiTGTGetDeviceHandles()