iPXE
Data Fields
ib_base_transport_header Struct Reference

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

Detailed Description

An Infiniband Base Transport Header.

Definition at line 113 of file ib_packet.h.

Field Documentation

◆ opcode

uint8_t ib_base_transport_header::opcode

Opcode.

Definition at line 115 of file ib_packet.h.

Referenced by ib_pull(), and ib_push().

◆ 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 117 of file ib_packet.h.

Referenced by ib_pull(), and ib_push().

◆ pkey

uint16_t ib_base_transport_header::pkey

Partition key.

Definition at line 119 of file ib_packet.h.

Referenced by ib_push().

◆ dest_qp

uint32_t ib_base_transport_header::dest_qp

Destination queue pair.

Definition at line 121 of file ib_packet.h.

Referenced by ib_pull(), and ib_push().

◆ ack__psn

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().


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