get_info
status_t get_info();
if (hw->phy.ops.get_info)
return hw->phy.ops.get_info(hw);
s32 (*get_info)(struct igc_hw *);
phy->ops.get_info = igc_null_ops_generic;
phy->ops.get_info = e1000_get_phy_info_m88;
phy->ops.get_info = e1000_get_phy_info_m88;
phy->ops.get_info = e1000_get_phy_info_igp;
phy->ops.get_info = e1000_get_phy_info_m88;
phy->ops.get_info = e1000_get_phy_info_igp;
phy->ops.get_info = e1000_get_phy_info_m88;
phy->ops.get_info = e1000_get_phy_info_m88;
phy->ops.get_info = e1000_get_phy_info_m88;
phy->ops.get_info = e1000_get_phy_info_m88;
phy->ops.get_info = e1000_get_phy_info_igp;
phy->ops.get_info = e1000_get_phy_info_82577;
phy->ops.get_info = e1000_get_phy_info_m88;
if (hw->phy.ops.get_info)
return hw->phy.ops.get_info(hw);
s32 (*get_info)(struct e1000_hw *);
phy->ops.get_info = e1000_get_phy_info_82577;
phy->ops.get_info = e1000_get_phy_info_m88;
phy->ops.get_info = e1000_get_phy_info_igp;
phy->ops.get_info = e1000_get_phy_info_ife;
phy->ops.get_info = e1000_get_phy_info_m88;
phy->ops.get_info = e1000_null_ops_generic;
get_info(table, targets.StringAt(i).String(), verbose);
get_info(table, jobs.StringAt(i).String(), verbose);
get_info(table, command, true);
get_info(table, name, true);
PXENV_UNDI_GET_INFORMATION get_info;
res = call_pxe_bios(fPxeData, UNDI_GET_INFORMATION, &get_info);
if (res != 0 || get_info.Status != 0) {
dprintf("PXENV_UNDI_GET_INFORMATION failed, res %x, status %x\n", res, get_info.Status);
TRACE("Status = %x\n", get_info.Status);
TRACE("BaseIo = %x\n", get_info.BaseIo);
TRACE("IntNumber = %x\n", get_info.IntNumber);
TRACE("MaxTranUnit = %x\n", get_info.MaxTranUnit);
TRACE("HwType = %x\n", get_info.HwType);
TRACE("HwAddrLen = %x\n", get_info.HwAddrLen);
TRACE("RxBufCt = %x\n", get_info.RxBufCt);
TRACE("TxBufCt = %x\n", get_info.TxBufCt);
fMACAddress = get_info.CurrentNodeAddress;