|
CDI SDK
SDK for transporting chunks of data reliably and with low latency using a polled mode network driver.
|
Structure used to hold a control command. More...
#include <adapter_efa_probe.h>
Data Fields | ||
| ControlCommandType | command_type | |
| Determines which data in the union is valid. | ||
| union { | ||
| ProbeState probe_state | ||
| Valid if kCommandTypeStateChange. Probe state to set. | ||
| struct { | ||
| CdiSgList packet_sgl | ||
| Scatter-gather List for Rx packet. | ||
| struct sockaddr_in source_address | ||
| Source address of the received packet. | ||
| } receive_packet | ||
| Valid if kCommandTypeRxPacket. | ||
| }; | ||
Structure used to hold a control command.