13#ifndef CDI_ADAPTER_EFA_PROBE_TX_H__
14#define CDI_ADAPTER_EFA_PROBE_TX_H__
63 uint64_t* wait_timeout_ms_ptr);
The declarations in this header file correspond to the definitions in adapter.c.
EndpointMessageType
Definition adapter_api.h:93
uint64_t ProbeTxControlProcessProbeState(ProbeEndpointState *probe_ptr)
Definition adapter_efa_probe_tx.c:372
bool ProbeTxControlProcessPacket(ProbeEndpointState *probe_ptr, const CdiDecodedProbeHeader *probe_hdr_ptr, uint64_t *wait_timeout_ms_ptr)
Definition adapter_efa_probe_tx.c:214
void ProbeTxControlMessageFromEndpoint(void *param_ptr, Packet *packet_ptr)
Definition adapter_efa_probe_tx.c:203
void ProbeTxEfaMessageFromEndpoint(void *param_ptr, Packet *packet_ptr, EndpointMessageType message_type)
Definition adapter_efa_probe_tx.c:175
This header file contains definitions of types and the one global variable used internally by the SDK...
Definition adapter_api.h:42
This defines a structure that contains all of the state information for the sending side of a single ...
Definition adapter_efa_probe.h:121