CDI SDK
SDK for transporting chunks of data reliably and with low latency using a polled mode network driver.
Loading...
Searching...
No Matches
ControlCommand Struct Reference

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.
 
};  
 

Detailed Description

Structure used to hold a control command.


The documentation for this struct was generated from the following file: