Searched refs:ExpanderList (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/sys/dev/pms/RefTisa/discovery/dm/ |
| HD | dmdisc.c | 361 dmList_t *ExpanderList; in dmUpStreamDiscovering() local 381 DMLIST_DEQUEUE_FROM_HEAD(&ExpanderList, &(onePortContext->discovery.discoveringExpanderList)); in dmUpStreamDiscovering() 382 oneNextExpander = DMLIST_OBJECT_BASE(dmExpander_t, linkNode, ExpanderList); in dmUpStreamDiscovering() 489 dmList_t *ExpanderList; in dmDownStreamDiscovering() local 508 DMLIST_DEQUEUE_FROM_HEAD(&ExpanderList, &(onePortContext->discovery.discoveringExpanderList));; in dmDownStreamDiscovering() 509 NextExpander = DMLIST_OBJECT_BASE(dmExpander_t, linkNode, ExpanderList); in dmDownStreamDiscovering() 3053 dmList_t *ExpanderList; in dmDiscoveringUndoAdd() local 3067 ExpanderList = tmpOnePortContext->discovery.discoveringExpanderList.flink; in dmDiscoveringUndoAdd() 3068 while (ExpanderList != &(tmpOnePortContext->discovery.discoveringExpanderList)) in dmDiscoveringUndoAdd() 3070 tempExpander = DMLIST_OBJECT_BASE(dmExpander_t, linkNode, ExpanderList); in dmDiscoveringUndoAdd() [all …]
|
| /NextBSD/sys/dev/pms/RefTisa/tisa/sassata/common/ |
| HD | tdport.c | 7297 tdList_t *ExpanderList; in tdssSASDiscoveringExpanderAlloc() local 7326 TDLIST_DEQUEUE_FROM_HEAD(&ExpanderList, &(tdsaAllShared->freeExpanderList)); in tdssSASDiscoveringExpanderAlloc() 7329 oneExpander = TDLIST_OBJECT_BASE(tdsaExpander_t, linkNode, ExpanderList); in tdssSASDiscoveringExpanderAlloc() 7380 tdList_t *ExpanderList; in tdssSASDiscoveringExpanderAdd() local 7436 ExpanderList = onePortContext->discovery.discoveringExpanderList.flink; in tdssSASDiscoveringExpanderAdd() 7437 while (ExpanderList != &(onePortContext->discovery.discoveringExpanderList)) in tdssSASDiscoveringExpanderAdd() 7439 tempExpander = TDLIST_OBJECT_BASE(tdsaExpander_t, linkNode, ExpanderList); in tdssSASDiscoveringExpanderAdd() 7441 ExpanderList = ExpanderList->flink; in tdssSASDiscoveringExpanderAdd() 7456 tdList_t *ExpanderList; in tdssSASFindDiscoveringExpander() local 7469 ExpanderList = tmpOnePortContext->discovery.discoveringExpanderList.flink; in tdssSASFindDiscoveringExpander() [all …]
|
| /NextBSD/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/ |
| HD | itddisc.c | 1604 tdList_t *ExpanderList; in tdsaSASUpStreamDiscovering() local 1629 TDLIST_DEQUEUE_FROM_HEAD(&ExpanderList, &(onePortContext->discovery.discoveringExpanderList)); in tdsaSASUpStreamDiscovering() 1630 oneNextExpander = TDLIST_OBJECT_BASE(tdsaExpander_t, linkNode, ExpanderList); in tdsaSASUpStreamDiscovering() 1771 tdList_t *ExpanderList; in tdsaSASDownStreamDiscovering() local 1793 TDLIST_DEQUEUE_FROM_HEAD(&ExpanderList, &(onePortContext->discovery.discoveringExpanderList));; in tdsaSASDownStreamDiscovering() 1794 NextExpander = TDLIST_OBJECT_BASE(tdsaExpander_t, linkNode, ExpanderList); in tdsaSASDownStreamDiscovering() 1881 tdList_t *ExpanderList; in tdsaCleanAllExp() local 1896 ExpanderList = tmpOnePortContext->discovery.discoveringExpanderList.flink; in tdsaCleanAllExp() 1897 while (ExpanderList != &(tmpOnePortContext->discovery.discoveringExpanderList)) in tdsaCleanAllExp() 1899 tempExpander = TDLIST_OBJECT_BASE(tdsaExpander_t, linkNode, ExpanderList); in tdsaCleanAllExp() [all …]
|