Searched refs:phy_id (Results 1 - 14 of 14) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/ether/wb840/
H A Dinterface.h11 extern int wb_miibus_readreg(wb_device *, int phy_id, int location);
/haiku/headers/private/firewire/
H A Dfwphyreg.h43 uint8_t phy_id:6, member in struct:phyreg_base
76 phy_id:6;
H A Dfirewire.h307 phy_id:6, member in struct:fw_self_id::__anon356
324 phy_id:6, member in struct:fw_self_id::__anon357
342 phy_id:6, member in struct:fw_self_id::__anon358
369 phy_id:6, member in struct:fw_self_id::__anon359
386 phy_id:6, member in struct:fw_self_id::__anon360
400 phy_id:6, member in struct:fw_self_id::__anon361
/haiku/src/add-ons/kernel/drivers/network/ether/intel22x/dev/igc/
H A Digc_phy.c137 u16 phy_id; local
144 ret_val = phy->ops.read_reg(hw, PHY_ID1, &phy_id);
148 phy->id = (u32)(phy_id << 16);
150 ret_val = phy->ops.read_reg(hw, PHY_ID2, &phy_id);
154 phy->id |= (u32)(phy_id & PHY_REVISION_MASK);
155 phy->revision = (u32)(phy_id & ~PHY_REVISION_MASK);
H A Digc_phy.h28 enum igc_phy_type igc_get_phy_type_from_id(u32 phy_id);
/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A De1000_82571.c465 u16 phy_id = 0; local
484 ret_val = phy->ops.read_reg(hw, PHY_ID1, &phy_id);
488 phy->id = (u32)(phy_id << 16);
490 ret_val = phy->ops.read_reg(hw, PHY_ID2, &phy_id);
494 phy->id |= (u32)(phy_id);
495 phy->revision = (u32)(phy_id & ~PHY_REVISION_MASK);
H A De1000_phy.c229 u16 phy_id; local
238 ret_val = phy->ops.read_reg(hw, PHY_ID1, &phy_id);
242 phy->id = (u32)(phy_id << 16);
244 ret_val = phy->ops.read_reg(hw, PHY_ID2, &phy_id);
248 phy->id |= (u32)(phy_id & PHY_REVISION_MASK);
249 phy->revision = (u32)(phy_id & ~PHY_REVISION_MASK);
2997 * @phy_id: phy_id read from the phy
3001 enum e1000_phy_type e1000_get_phy_type_from_id(u32 phy_id) argument
3005 switch (phy_id) {
[all...]
H A De1000_phy.h90 enum e1000_phy_type e1000_get_phy_type_from_id(u32 phy_id);
H A De1000_82575.c613 u16 phy_id; local
674 ret_val = e1000_read_phy_reg_sgmii_82575(hw, PHY_ID1, &phy_id);
677 phy_id, phy->addr);
682 if (phy_id == M88_VENDOR)
H A De1000_ich8lan.c204 u32 phy_id = 0; local
213 phy_id = (u32)(phy_reg << 16);
217 phy_id = 0;
220 phy_id |= (u32)(phy_reg & PHY_REVISION_MASK);
225 if (hw->phy.id == phy_id)
227 } else if (phy_id) {
228 hw->phy.id = phy_id;
/haiku/src/add-ons/kernel/bus_managers/firewire/
H A Dfirewire.cpp1349 s->p1.phy_id, s->p1.port3, s->p1.port4,
1354 s->p2.phy_id, s->p2.port11, s->p2.port12,
1358 s->p1.phy_id, s->p1.sequence_num);
1363 s->p0.phy_id, s->p0.link_active, s->p0.gap_count,
1405 node = self_id->p0.phy_id;
1407 fc->max_node = self_id->p0.phy_id;
1418 if ((fc->irm == (u_int)-1 || self_id->p0.phy_id > fc->irm) &&
1420 fc->irm = self_id->p0.phy_id;
1771 if ((int)s->p0.phy_id == node)
/haiku/src/bin/fwcontrol/
H A Dfwcontrol.c550 printf("%02d sequel packet\n", sid.p0.phy_id);
555 sid.p0.phy_id,
618 b.phy_id, b.r, b.cps,
/haiku/src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/
H A Dif_iwxreg.h5337 * @phy_id: PHY index
5344 uint32_t phy_id; member in struct:iwx_rlc_config_cmd
H A Dif_iwx.c8040 cmd.phy_id = htole32(phyctxt->id);

Completed in 137 milliseconds