Searched refs:get_info (Results 1 - 17 of 17) sorted by relevance

/haiku/src/system/boot/platform/pxe_ia32/
H A Dnetwork.cpp172 PXENV_UNDI_GET_INFORMATION get_info; local
216 res = call_pxe_bios(fPxeData, UNDI_GET_INFORMATION, &get_info);
217 if (res != 0 || get_info.Status != 0) {
218 dprintf("PXENV_UNDI_GET_INFORMATION failed, res %x, status %x\n", res, get_info.Status);
222 TRACE("Status = %x\n", get_info.Status);
223 TRACE("BaseIo = %x\n", get_info.BaseIo);
224 TRACE("IntNumber = %x\n", get_info.IntNumber);
225 TRACE("MaxTranUnit = %x\n", get_info.MaxTranUnit);
226 TRACE("HwType = %x\n", get_info.HwType);
227 TRACE("HwAddrLen = %x\n", get_info
[all...]
/haiku/headers/private/device/
H A DJoystickTweaker.h47 status_t get_info();
/haiku/src/bin/
H A Dlaunch_roster.cpp197 get_info(const char* name) function
327 get_info(command);
334 get_info(name);
/haiku/src/kits/device/
H A DJoystickTweaker.cpp147 _BJoystickTweaker::get_info() function in class:_BJoystickTweaker
/haiku/src/add-ons/kernel/drivers/network/ether/intel22x/dev/igc/
H A Digc_api.c517 if (hw->phy.ops.get_info)
518 return hw->phy.ops.get_info(hw);
H A Digc_hw.h387 s32 (*get_info)(struct igc_hw *); member in struct:igc_phy_operations
H A Digc_phy.c30 phy->ops.get_info = igc_null_ops_generic;
/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A De1000_api.c1145 if (hw->phy.ops.get_info)
1146 return hw->phy.ops.get_info(hw);
H A De1000_82571.c120 phy->ops.get_info = e1000_get_phy_info_igp;
132 phy->ops.get_info = e1000_get_phy_info_m88;
147 phy->ops.get_info = e1000_get_phy_info_m88;
H A De1000_82575.c234 phy->ops.get_info = e1000_get_phy_info_m88;
241 phy->ops.get_info = e1000_get_phy_info_m88;
249 phy->ops.get_info = e1000_get_phy_info_igp;
259 phy->ops.get_info = e1000_get_phy_info_82577;
269 phy->ops.get_info = e1000_get_phy_info_m88;
H A De1000_82540.c86 phy->ops.get_info = e1000_get_phy_info_m88;
H A De1000_hw.h779 s32 (*get_info)(struct e1000_hw *); member in struct:e1000_phy_operations
H A De1000_80003es2lan.c113 phy->ops.get_info = e1000_get_phy_info_m88;
H A De1000_82543.c120 phy->ops.get_info = e1000_get_phy_info_m88;
H A De1000_82541.c103 phy->ops.get_info = e1000_get_phy_info_igp;
H A De1000_ich8lan.c525 phy->ops.get_info = e1000_get_phy_info_82577;
532 phy->ops.get_info = e1000_get_phy_info_m88;
602 phy->ops.get_info = e1000_get_phy_info_igp;
611 phy->ops.get_info = e1000_get_phy_info_ife;
621 phy->ops.get_info = e1000_get_phy_info_m88;
H A De1000_phy.c85 phy->ops.get_info = e1000_null_ops_generic;

Completed in 247 milliseconds