iPXE
|
Infiniband device management. More...
#include <string.h>
#include <stdio.h>
#include <errno.h>
#include <byteswap.h>
#include <ipxe/infiniband.h>
#include <usr/ibmgmt.h>
Go to the source code of this file.
Functions | |
FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
void | ibstat (struct ib_device *ibdev) |
Print status of Infiniband device. More... | |
Infiniband device management.
Definition in file ibmgmt.c.
FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
void ibstat | ( | struct ib_device * | ibdev | ) |
Print status of Infiniband device.
ibdev | Infiniband device |
Definition at line 44 of file ibmgmt.c.
References ib_device::dev, device::driver_name, ib_device::gid, ib_gid::guid, IB_GUID_ARGS, IB_GUID_FMT, ib_is_open(), ib_link_ok(), ib_queue_pair::ibdev, ib_device::lid, ib_queue_pair::list, list_for_each_entry, device::name, ib_device::name, ib_device::port, ib_device::port_state, ib_gid::prefix, printf(), qp, ib_device::qps, and ib_gid::s.
Referenced by ibstat_exec().