Searched defs:phy (Results 1 - 25 of 151) sorted by relevance

1234567

/freebsd-10-stable/sys/dev/etherswitch/arswitch/
H A Darswitch_phy.c76 arswitch_readphy(device_t dev, int phy, int reg) argument
117 arswitch_writephy(device_t dev, int phy, int reg, int data) argument
[all...]
H A Darswitch_reg.c65 arswitch_split_setpage(device_t dev, uint32_t addr, uint16_t *phy, argument
89 uint16_t phy, reg; local
105 arswitch_writedbg(device_t dev, int phy, uint16_t dbg_addr, argument
108 (void) MDIO_WRITEREG(device_get_parent(dev), phy, local
110 (void) MDIO_WRITEREG(device_get_parent(dev), phy, local
120 uint16_t phy, reg; local
[all...]
H A Darswitch.c136 int phy, err = 0; local
352 arswitch_portforphy(int phy) argument
360 int phy = port-1; local
370 int phy = port-1; local
[all...]
/freebsd-10-stable/sys/dev/mii/
H A Dukphy_subr.c59 ukphy_status(struct mii_softc *phy) argument
[all...]
H A Dtdkphy.c153 tdkphy_status(struct mii_softc *phy) argument
[all...]
H A Drlswitch.c373 rlswitch_status(struct mii_softc *phy) argument
387 int phy, reg, val; local
H A Dmii_bitbang.c118 mii_bitbang_readreg(device_t dev, mii_bitbang_ops_t ops, int phy, int reg) argument
166 mii_bitbang_writereg(device_t dev, mii_bitbang_ops_t ops, int phy, int reg, argument
H A Drlphy.c176 rlphy_status(struct mii_softc *phy) argument
[all...]
/freebsd-10-stable/bin/pwd/
H A Dpwd.c107 struct stat lg, phy; local
/freebsd-10-stable/sys/dev/etherswitch/ip17x/
H A Dip17x_phy.c54 ip17x_readphy(device_t dev, int phy, int reg) argument
75 ip17x_writephy(device_t dev, int phy, int reg, int data) argument
96 ip17x_updatephy(device_t dev, int phy, int reg, int mask, int value) argument
[all...]
H A Dip17x_vlans.c62 int i, j, phy; local
143 uint32_t phy; local
H A Dip175c.c84 int i, err, phy; local
/freebsd-10-stable/sys/dev/etherswitch/
H A Dmdio.c72 mdio_readreg(device_t dev, int phy, int reg) argument
79 mdio_writereg(device_t dev, int phy, int reg, int val) argument
H A Dmiiproxy.c284 miiproxy_readreg(device_t dev, int phy, int reg) argument
294 miiproxy_writereg(device_t dev, int phy, int reg, int val) argument
/freebsd-10-stable/sys/dev/usb/net/
H A Druephy.c192 ruephy_status(struct mii_softc *phy) argument
/freebsd-10-stable/sys/dev/patm/
H A Dif_patm.c431 bus_addr_t phy; local
498 bus_addr_t *phy = arg; local
[all...]
/freebsd-10-stable/sys/dev/tsec/
H A Dif_tsec_fdt.c158 phandle_t phy; local
/freebsd-10-stable/sys/mips/cavium/octe/
H A Docte.c219 octe_miibus_readreg(device_t dev, int phy, int reg) argument
240 octe_miibus_writereg(device_t dev, int phy, int reg, int val) argument
[all...]
/freebsd-10-stable/sys/net80211/
H A Dieee80211_phy.h69 uint8_t phy; /* CCK/OFDM/TURBO */ member in struct:ieee80211_rate_table::__anon10591
/freebsd-10-stable/sys/dev/e1000/
H A De1000_82540.c68 struct e1000_phy_info *phy = &hw->phy; local
[all...]
H A De1000_82542.c60 struct e1000_phy_info *phy = &hw->phy; local
/freebsd-10-stable/sys/dev/mps/
H A Dmps_table.c321 MPI2_EVENT_SAS_TOPO_PHY_ENTRY *phy; local
/freebsd-10-stable/sys/cam/scsi/
H A Dsmp_all.c520 smp_discover(struct ccb_smpio *smpio, uint32_t retries, void (*cbfcnp)(struct cam_periph *, union ccb *), struct smp_discover_request *request, int request_len, uint8_t *response, int response_len, int long_response, int ignore_zone_group, int phy, uint32_t timeout) argument
580 smp_phy_control(struct ccb_smpio *smpio, uint32_t retries, void (*cbfcnp)(struct cam_periph *, union ccb *), struct smp_phy_control_request *request, int request_len, uint8_t *response, int response_len, int long_response, uint32_t expected_exp_change_count, int phy, int phy_op, int update_pp_timeout_val, uint64_t attached_device_name, int prog_min_prl, int prog_max_prl, int slumber_partial, int pp_timeout_value, uint32_t timeout) argument
/freebsd-10-stable/sys/dev/cxgb/common/
H A Dcxgb_tn1010.c76 static int tn1010_reset(struct cphy *phy, int wait) argument
83 static int tn1010_power_down(struct cphy *phy, int enable) argument
89 static int tn1010_autoneg_enable(struct cphy *phy) argument
100 static int tn1010_autoneg_restart(struct cphy *phy) argument
111 tn1010_advertise(struct cphy *phy, unsigned int advert) argument
132 tn1010_get_link_status(struct cphy *phy, int *link_state, int *speed, int *duplex, int *fc) argument
177 tn1010_set_speed_duplex(struct cphy *phy, int speed, int duplex) argument
[all...]
/freebsd-10-stable/sys/dev/etherswitch/ukswitch/
H A Dukswitch.c113 int phy, port = 0, err = 0; local
254 ukswitch_portforphy(struct ukswitch_softc *sc, int phy) argument
348 int err, phy; local
461 ukswitch_readphy(device_t dev, int phy, int reg) argument
482 ukswitch_writephy(device_t dev, int phy, int reg, int data) argument
[all...]

Completed in 207 milliseconds

1234567