Searched refs:tdPTCmndBody (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdmisc.c1334 tdPassthroughCmndBody_t *tdPTCmndBody; local
1351 tdPTCmndBody = (tdPassthroughCmndBody_t *)tiPassthroughBody;
1386 tdssSMPRequestBody = &(tdPTCmndBody->protocol.SMP.SMPBody);
1391 tdPTCmndBody->EventCB = agEventCB;
1394 tdPTCmndBody->tiPassthroughCmndType = tiSMPCmnd;
1397 tdPTCmndBody->tiPassthroughRequest = tiPassthroughRequest;
1398 tiPassthroughRequest->tdData = tdPTCmndBody;
1401 tdPTCmndBody->tiDevHandle = tiDeviceHandle;
1438 agIORequest->osData = (void *) tdPTCmndBody;
1473 if (tdPTCmndBody
1709 tdPassthroughCmndBody_t *tdPTCmndBody = agNULL; local
[all...]
H A Dossacmnapi.c3972 tdPassthroughCmndBody_t *tdPTCmndBody = (tdPassthroughCmndBody_t *)agIORequest->osData; local
3988 if (tdPTCmndBody == agNULL)
3990 TI_DBG1(("ossaSMPCompleted: tdPTCmndBody is NULL \n"));
3995 if (tdPTCmndBody->EventCB == agNULL)
3997 TI_DBG1(("ossaSMPCompleted: tdPTCmndBody->EventCB is NULL \n"));
4023 tdPTCmndBody->EventCB(tiRoot,
4024 tdPTCmndBody->tiPassthroughRequest,

Completed in 203 milliseconds