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

/freebsd-13-stable/sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/
H A Dttdsmp.c182 smpRespDiscover_t *Resp;
217 agSMPFrame->outFrameLen = sizeof(smpRespDiscover_t);
222 Resp = (smpRespDiscover_t *)&(SMPResp->RespData);
223 osti_memset(Resp, 0, sizeof(smpRespDiscover_t));
/freebsd-13-stable/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmproto.h249 smpRespDiscover_t *pDiscoverResp
265 smpRespDiscover_t *pDiscoverResp
819 smpRespDiscover_t *pdmSMPDiscoverResp,
H A Ddmtypes.h108 smpRespDiscover_t SMPDiscoverResp;
H A Ddmsmp.c160 expectedRspLen = sizeof(smpRespDiscover_t) + 4;
857 smpRespDiscover_t *pdmSMPDiscoverResp;
886 saFrameReadBlock(agRoot, frameHandle, 4, pdmSMPDiscoverResp, sizeof(smpRespDiscover_t));
889 saFrameReadBlock(agRoot, dmSMPResponseBody->IndirectSMP, 4, pdmSMPDiscoverResp, sizeof(smpRespDiscover_t));
910 dmhexdump("dmDiscoverRespRcvd", (bit8*)pdmSMPDiscoverResp, sizeof(smpRespDiscover_t));
938 dmhexdump("dmDiscoverRespRcvd", (bit8*)pdmSMPDiscoverResp, sizeof(smpRespDiscover_t));
2690 if (agIOInfoLen != sizeof(smpRespDiscover_t) + 4 &&
2693 DM_DBG3(("dmSMPCompleted: mismatch len agIOInfoLen 0x%x 0x%x\n", agIOInfoLen, (unsigned int)sizeof(smpRespDiscover_t) + 4));
H A Ddmdisc.c598 smpRespDiscover_t *pDiscoverResp
661 dmhexdump("NO_DEVICE", (bit8*)pDiscoverResp, sizeof(smpRespDiscover_t));
1425 smpRespDiscover_t *pDiscoverResp
1490 dmhexdump("NO_DEVICE", (bit8*)pDiscoverResp, sizeof(smpRespDiscover_t));
7259 smpRespDiscover_t *pdmSMPDiscoverResp,
7346 smpRespDiscover_t *pdmSMPDiscoverResp = agNULL;
7357 pdmSMPDiscoverResp = (smpRespDiscover_t *)timerData3;
7405 dmhexdump("dmConfigureRouteTimerCB", (bit8*)pdmSMPDiscoverResp, sizeof(smpRespDiscover_t));
H A Ddmdefs.h355 } smpRespDiscover_t; typedef in typeref:struct:smpRespDiscover_s
/freebsd-13-stable/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditddisc.c3533 smpRespDiscover_t *ptdSMPDiscoverResp;
3561 saFrameReadBlock(agRoot, frameHandle, 4, ptdSMPDiscoverResp, sizeof(smpRespDiscover_t));
3563 saFrameReadBlock(agRoot, tdSMPRequestBody->IndirectSMPResp, 4, ptdSMPDiscoverResp, sizeof(smpRespDiscover_t));
3565 //tdhexdump("tdsaDiscoverRespRcvd", (bit8 *)ptdSMPDiscoverResp, sizeof(smpRespDiscover_t));
3598 tdhexdump("tdsaDiscoverRespRcvd", (bit8*)ptdSMPDiscoverResp, sizeof(smpRespDiscover_t));
3627 tdhexdump("tdsaDiscoverRespRcvd", (bit8*)ptdSMPDiscoverResp, sizeof(smpRespDiscover_t));
3664 smpRespDiscover_t *pDiscoverResp
3715 tdhexdump("NO_DEVICE", (bit8*)pDiscoverResp, sizeof(smpRespDiscover_t));
4482 smpRespDiscover_t *pDiscoverResp
4538 tdhexdump("NO_DEVICE", (bit8*)pDiscoverResp, sizeof(smpRespDiscover_t));
[all...]
H A Ditdcb.c1641 if (agIOInfoLen != sizeof(smpRespDiscover_t) + 4 &&
1644 TI_DBG1(("itdssSMPCompleted: mismatch len agIOInfoLen 0x%x 0x%x\n", agIOInfoLen, (unsigned int)sizeof(smpRespDiscover_t) + 4));
/freebsd-13-stable/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdproto.h1619 smpRespDiscover_t *pDiscoverResp
1630 smpRespDiscover_t *pDiscoverResp
2015 smpRespDiscover_t *ptdSMPDiscoverResp
H A Dtddefs.h581 } smpRespDiscover_t; typedef in typeref:struct:smpRespDiscover_s
H A Dtdmisc.c1561 SMPFrameLen = sizeof(smpRespDiscover_t);
/freebsd-13-stable/sys/dev/pms/RefTisa/tisa/sassata/sas/common/
H A Dtdtypes.h256 smpRespDiscover_t SMPDiscoverResp;

Completed in 149 milliseconds