iPXE
Data Fields
ib_local_route_header Struct Reference

An Infiniband Local Route Header. More...

#include <ib_packet.h>

Data Fields

uint8_t vl__lver
 Virtual lane and link version. More...
 
uint8_t sl__lnh
 Service level and next link header. More...
 
uint16_t dlid
 Destination LID. More...
 
uint16_t length
 Packet length. More...
 
uint16_t slid
 Source LID. More...
 

Detailed Description

An Infiniband Local Route Header.

Definition at line 55 of file ib_packet.h.

Field Documentation

◆ vl__lver

uint8_t ib_local_route_header::vl__lver

Virtual lane and link version.

Definition at line 57 of file ib_packet.h.

Referenced by ib_push().

◆ sl__lnh

uint8_t ib_local_route_header::sl__lnh

Service level and next link header.

Definition at line 59 of file ib_packet.h.

Referenced by ib_pull(), and ib_push().

◆ dlid

uint16_t ib_local_route_header::dlid

Destination LID.

Definition at line 61 of file ib_packet.h.

Referenced by ib_pull(), and ib_push().

◆ length

uint16_t ib_local_route_header::length

Packet length.

Definition at line 63 of file ib_packet.h.

Referenced by ib_pull(), and ib_push().

◆ slid

uint16_t ib_local_route_header::slid

Source LID.

Definition at line 65 of file ib_packet.h.

Referenced by ib_pull(), and ib_push().


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