Searched refs:smpRespDiscover_t (Results 1 – 12 of 12) sorted by relevance
| /freebsd-10-stable/sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/ |
| D | ttdsmp.c | 182 smpRespDiscover_t *Resp; in ttdsaDiscoverRespSend() 217 agSMPFrame->outFrameLen = sizeof(smpRespDiscover_t); in ttdsaDiscoverRespSend() 222 Resp = (smpRespDiscover_t *)&(SMPResp->RespData); in ttdsaDiscoverRespSend() 223 osti_memset(Resp, 0, sizeof(smpRespDiscover_t)); in ttdsaDiscoverRespSend()
|
| /freebsd-10-stable/sys/dev/pms/RefTisa/discovery/dm/ |
| D | dmproto.h | 249 smpRespDiscover_t *pDiscoverResp 265 smpRespDiscover_t *pDiscoverResp 819 smpRespDiscover_t *pdmSMPDiscoverResp,
|
| D | dmsmp.c | 160 expectedRspLen = sizeof(smpRespDiscover_t) + 4; in dmSMPStart() 857 smpRespDiscover_t *pdmSMPDiscoverResp; in dmDiscoverRespRcvd() 886 saFrameReadBlock(agRoot, frameHandle, 4, pdmSMPDiscoverResp, sizeof(smpRespDiscover_t)); in dmDiscoverRespRcvd() 889 …eadBlock(agRoot, dmSMPResponseBody->IndirectSMP, 4, pdmSMPDiscoverResp, sizeof(smpRespDiscover_t)); in dmDiscoverRespRcvd() 910 dmhexdump("dmDiscoverRespRcvd", (bit8*)pdmSMPDiscoverResp, sizeof(smpRespDiscover_t)); in dmDiscoverRespRcvd() 938 dmhexdump("dmDiscoverRespRcvd", (bit8*)pdmSMPDiscoverResp, sizeof(smpRespDiscover_t)); in dmDiscoverRespRcvd() 2690 if (agIOInfoLen != sizeof(smpRespDiscover_t) + 4 && in dmSMPCompleted() 2693 … mismatch len agIOInfoLen 0x%x 0x%x\n", agIOInfoLen, (unsigned int)sizeof(smpRespDiscover_t) + 4)); in dmSMPCompleted()
|
| D | dmtypes.h | 108 smpRespDiscover_t SMPDiscoverResp;
|
| D | dmdisc.c | 598 smpRespDiscover_t *pDiscoverResp in dmUpStreamDiscoverExpanderPhy() 661 dmhexdump("NO_DEVICE", (bit8*)pDiscoverResp, sizeof(smpRespDiscover_t)); in dmUpStreamDiscoverExpanderPhy() 1425 smpRespDiscover_t *pDiscoverResp in dmDownStreamDiscoverExpanderPhy() 1490 dmhexdump("NO_DEVICE", (bit8*)pDiscoverResp, sizeof(smpRespDiscover_t)); in dmDownStreamDiscoverExpanderPhy() 7259 smpRespDiscover_t *pdmSMPDiscoverResp, in dmConfigureRouteTimer() 7346 smpRespDiscover_t *pdmSMPDiscoverResp = agNULL; in dmConfigureRouteTimerCB() 7357 pdmSMPDiscoverResp = (smpRespDiscover_t *)timerData3; in dmConfigureRouteTimerCB() 7405 dmhexdump("dmConfigureRouteTimerCB", (bit8*)pdmSMPDiscoverResp, sizeof(smpRespDiscover_t)); in dmConfigureRouteTimerCB()
|
| D | dmdefs.h | 355 } smpRespDiscover_t; typedef
|
| /freebsd-10-stable/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/ |
| D | itddisc.c | 3533 smpRespDiscover_t *ptdSMPDiscoverResp; in tdsaDiscoverRespRcvd() 3561 saFrameReadBlock(agRoot, frameHandle, 4, ptdSMPDiscoverResp, sizeof(smpRespDiscover_t)); in tdsaDiscoverRespRcvd() 3563 …Block(agRoot, tdSMPRequestBody->IndirectSMPResp, 4, ptdSMPDiscoverResp, sizeof(smpRespDiscover_t)); in tdsaDiscoverRespRcvd() 3598 tdhexdump("tdsaDiscoverRespRcvd", (bit8*)ptdSMPDiscoverResp, sizeof(smpRespDiscover_t)); in tdsaDiscoverRespRcvd() 3627 tdhexdump("tdsaDiscoverRespRcvd", (bit8*)ptdSMPDiscoverResp, sizeof(smpRespDiscover_t)); in tdsaDiscoverRespRcvd() 3664 smpRespDiscover_t *pDiscoverResp in tdsaSASUpStreamDiscoverExpanderPhy() 3715 tdhexdump("NO_DEVICE", (bit8*)pDiscoverResp, sizeof(smpRespDiscover_t)); in tdsaSASUpStreamDiscoverExpanderPhy() 4482 smpRespDiscover_t *pDiscoverResp in tdsaSASDownStreamDiscoverExpanderPhy() 4538 tdhexdump("NO_DEVICE", (bit8*)pDiscoverResp, sizeof(smpRespDiscover_t)); in tdsaSASDownStreamDiscoverExpanderPhy() 4546 tdhexdump("NO_DEVICE", (bit8*)pDiscoverResp, sizeof(smpRespDiscover_t)); in tdsaSASDownStreamDiscoverExpanderPhy() [all …]
|
| D | itdcb.c | 1641 if (agIOInfoLen != sizeof(smpRespDiscover_t) + 4 && in itdssSMPCompleted() 1644 … mismatch len agIOInfoLen 0x%x 0x%x\n", agIOInfoLen, (unsigned int)sizeof(smpRespDiscover_t) + 4)); in itdssSMPCompleted()
|
| /freebsd-10-stable/sys/dev/pms/RefTisa/tisa/sassata/common/ |
| D | tdproto.h | 1619 smpRespDiscover_t *pDiscoverResp 1630 smpRespDiscover_t *pDiscoverResp 2015 smpRespDiscover_t *ptdSMPDiscoverResp
|
| D | tddefs.h | 581 } smpRespDiscover_t; typedef
|
| D | tdmisc.c | 1561 SMPFrameLen = sizeof(smpRespDiscover_t); in tiCOMPassthroughCmndStart()
|
| /freebsd-10-stable/sys/dev/pms/RefTisa/tisa/sassata/sas/common/ |
| D | tdtypes.h | 256 smpRespDiscover_t SMPDiscoverResp;
|