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

/freebsd-10.2-release/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmtypes.h359 void *IndirectSMPReq; member in struct:dmSMPRequestBody_s
/freebsd-10.2-release/sys/dev/pms/RefTisa/tisa/sassata/sas/common/
H A Dtdtypes.h686 void *IndirectSMPReq; member in struct:tdssSMPRequestBody_s
/freebsd-10.2-release/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditddisc.c7125 bit8 *IndirectSMPReq; local
7305 (void **)&IndirectSMPReq,
7319 if (IndirectSMPReq == agNULL)
7321 TI_DBG1(("tdSMPStart: ostiAllocMemory returned NULL IndirectSMPReq\n"));
7354 tdSMPRequestBody->IndirectSMPReq = IndirectSMPReq;
7364 osti_memset(IndirectSMPReq, 0, smpBodySize + 4);
7373 osti_memcpy(IndirectSMPReq, &tdSMPFrameHeader, 4);
7374 osti_memcpy(IndirectSMPReq+4, pSmpBody, smpBodySize);

Completed in 47 milliseconds