| /freebsd-11-stable/sys/dev/pms/RefTisa/tisa/sassata/common/ |
| HD | tddmcmnapi.c | 327 tdList_t *DeviceListList; in tddmInvalidateDevicesInPort() local 332 DeviceListList = tdsaAllShared->MainDeviceList.flink; in tddmInvalidateDevicesInPort() 333 while (DeviceListList != &(tdsaAllShared->MainDeviceList)) in tddmInvalidateDevicesInPort() 335 oneDeviceData = TDLIST_OBJECT_BASE(tdsaDeviceData_t, MainLink, DeviceListList); in tddmInvalidateDevicesInPort() 362 DeviceListList = DeviceListList->flink; in tddmInvalidateDevicesInPort() 380 tdList_t *DeviceListList; in tddmNewSASorNot() local 386 DeviceListList = tdsaAllShared->MainDeviceList.flink; in tddmNewSASorNot() 387 while (DeviceListList != &(tdsaAllShared->MainDeviceList)) in tddmNewSASorNot() 389 oneDeviceData = TDLIST_OBJECT_BASE(tdsaDeviceData_t, MainLink, DeviceListList); in tddmNewSASorNot() 405 DeviceListList = DeviceListList->flink; in tddmNewSASorNot() [all …]
|
| HD | tdport.c | 6301 tdList_t *DeviceListList; in tdssRemoveSASSATAFromSharedcontext() local 6311 DeviceListList = tdsaAllShared->MainDeviceList.flink; in tdssRemoveSASSATAFromSharedcontext() 6312 while (DeviceListList != &(tdsaAllShared->MainDeviceList)) in tdssRemoveSASSATAFromSharedcontext() 6314 oneDeviceData = TDLIST_OBJECT_BASE(tdsaDeviceData_t, MainLink, DeviceListList); in tdssRemoveSASSATAFromSharedcontext() 6345 DeviceListList = DeviceListList->flink; in tdssRemoveSASSATAFromSharedcontext() 6355 DeviceListList = DeviceListList->flink; in tdssRemoveSASSATAFromSharedcontext() 6382 tdList_t *DeviceListList; in tdssRemoveSASSATAFromSharedcontextByReset() local 6434 DeviceListList = tdsaAllShared->MainDeviceList.flink; in tdssRemoveSASSATAFromSharedcontextByReset() 6435 while (DeviceListList != &(tdsaAllShared->MainDeviceList)) in tdssRemoveSASSATAFromSharedcontextByReset() 6437 oneDeviceData = TDLIST_OBJECT_BASE(tdsaDeviceData_t, MainLink, DeviceListList); in tdssRemoveSASSATAFromSharedcontextByReset() [all …]
|
| HD | tdsmcmnapi.c | 143 tdList_t *DeviceListList; in smHandleDirect() local 155 DeviceListList = tdsaAllShared->MainDeviceList.flink; in smHandleDirect() 156 while (DeviceListList != &(tdsaAllShared->MainDeviceList)) in smHandleDirect() 158 tmpOneDeviceData = TDLIST_OBJECT_BASE(tdsaDeviceData_t, MainLink, DeviceListList); in smHandleDirect() 186 DeviceListList = DeviceListList->flink; in smHandleDirect()
|
| HD | ossacmnapi.c | 367 tdList_t *DeviceListList; in ossaDiscoverSasCB() local 390 DeviceListList = tdsaAllShared->MainDeviceList.flink; in ossaDiscoverSasCB() 391 while (DeviceListList != &(tdsaAllShared->MainDeviceList)) in ossaDiscoverSasCB() 393 oneDeviceData = TDLIST_OBJECT_BASE(tdsaDeviceData_t, MainLink, DeviceListList); in ossaDiscoverSasCB() 402 DeviceListList = DeviceListList->flink; in ossaDiscoverSasCB() 519 DeviceListList = tdsaAllShared->MainPortContextList.flink; in ossaDiscoverSasCB() 521 while (DeviceListList != &(tdsaAllShared->MainPortContextList)) in ossaDiscoverSasCB() 523 oneDeviceData = TDLIST_OBJECT_BASE(tdsaDeviceData_t, MainLink, DeviceListList); in ossaDiscoverSasCB() 527 DeviceListList = DeviceListList->flink; in ossaDiscoverSasCB() 805 tdList_t *DeviceListList; in ossaHwCB() local [all …]
|
| HD | tdmisc.c | 2612 tdList_t *DeviceListList; in tdsaDeregisterDevicesInPort() local 2620 DeviceListList = tdsaAllShared->MainDeviceList.flink; in tdsaDeregisterDevicesInPort() 2621 while (DeviceListList != &(tdsaAllShared->MainDeviceList)) in tdsaDeregisterDevicesInPort() 2623 oneDeviceData = TDLIST_OBJECT_BASE(tdsaDeviceData_t, MainLink, DeviceListList); in tdsaDeregisterDevicesInPort() 2642 DeviceListList = DeviceListList->flink; in tdsaDeregisterDevicesInPort()
|
| /freebsd-11-stable/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/ |
| HD | itddisc.c | 257 tdList_t *DeviceListList; in tiINIGetDeviceHandles() local 390 DeviceListList = tdsaAllShared->MainDeviceList.flink; in tiINIGetDeviceHandles() 392 TD_ASSERT(DeviceListList, "DeviceListList NULL"); in tiINIGetDeviceHandles() 393 if (DeviceListList == agNULL ) in tiINIGetDeviceHandles() 401 DeviceListList != &(tdsaAllShared->MainDeviceList)) in tiINIGetDeviceHandles() 403 oneDeviceData = TDLIST_OBJECT_BASE(tdsaDeviceData_t, MainLink, DeviceListList); in tiINIGetDeviceHandles() 419 DeviceListList = DeviceListList->flink; in tiINIGetDeviceHandles() 470 DeviceListList = DeviceListList->flink; in tiINIGetDeviceHandles() 518 tdList_t *DeviceListList; in tiINIGetDeviceHandlesForWinIOCTL() local 651 DeviceListList = tdsaAllShared->MainDeviceList.flink; in tiINIGetDeviceHandlesForWinIOCTL() [all …]
|
| /freebsd-11-stable/sys/dev/pms/RefTisa/discovery/dm/ |
| HD | dmdisc.c | 3417 dmList_t *DeviceListList; in dmDiscoveryReportMCN() local 3432 DeviceListList = dmAllShared->MainDeviceList.flink; in dmDiscoveryReportMCN() 3433 while (DeviceListList != &(dmAllShared->MainDeviceList)) in dmDiscoveryReportMCN() 3435 oneDeviceData = DMLIST_OBJECT_BASE(dmDeviceData_t, MainLink, DeviceListList); in dmDiscoveryReportMCN() 3492 DeviceListList = DeviceListList->flink; in dmDiscoveryReportMCN() 3507 dmList_t *DeviceListList; in dmDiscoveryDumpMCN() local 3511 DeviceListList = dmAllShared->MainDeviceList.flink; in dmDiscoveryDumpMCN() 3512 while (DeviceListList != &(dmAllShared->MainDeviceList)) in dmDiscoveryDumpMCN() 3514 oneDeviceData = DMLIST_OBJECT_BASE(dmDeviceData_t, MainLink, DeviceListList); in dmDiscoveryDumpMCN() 3527 DeviceListList = DeviceListList->flink; in dmDiscoveryDumpMCN() [all …]
|
| /freebsd-11-stable/sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/ |
| HD | ttdio.c | 2210 tdList_t *DeviceListList; in tiTGTGetDeviceHandles() local 2250 DeviceListList = tdsaAllShared->MainDeviceList.flink; in tiTGTGetDeviceHandles() 2251 while (DeviceListList != &(tdsaAllShared->MainDeviceList)) in tiTGTGetDeviceHandles() 2253 oneDeviceData = TDLIST_OBJECT_BASE(tdsaDeviceData_t, MainLink, DeviceListList); in tiTGTGetDeviceHandles() 2276 DeviceListList = DeviceListList->flink; in tiTGTGetDeviceHandles()
|
| /freebsd-11-stable/sys/dev/pms/RefTisa/sat/src/ |
| HD | smsat.c | 1782 smList_t *DeviceListList; in smAddToSharedcontext() local 1788 DeviceListList = smAllShared->MainDeviceList.flink; in smAddToSharedcontext() 1789 while (DeviceListList != &(smAllShared->MainDeviceList)) in smAddToSharedcontext() 1791 oneDeviceData = SMLIST_OBJECT_BASE(smDeviceData_t, MainLink, DeviceListList); in smAddToSharedcontext() 1803 DeviceListList = DeviceListList->flink; in smAddToSharedcontext() 1819 SMLIST_DEQUEUE_FROM_HEAD(&DeviceListList, &(smAllShared->FreeDeviceList)); in smAddToSharedcontext() 1821 oneDeviceData = SMLIST_OBJECT_BASE(smDeviceData_t, FreeLink, DeviceListList); in smAddToSharedcontext() 1925 smList_t *DeviceListList; in smFindInSharedcontext() local 1941 DeviceListList = smAllShared->MainDeviceList.flink; in smFindInSharedcontext() 1942 while (DeviceListList != &(smAllShared->MainDeviceList)) in smFindInSharedcontext() [all …]
|
| HD | smsatcb.c | 10539 smList_t *DeviceListList; in ossaSATAEvent() local 10558 DeviceListList = smAllShared->MainDeviceList.flink; in ossaSATAEvent() 10559 while (DeviceListList != &(smAllShared->MainDeviceList)) in ossaSATAEvent() 10561 oneDeviceData = SMLIST_OBJECT_BASE(smDeviceData_t, MainLink, DeviceListList); in ossaSATAEvent() 10573 DeviceListList = DeviceListList->flink; in ossaSATAEvent()
|
| /freebsd-11-stable/sys/dev/pms/RefTisa/tisa/sassata/sata/host/ |
| HD | ossasat.c | 3613 tdList_t *DeviceListList = agNULL; in tdssAddSATAToSharedcontext() local 3686 TDLIST_DEQUEUE_FROM_HEAD(&DeviceListList, &(tdsaAllShared->FreeDeviceList)); in tdssAddSATAToSharedcontext() 3688 oneDeviceData = TDLIST_OBJECT_BASE(tdsaDeviceData_t, FreeLink, DeviceListList); in tdssAddSATAToSharedcontext()
|
| HD | sat.c | 21634 tdList_t *DeviceListList; in satAddSATAIDDevCB() local 21973 DeviceListList = tdsaAllShared->MainDeviceList.flink; in satAddSATAIDDevCB() 21974 while (DeviceListList != &(tdsaAllShared->MainDeviceList)) in satAddSATAIDDevCB() 21976 oneDeviceData = TDLIST_OBJECT_BASE(tdsaDeviceData_t, MainLink, DeviceListList); in satAddSATAIDDevCB() 21999 DeviceListList = DeviceListList->flink; in satAddSATAIDDevCB()
|