Home
last modified time | relevance | path

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

/freebsd/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmtypes.h358 void *IndirectSMPReq; member
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/common/
H A Dtdtypes.h685 void *IndirectSMPReq; member
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditddisc.c7124 bit8 *IndirectSMPReq; in tdSMPStart() local
7304 (void **)&IndirectSMPReq, in tdSMPStart()
7318 if (IndirectSMPReq == agNULL) in tdSMPStart()
7353 tdSMPRequestBody->IndirectSMPReq = IndirectSMPReq; in tdSMPStart()
7363 osti_memset(IndirectSMPReq, 0, smpBodySize + 4); in tdSMPStart()
7372 osti_memcpy(IndirectSMPReq, &tdSMPFrameHeader, 4); in tdSMPStart()
7373 osti_memcpy(IndirectSMPReq+4, pSmpBody, smpBodySize); in tdSMPStart()