• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/sys/dev/pms/RefTisa/discovery/dm/

Lines Matching defs:tempExpander

3054   dmExpander_t       *tempExpander;
3070 tempExpander = DMLIST_OBJECT_BASE(dmExpander_t, linkNode, ExpanderList);
3071 if ( tempExpander == agNULL)
3073 DM_DBG1(("dmDiscoveringUndoAdd: tempExpander is NULL!!!\n"));
3076 if (tempExpander->dmUpStreamExpander == oneExpander)
3078 DM_DBG2(("dmDiscoveringUndoAdd: match!!! expander id %d\n", tempExpander->id));
3079 DM_DBG2(("dmDiscoveringUndoAdd: exp addrHi 0x%08x\n", tempExpander->dmDevice->SASAddressID.sasAddressHi));
3080 DM_DBG2(("dmDiscoveringUndoAdd: exp addrLo 0x%08x\n", tempExpander->dmDevice->SASAddressID.sasAddressLo));
3082 DMLIST_DEQUEUE_THIS(&(tempExpander->linkNode));
3083 // DMLIST_ENQUEUE_AT_TAIL(&(tempExpander->linkNode), &(dmAllShared->freeExpanderList));
3084 DMLIST_ENQUEUE_AT_TAIL(&(tempExpander->linkNode), &(dmAllShared->mainExpanderList));
4778 dmExpander_t *tempExpander;
4803 tempExpander = oneExpander->dmUpStreamExpander;
4804 while (tempExpander)
4806 DM_DBG3(("dmFindConfigurableExp: loop exp addrHi 0x%08x\n", tempExpander->dmDevice->SASAddressID.sasAddressHi));
4807 DM_DBG3(("dmFindConfigurableExp: loop exp addrLo 0x%08x\n", tempExpander->dmDevice->SASAddressID.sasAddressLo));
4808 if (tempExpander->configRouteTable)
4811 ret = tempExpander;
4814 tempExpander = tempExpander->dmUpStreamExpander;
4932 dmExpander_t *tempExpander;
4950 tempExpander = DMLIST_OBJECT_BASE(dmExpander_t, linkNode, ExpanderList);
4951 if (tempExpander == oneExpander)
4953 if (tempExpander != agNULL)
4955 DM_DBG3(("dmFindDiscoveringExpander: match, expander id %d\n", tempExpander->id));
4956 DM_DBG3(("dmFindDiscoveringExpander: exp addrHi 0x%08x\n", tempExpander->dmDevice->SASAddressID.sasAddressHi));
4957 DM_DBG3(("dmFindDiscoveringExpander: exp addrLo 0x%08x\n", tempExpander->dmDevice->SASAddressID.sasAddressLo));
5058 dmExpander_t *tempExpander;
5076 tempExpander = DMLIST_OBJECT_BASE(dmExpander_t, linkNode, ExpanderList);
5077 if (tempExpander == agNULL)
5079 DM_DBG1(("dmExpMainListFind: tempExpander is NULL!!!\n"));
5082 DM_DBG3(("dmExpMainListFind: expander id %d\n", tempExpander->id));
5083 DM_DBG3(("dmExpMainListFind: exp addrHi 0x%08x\n", tempExpander->dmDevice->SASAddressID.sasAddressHi));
5084 DM_DBG3(("dmExpMainListFind: exp addrLo 0x%08x\n", tempExpander->dmDevice->SASAddressID.sasAddressLo));
5085 if ((tempExpander->dmDevice->SASAddressID.sasAddressHi == sasAddrHi) &&
5086 (tempExpander->dmDevice->SASAddressID.sasAddressLo == sasAddrLo) &&
5087 (tempExpander->dmDevice->dmPortContext == onePortContext)
5090 DM_DBG3(("dmExpMainListFind: found expander id %d\n", tempExpander->id));
5091 DM_DBG3(("dmExpMainListFind: found exp addrHi 0x%08x\n", tempExpander->dmDevice->SASAddressID.sasAddressHi));
5092 DM_DBG3(("dmExpMainListFind: found exp addrLo 0x%08x\n", tempExpander->dmDevice->SASAddressID.sasAddressLo));
5093 return tempExpander;
5113 dmExpander_t *tempExpander;
5131 tempExpander = DMLIST_OBJECT_BASE(dmExpander_t, linkNode, ExpanderList);
5132 if (tempExpander == agNULL)
5134 DM_DBG1(("dmExpFind: tempExpander is NULL!!!\n"));
5137 DM_DBG3(("dmExpFind: expander id %d\n", tempExpander->id));
5138 DM_DBG3(("dmExpFind: exp addrHi 0x%08x\n", tempExpander->dmDevice->SASAddressID.sasAddressHi));
5139 DM_DBG3(("dmExpFind: exp addrLo 0x%08x\n", tempExpander->dmDevice->SASAddressID.sasAddressLo));
5140 if ((tempExpander->dmDevice->SASAddressID.sasAddressHi == sasAddrHi) &&
5141 (tempExpander->dmDevice->SASAddressID.sasAddressLo == sasAddrLo) &&
5142 (tempExpander->dmDevice->dmPortContext == onePortContext)
5146 return tempExpander;
5228 dmExpander_t *tempExpander;
5245 tempExpander = DMLIST_OBJECT_BASE(dmExpander_t, linkNode, ExpanderList);
5246 if (tempExpander == agNULL)
5248 DM_DBG1(("dmCleanAllExp: tempExpander is NULL!!!\n"));
5251 DM_DBG3(("dmCleanAllExp: exp addrHi 0x%08x\n", tempExpander->dmDevice->SASAddressID.sasAddressHi));
5252 DM_DBG3(("dmCleanAllExp: exp addrLo 0x%08x\n", tempExpander->dmDevice->SASAddressID.sasAddressLo));
5253 DM_DBG3(("dmCleanAllExp: exp id %d\n", tempExpander->id));
5257 tempExpander->dmDevice->SASAddressID.sasAddressHi,
5258 tempExpander->dmDevice->SASAddressID.sasAddressLo);
5262 DM_DBG3(("dmCleanAllExp: moving, exp id %d\n", tempExpander->id));
5265 DMLIST_DEQUEUE_THIS(&(tempExpander->linkNode));
5266 // DMLIST_ENQUEUE_AT_TAIL(&(tempExpander->linkNode), &(dmAllShared->freeExpanderList));
5267 DMLIST_ENQUEUE_AT_TAIL(&(tempExpander->linkNode), &(dmAllShared->mainExpanderList));
5305 tempExpander = DMLIST_OBJECT_BASE(dmExpander_t, upNode, ExpanderList);
5306 if (tempExpander == agNULL)
5308 DM_DBG1(("dmCleanAllExp: tempExpander is NULL!!!\n"));
5311 DM_DBG3(("dmCleanAllExp: exp addrHi 0x%08x\n", tempExpander->dmDevice->SASAddressID.sasAddressHi));
5312 DM_DBG3(("dmCleanAllExp: exp addrLo 0x%08x\n", tempExpander->dmDevice->SASAddressID.sasAddressLo));
5313 DM_DBG3(("dmCleanAllExp: exp id %d\n", tempExpander->id));
5316 tempExpander->dmDevice->SASAddressID.sasAddressHi,
5317 tempExpander->dmDevice->SASAddressID.sasAddressLo);
5321 DM_DBG3(("dmCleanAllExp: moving exp id %d\n", tempExpander->id));
5323 DMLIST_DEQUEUE_THIS(&(tempExpander->upNode));
5324 DMLIST_ENQUEUE_AT_TAIL(&(tempExpander->linkNode), &(dmAllShared->mainExpanderList));
6360 dmExpander_t *tempExpander;
6379 tempExpander = DMLIST_OBJECT_BASE(dmExpander_t, linkNode, ExpanderList);
6380 if (tempExpander == agNULL)
6382 DM_DBG1(("dmDumpAllMainExp: tempExpander is NULL!!!\n"));
6385 DM_DBG3(("dmDumpAllMainExp: expander id %d\n", tempExpander->id));
6386 DM_DBG3(("dmDumpAllMainExp: exp addrHi 0x%08x\n", tempExpander->dmDevice->SASAddressID.sasAddressHi));
6387 DM_DBG3(("dmDumpAllMainExp: exp addrLo 0x%08x\n", tempExpander->dmDevice->SASAddressID.sasAddressLo));
6388 if ((tempExpander->dmDevice->dmPortContext == onePortContext)
6391 DM_DBG3(("dmDumpAllMainExp: found expander id %d\n", tempExpander->id));
6392 DM_DBG3(("dmDumpAllMainExp: found exp addrHi 0x%08x\n", tempExpander->dmDevice->SASAddressID.sasAddressHi));
6393 DM_DBG3(("dmDumpAllMainExp: found exp addrLo 0x%08x\n", tempExpander->dmDevice->SASAddressID.sasAddressLo));