hwitag_find_phyaddr()

Find the PHY address associated with a device

Synopsis:

#include <drvr/hwinfo.h>

int hwitag_find_phyaddr( unsigned hwi_off,
                         unsigned *phy_idx );

Arguments:

hwi_off
The offset into the hwinfo section of the system page for the device, which you can get by calling hwi_find_device().
phy_idx
NULL, or a pointer to a location that holds the index of the PHY address that you want to find; see below.

Library:

libdrvr

Use the -l drvr option to qcc to link against this library.

Description:

You can use hwitag_find_phyaddr() to find one or more PHY addresses associated with the device at hwi_off in the hwinfo section of the system page.

Some devices contain multiple PHY addresses. You can retrieve all of them by using the phy_idx parameter as follows:

Returns:

The PHY address, or -1 on error.

Classification:

QNX Neutrino

Safety:
Cancellation point No
Interrupt handler No
Signal handler No
Thread Yes

See also:

hwi_find(), hwi_find_bus(), hwi_find_device(), hwi_find_devicebus(), hwi_find_num_units(), hwi_find_unit(), hwi_tag_find(), hwiattr_get(), hwiattr_get_*(), hwitag_find_busattr(), hwitag_find_clkfreq(), hwitag_find_errata(), hwitag_find_ivec(), hwitag_find_nicaddr()