|
iPXE
|
An Infiniband Base Transport Header. More...
#include <ib_packet.h>
Data Fields | |
| uint8_t | opcode |
| Opcode. More... | |
| uint8_t | se__m__padcnt__tver |
| Transport header version, pad count, migration and solicitation. More... | |
| uint16_t | pkey |
| Partition key. More... | |
| uint32_t | dest_qp |
| Destination queue pair. More... | |
| uint32_t | ack__psn |
| Packet sequence number and acknowledge request. More... | |
An Infiniband Base Transport Header.
Definition at line 113 of file ib_packet.h.
| uint8_t ib_base_transport_header::opcode |
| uint8_t ib_base_transport_header::se__m__padcnt__tver |
Transport header version, pad count, migration and solicitation.
Definition at line 117 of file ib_packet.h.
| uint16_t ib_base_transport_header::pkey |
| uint32_t ib_base_transport_header::dest_qp |
Destination queue pair.
Definition at line 121 of file ib_packet.h.
| uint32_t ib_base_transport_header::ack__psn |
Packet sequence number and acknowledge request.
Definition at line 123 of file ib_packet.h.
Referenced by ib_push().
1.8.15