Home
last modified time | relevance | path

Searched refs:osHandle (Results 1 – 12 of 12) sorted by relevance

/freebsd-12-stable/sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/
Dttdinit.c338 tgtMem->tdMem[i].osHandle = agNULL; in ttdssGetResource()
359 tgtMem->tdMem[0].osHandle = agNULL; in ttdssGetResource()
377 tgtMem->tdMem[1].osHandle = agNULL; in ttdssGetResource()
400 tgtMem->tdMem[2].osHandle = agNULL; in ttdssGetResource()
419 tgtMem->tdMem[3].osHandle = agNULL; in ttdssGetResource()
/freebsd-12-stable/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
Ditdinit.c135 iniMem->tdCachedMem[0].osHandle = agNULL; in itdssGetResource()
153 iniMem->tdCachedMem[i].osHandle = agNULL; in itdssGetResource()
/freebsd-12-stable/sys/dev/pms/RefTisa/discovery/api/
Ddm.h122 void *osHandle; member
/freebsd-12-stable/sys/dev/pms/RefTisa/sat/api/
Dsm.h166 void *osHandle; member
/freebsd-12-stable/sys/dev/pms/RefTisa/tisa/sassata/common/
Dtdport.c4167 agMemoryRequirement.agMemory[i].osHandle = agNULL; in tiCOMPortInit()
4182 agMemoryRequirement.agMemory[i].osHandle = loResource->loLevelMem.mem[i].osHandle; in tiCOMPortInit()
4204 … osHandle %p\n",i, loResource->loLevelMem.mem[i].virtPtr, loResource->loLevelMem.mem[i].osHandle)); in tiCOMPortInit()
4408 dmMemRequirement.dmMemory[i-LLMemCount].osHandle = loResource->loLevelMem.mem[i].osHandle; in tiCOMPortInit()
4417 … osHandle %p\n",i, loResource->loLevelMem.mem[i].virtPtr, loResource->loLevelMem.mem[i].osHandle)); in tiCOMPortInit()
4453 …smMemRequirement.smMemory[i-LLMemCount-DMMemCount].osHandle = loResource->loLevelMem.mem[i].osHand… in tiCOMPortInit()
4462 … osHandle %p\n",i, loResource->loLevelMem.mem[i].virtPtr, loResource->loLevelMem.mem[i].osHandle)); in tiCOMPortInit()
4498 dmMemRequirement.dmMemory[i-LLMemCount].osHandle = loResource->loLevelMem.mem[i].osHandle; in tiCOMPortInit()
4534 smMemRequirement.smMemory[i-LLMemCount].osHandle = loResource->loLevelMem.mem[i].osHandle; in tiCOMPortInit()
Dtdinit.c2092 loResource->loLevelMem.mem[i].osHandle = agNULL; in tdsaLoLevelGetResource()
2211 loResource->loLevelMem.mem[i].osHandle = agNULL; in tdsaLoLevelGetResource()
2302 loResource->loLevelMem.mem[i].osHandle = agNULL; in tdsaLoLevelGetResource()
2394 loResource->loLevelMem.mem[i].osHandle = agNULL; in tdsaLoLevelGetResource()
2515 tdSharedMem->tdSharedCachedMem1.osHandle = agNULL; in tdsaSharedMemCalculate()
/freebsd-12-stable/sys/dev/pms/RefTisa/tisa/api/
Dtitypes.h69 void *osHandle; member
/freebsd-12-stable/sys/dev/pms/RefTisa/sat/src/
Dsminit.c216 …%p osHandle%p\n",i, memoryAllocated->smMemory[i].virtPtr, memoryAllocated->smMemory[i].osHandle)); in smInitialize()
Dsmsat.c1513 SM_DBG3(("smsatFreeIntIoResource: pointer %p\n", satIntIo->satIntDmaMem.osHandle)); in smsatFreeIntIoResource()
1516 satIntIo->satIntDmaMem.osHandle, in smsatFreeIntIoResource()
1528 satIntIo->satIntReqBodyMem.osHandle, in smsatFreeIntIoResource()
1622 &satIntIo->satIntReqBodyMem.osHandle, in smsatAllocIntIoResource()
1652 &satIntIo->satIntDmaMem.osHandle, in smsatAllocIntIoResource()
1660 SM_DBG3(("smsatAllocIntIoResource: pointer %p \n", satIntIo->satIntDmaMem.osHandle)); in smsatAllocIntIoResource()
1677 satIntIo->satIntReqBodyMem.osHandle, in smsatAllocIntIoResource()
/freebsd-12-stable/sys/dev/pms/RefTisa/sallsdk/api/
Dsa.h2466 void *osHandle; /**< Handle used for OS to free memory */ member
/freebsd-12-stable/sys/dev/pms/RefTisa/tisa/sassata/sata/host/
Dsat.c19030 &satIntIo->satIntReqBodyMem.osHandle, in satAllocIntIoResource()
19060 &satIntIo->satIntDmaMem.osHandle, in satAllocIntIoResource()
19068 TI_DBG6(("satAllocIntIoResource: pointer %p \n", satIntIo->satIntDmaMem.osHandle)); in satAllocIntIoResource()
19085 satIntIo->satIntReqBodyMem.osHandle, in satAllocIntIoResource()
19215 TI_DBG6(("satFreeIntIoResource: pointer %p\n", satIntIo->satIntDmaMem.osHandle)); in satFreeIntIoResource()
19218 satIntIo->satIntDmaMem.osHandle, in satFreeIntIoResource()
19230 satIntIo->satIntReqBodyMem.osHandle, in satFreeIntIoResource()
/freebsd-12-stable/sys/dev/pms/RefTisa/sallsdk/spc/
Dsainit.c1002 …moryAllocated.region[i].appHandle = memoryAllocated->agMemory[MPI_IBQ_OBQ_INDEX + i].osHandle; in saInitialize()