Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/pms/RefTisa/tisa/sassata/common/
HDtdmisc.c1333 tdPassthroughCmndBody_t *tdPTCmndBody; in tiCOMPassthroughCmndStart() local
1350 tdPTCmndBody = (tdPassthroughCmndBody_t *)tiPassthroughBody; in tiCOMPassthroughCmndStart()
1385 tdssSMPRequestBody = &(tdPTCmndBody->protocol.SMP.SMPBody); in tiCOMPassthroughCmndStart()
1390 tdPTCmndBody->EventCB = agEventCB; in tiCOMPassthroughCmndStart()
1393 tdPTCmndBody->tiPassthroughCmndType = tiSMPCmnd; in tiCOMPassthroughCmndStart()
1396 tdPTCmndBody->tiPassthroughRequest = tiPassthroughRequest; in tiCOMPassthroughCmndStart()
1397 tiPassthroughRequest->tdData = tdPTCmndBody; in tiCOMPassthroughCmndStart()
1400 tdPTCmndBody->tiDevHandle = tiDeviceHandle; in tiCOMPassthroughCmndStart()
1437 agIORequest->osData = (void *) tdPTCmndBody; in tiCOMPassthroughCmndStart()
1472 if (tdPTCmndBody->protocol.SMP.IT == SMP_INITIATOR) in tiCOMPassthroughCmndStart()
[all …]
HDossacmnapi.c3971 tdPassthroughCmndBody_t *tdPTCmndBody = (tdPassthroughCmndBody_t *)agIORequest->osData; in ossaSMPCompleted() local
3987 if (tdPTCmndBody == agNULL) in ossaSMPCompleted()
3994 if (tdPTCmndBody->EventCB == agNULL) in ossaSMPCompleted()
4022 tdPTCmndBody->EventCB(tiRoot, in ossaSMPCompleted()
4023 tdPTCmndBody->tiPassthroughRequest, in ossaSMPCompleted()