Home
last modified time | relevance | path

Searched refs:IndirectSMPReq (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/dev/pms/RefTisa/discovery/dm/
HDdmtypes.h359 void *IndirectSMPReq; member
/NextBSD/sys/dev/pms/RefTisa/tisa/sassata/sas/common/
HDtdtypes.h686 void *IndirectSMPReq; member
/NextBSD/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
HDitddisc.c7125 bit8 *IndirectSMPReq; in tdSMPStart() local
7305 (void **)&IndirectSMPReq, in tdSMPStart()
7319 if (IndirectSMPReq == agNULL) in tdSMPStart()
7354 tdSMPRequestBody->IndirectSMPReq = IndirectSMPReq; in tdSMPStart()
7364 osti_memset(IndirectSMPReq, 0, smpBodySize + 4); in tdSMPStart()
7373 osti_memcpy(IndirectSMPReq, &tdSMPFrameHeader, 4); in tdSMPStart()
7374 osti_memcpy(IndirectSMPReq+4, pSmpBody, smpBodySize); in tdSMPStart()