iPXE
Data Fields
ipoib_remac Struct Reference

eIPoIB Remote Ethernet MAC address More...

#include <ipoib.h>

Data Fields

uint32_t qpn
 Remote QPN. More...
 
uint16_t lid
 Remote LID. More...
 

Detailed Description

eIPoIB Remote Ethernet MAC address

An eIPoIB REMAC address is an Ethernet-like (6 byte) link-layer pseudo-address used to look up a full IPoIB link-layer address.

Definition at line 48 of file ipoib.h.

Field Documentation

◆ qpn

uint32_t ipoib_remac::qpn

Remote QPN.

Must be ORed with EIPOIB_QPN_LA so that eIPoIB REMAC addresses are considered as locally-assigned Ethernet MAC addreses.

Definition at line 55 of file ipoib.h.

Referenced by ipoib_complete_recv().

◆ lid

uint16_t ipoib_remac::lid

Remote LID.

Definition at line 57 of file ipoib.h.

Referenced by ipoib_complete_recv().


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