iPXE
Data Fields
eoib_peer Struct Reference

An EoIB peer cache entry. More...

Data Fields

struct list_head list
 List of EoIB peer cache entries. More...
 
uint8_t mac [ETH_ALEN]
 Ethernet MAC. More...
 
struct ib_address_vector av
 Infiniband address vector. More...
 

Detailed Description

An EoIB peer cache entry.

Definition at line 78 of file eoib.c.

Field Documentation

◆ list

struct list_head eoib_peer::list

List of EoIB peer cache entries.

Definition at line 80 of file eoib.c.

Referenced by eoib_discard(), eoib_find_peer(), and eoib_flush_peers().

◆ mac

uint8_t eoib_peer::mac[ETH_ALEN]

Ethernet MAC.

Definition at line 82 of file eoib.c.

◆ av

struct ib_address_vector eoib_peer::av

Infiniband address vector.

Definition at line 84 of file eoib.c.

Referenced by eoib_rx_av().


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