iPXE
ib_base_transport_header Struct Reference

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.

Detailed Description

An Infiniband Base Transport Header.

Definition at line 114 of file ib_packet.h.

Field Documentation

◆ opcode

uint8_t ib_base_transport_header::opcode

Opcode.

Definition at line 116 of file ib_packet.h.

◆ se__m__padcnt__tver

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.

◆ pkey

uint16_t ib_base_transport_header::pkey

Partition key.

Definition at line 120 of file ib_packet.h.

◆ dest_qp

uint32_t ib_base_transport_header::dest_qp

Destination queue pair.

Definition at line 122 of file ib_packet.h.

◆ ack__psn

uint32_t ib_base_transport_header::ack__psn

Packet sequence number and acknowledge request.

Definition at line 124 of file ib_packet.h.


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