| NVIDIA DOCA SDK | Data Center on a Chip Framework Documentation |
doca flow BTH header in match data More...
#include <doca_flow_net.h>
Data Fields | |
| uint8_t | opcode |
| uint8_t | sempt |
| doca_be16_t | pkey |
| uint8_t | flags0 |
| uint8_t | dest_qp [DOCA_FLOW_IB_BTH_DST_QP_LEN] |
| uint8_t | flags1 |
| uint8_t | psn [DOCA_FLOW_IB_BTH_PSN_LEN] |
doca flow BTH header in match data
Definition at line 194 of file doca_flow_net.h.
| uint8_t doca_flow_header_ib_bth::dest_qp[DOCA_FLOW_IB_BTH_DST_QP_LEN] |
destination QP
Definition at line 203 of file doca_flow_net.h.
| uint8_t doca_flow_header_ib_bth::flags0 |
BECN and FECN + Reserved
Definition at line 201 of file doca_flow_net.h.
| uint8_t doca_flow_header_ib_bth::flags1 |
Acknowledge Request + Reserved
Definition at line 205 of file doca_flow_net.h.
| uint8_t doca_flow_header_ib_bth::opcode |
opcode
Definition at line 195 of file doca_flow_net.h.
| doca_be16_t doca_flow_header_ib_bth::pkey |
Partition key
Definition at line 199 of file doca_flow_net.h.
| uint8_t doca_flow_header_ib_bth::psn[DOCA_FLOW_IB_BTH_PSN_LEN] |
Packet Sequence Number
Definition at line 207 of file doca_flow_net.h.
| uint8_t doca_flow_header_ib_bth::sempt |
Solicited Event, MigReq, Pad Count and Transport Header Version
Definition at line 197 of file doca_flow_net.h.