Searched refs:ExpanderList (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmdisc.c361 dmList_t *ExpanderList; local
381 DMLIST_DEQUEUE_FROM_HEAD(&ExpanderList, &(onePortContext->discovery.discoveringExpanderList));
382 oneNextExpander = DMLIST_OBJECT_BASE(dmExpander_t, linkNode, ExpanderList);
489 dmList_t *ExpanderList; local
508 DMLIST_DEQUEUE_FROM_HEAD(&ExpanderList, &(onePortContext->discovery.discoveringExpanderList));;
509 NextExpander = DMLIST_OBJECT_BASE(dmExpander_t, linkNode, ExpanderList);
3053 dmList_t *ExpanderList; local
3067 ExpanderList = tmpOnePortContext->discovery.discoveringExpanderList.flink;
3068 while (ExpanderList != &(tmpOnePortContext->discovery.discoveringExpanderList))
3070 tempExpander = DMLIST_OBJECT_BASE(dmExpander_t, linkNode, ExpanderList);
3797 dmList_t *ExpanderList; local
4659 dmList_t *ExpanderList; local
4931 dmList_t *ExpanderList; local
5057 dmList_t *ExpanderList; local
5112 dmList_t *ExpanderList; local
5227 dmList_t *ExpanderList; local
6191 dmList_t *ExpanderList = agNULL; local
6359 dmList_t *ExpanderList; local
[all...]
/freebsd-10-stable/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditddisc.c1604 tdList_t *ExpanderList; local
1629 TDLIST_DEQUEUE_FROM_HEAD(&ExpanderList, &(onePortContext->discovery.discoveringExpanderList));
1630 oneNextExpander = TDLIST_OBJECT_BASE(tdsaExpander_t, linkNode, ExpanderList);
1771 tdList_t *ExpanderList; local
1793 TDLIST_DEQUEUE_FROM_HEAD(&ExpanderList, &(onePortContext->discovery.discoveringExpanderList));;
1794 NextExpander = TDLIST_OBJECT_BASE(tdsaExpander_t, linkNode, ExpanderList);
1881 tdList_t *ExpanderList; local
1896 ExpanderList = tmpOnePortContext->discovery.discoveringExpanderList.flink;
1897 while (ExpanderList != &(tmpOnePortContext->discovery.discoveringExpanderList))
1899 tempExpander = TDLIST_OBJECT_BASE(tdsaExpander_t, linkNode, ExpanderList);
1960 tdList_t *ExpanderList; local
[all...]
/freebsd-10-stable/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdport.c7297 tdList_t *ExpanderList; local
7326 TDLIST_DEQUEUE_FROM_HEAD(&ExpanderList, &(tdsaAllShared->freeExpanderList));
7328 // oneExpander = TDLIST_OBJECT_BASE(tdsaContext_t, freeExpanderList, ExpanderList);
7329 oneExpander = TDLIST_OBJECT_BASE(tdsaExpander_t, linkNode, ExpanderList);
7380 tdList_t *ExpanderList; local
7436 ExpanderList = onePortContext->discovery.discoveringExpanderList.flink;
7437 while (ExpanderList != &(onePortContext->discovery.discoveringExpanderList))
7439 tempExpander = TDLIST_OBJECT_BASE(tdsaExpander_t, linkNode, ExpanderList);
7441 ExpanderList = ExpanderList
7456 tdList_t *ExpanderList; local
7517 tdList_t *ExpanderList; local
[all...]

Completed in 127 milliseconds