Searched refs:ExpanderList (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/pms/RefTisa/discovery/dm/ |
H A D | dmdisc.c | 360 dmList_t *ExpanderList; in dmUpStreamDiscovering() local 380 DMLIST_DEQUEUE_FROM_HEAD(&ExpanderList, &(onePortContext->discovery.discoveringExpanderList)); in dmUpStreamDiscovering() 381 oneNextExpander = DMLIST_OBJECT_BASE(dmExpander_t, linkNode, ExpanderList); in dmUpStreamDiscovering() 488 dmList_t *ExpanderList; in dmDownStreamDiscovering() local 507 DMLIST_DEQUEUE_FROM_HEAD(&ExpanderList, &(onePortContext->discovery.discoveringExpanderList)); in dmDownStreamDiscovering() 508 NextExpander = DMLIST_OBJECT_BASE(dmExpander_t, linkNode, ExpanderList); in dmDownStreamDiscovering() 3052 dmList_t *ExpanderList; in dmDiscoveringUndoAdd() local 3066 ExpanderList = tmpOnePortContext->discovery.discoveringExpanderList.flink; in dmDiscoveringUndoAdd() 3067 while (ExpanderList != &(tmpOnePortContext->discovery.discoveringExpanderList)) in dmDiscoveringUndoAdd() 3069 tempExpander = DMLIST_OBJECT_BASE(dmExpander_t, linkNode, ExpanderList); in dmDiscoveringUndoAdd() [all …]
|
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/ |
H A D | tdport.c | 7296 tdList_t *ExpanderList; in tdssSASDiscoveringExpanderAlloc() local 7325 TDLIST_DEQUEUE_FROM_HEAD(&ExpanderList, &(tdsaAllShared->freeExpanderList)); in tdssSASDiscoveringExpanderAlloc() 7328 oneExpander = TDLIST_OBJECT_BASE(tdsaExpander_t, linkNode, ExpanderList); in tdssSASDiscoveringExpanderAlloc() 7379 tdList_t *ExpanderList; in tdssSASDiscoveringExpanderAdd() local 7435 ExpanderList = onePortContext->discovery.discoveringExpanderList.flink; in tdssSASDiscoveringExpanderAdd() 7436 while (ExpanderList != &(onePortContext->discovery.discoveringExpanderList)) in tdssSASDiscoveringExpanderAdd() 7438 tempExpander = TDLIST_OBJECT_BASE(tdsaExpander_t, linkNode, ExpanderList); in tdssSASDiscoveringExpanderAdd() 7440 ExpanderList = ExpanderList->flink; in tdssSASDiscoveringExpanderAdd() 7455 tdList_t *ExpanderList; in tdssSASFindDiscoveringExpander() local 7468 ExpanderList = tmpOnePortContext->discovery.discoveringExpanderList.flink; in tdssSASFindDiscoveringExpander() [all …]
|
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/ |
H A D | itddisc.c | 1603 tdList_t *ExpanderList; in tdsaSASUpStreamDiscovering() local 1628 TDLIST_DEQUEUE_FROM_HEAD(&ExpanderList, &(onePortContext->discovery.discoveringExpanderList)); in tdsaSASUpStreamDiscovering() 1629 oneNextExpander = TDLIST_OBJECT_BASE(tdsaExpander_t, linkNode, ExpanderList); in tdsaSASUpStreamDiscovering() 1770 tdList_t *ExpanderList; in tdsaSASDownStreamDiscovering() local 1792 TDLIST_DEQUEUE_FROM_HEAD(&ExpanderList, &(onePortContext->discovery.discoveringExpanderList)); in tdsaSASDownStreamDiscovering() 1793 NextExpander = TDLIST_OBJECT_BASE(tdsaExpander_t, linkNode, ExpanderList); in tdsaSASDownStreamDiscovering() 1880 tdList_t *ExpanderList; in tdsaCleanAllExp() local 1895 ExpanderList = tmpOnePortContext->discovery.discoveringExpanderList.flink; in tdsaCleanAllExp() 1896 while (ExpanderList != &(tmpOnePortContext->discovery.discoveringExpanderList)) in tdsaCleanAllExp() 1898 tempExpander = TDLIST_OBJECT_BASE(tdsaExpander_t, linkNode, ExpanderList); in tdsaCleanAllExp() [all …]
|