Home
last modified time | relevance | path

Searched refs:smpRespDiscover_t (Results 1 – 12 of 12) sorted by relevance

/freebsd-10-stable/sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/
Dttdsmp.c182 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/
Ddmproto.h249 smpRespDiscover_t *pDiscoverResp
265 smpRespDiscover_t *pDiscoverResp
819 smpRespDiscover_t *pdmSMPDiscoverResp,
Ddmsmp.c160 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()
Ddmtypes.h108 smpRespDiscover_t SMPDiscoverResp;
Ddmdisc.c598 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()
Ddmdefs.h355 } smpRespDiscover_t; typedef
/freebsd-10-stable/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
Ditddisc.c3533 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 …]
Ditdcb.c1641 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/
Dtdproto.h1619 smpRespDiscover_t *pDiscoverResp
1630 smpRespDiscover_t *pDiscoverResp
2015 smpRespDiscover_t *ptdSMPDiscoverResp
Dtddefs.h581 } smpRespDiscover_t; typedef
Dtdmisc.c1561 SMPFrameLen = sizeof(smpRespDiscover_t); in tiCOMPassthroughCmndStart()
/freebsd-10-stable/sys/dev/pms/RefTisa/tisa/sassata/sas/common/
Dtdtypes.h256 smpRespDiscover_t SMPDiscoverResp;