|
iPXE
|
An Infiniband Base Transport Header. More...
#include <ib_packet.h>
Data Fields | |
| uint8_t | opcode |
| Opcode. | |
| uint8_t | se__m__padcnt__tver |
| Transport header version, pad count, migration and solicitation. | |
| uint16_t | pkey |
| Partition key. | |
| uint32_t | dest_qp |
| Destination queue pair. | |
| uint32_t | ack__psn |
| Packet sequence number and acknowledge request. | |
An Infiniband Base Transport Header.
Definition at line 114 of file ib_packet.h.
| uint8_t ib_base_transport_header::opcode |
Opcode.
Definition at line 116 of file ib_packet.h.
| uint8_t ib_base_transport_header::se__m__padcnt__tver |
Transport header version, pad count, migration and solicitation.
Definition at line 118 of file ib_packet.h.
| uint16_t ib_base_transport_header::pkey |
Partition key.
Definition at line 120 of file ib_packet.h.
| uint32_t ib_base_transport_header::dest_qp |
Destination queue pair.
Definition at line 122 of file ib_packet.h.
| uint32_t ib_base_transport_header::ack__psn |
Packet sequence number and acknowledge request.
Definition at line 124 of file ib_packet.h.