iPXE
|
An Infiniband multicast GID. More...
#include <infiniband.h>
Data Fields | |
struct list_head | list |
List of multicast GIDs on this QP. More... | |
union ib_gid | gid |
Multicast GID. More... | |
An Infiniband multicast GID.
Definition at line 130 of file infiniband.h.
struct list_head ib_multicast_gid::list |
List of multicast GIDs on this QP.
Definition at line 132 of file infiniband.h.
Referenced by ib_find_qp_mgid(), and ib_mcast_detach().
union ib_gid ib_multicast_gid::gid |
Multicast GID.
Definition at line 134 of file infiniband.h.