Home
last modified time | relevance | path

Searched defs:phy_id (Results 226 - 250 of 396) sorted by relevance

12345678910>>...16

/kernel/linux/linux-5.10/drivers/net/ethernet/sis/
H A Dsis900.c895 static int mdio_read(struct net_device *net_dev, int phy_id, int location) in mdio_read() argument
940 static void mdio_write(struct net_device *net_dev, int phy_id, int location, in mdio_write() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/smsc/
H A Depic100.c605 static int mdio_read(struct net_device *dev, int phy_id, int location) in mdio_read() argument
629 static void mdio_write(struct net_device *dev, int phy_id, int loc, int value) in mdio_write() argument
/kernel/linux/linux-5.10/drivers/net/usb/
H A Dsmsc95xx.c182 static u32 mii_address_cmd(int phy_id, int idx, u16 op) in mii_address_cmd() argument
187 static int __smsc95xx_mdio_read(struct usbnet *dev, int phy_id, int idx, in __smsc95xx_mdio_read() argument
235 static void __smsc95xx_mdio_write(struct usbnet *dev, int phy_id, in __smsc95xx_mdio_write() argument
291 static int smsc95xx_mdiobus_read(struct mii_bus *bus, int phy_id, int idx) in smsc95xx_mdiobus_read() argument
298 static int smsc95xx_mdiobus_write(struct mii_bus *bus, int phy_id, int idx, in smsc95xx_mdiobus_write() argument
[all...]
H A Dsmsc75xx.c181 static int __smsc75xx_mdio_read(struct net_device *netdev, int phy_id, int idx, in __smsc75xx_mdio_read() argument
228 static void __smsc75xx_mdio_write(struct net_device *netdev, int phy_id, in __smsc75xx_mdio_write() argument
273 static int smsc75xx_mdio_read_nopm(struct net_device *netdev, int phy_id, in smsc75xx_mdio_read_nopm() argument
279 static void smsc75xx_mdio_write_nopm(struct net_device *netdev, int phy_id, in smsc75xx_mdio_write_nopm() argument
285 smsc75xx_mdio_read(struct net_device *netdev, int phy_id, int idx) smsc75xx_mdio_read() argument
290 smsc75xx_mdio_write(struct net_device *netdev, int phy_id, int idx, int regval) smsc75xx_mdio_write() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/phy/
H A Dphy_device.c530 static int phy_request_driver_module(struct phy_device *dev, u32 phy_id) in phy_request_driver_module() argument
550 phy_device_create(struct mii_bus *bus, int addr, u32 phy_id, bool is_c45, struct phy_c45_device_ids *c45_ids) phy_device_create() argument
790 get_phy_c22_id(struct mii_bus *bus, int addr, u32 *phy_id) get_phy_c22_id() argument
841 u32 phy_id = 0; get_phy_device() local
[all...]
H A Dphylink.c1805 static int phylink_phy_read(struct phylink *pl, unsigned int phy_id, in phylink_phy_read() argument
1845 static int phylink_phy_write(struct phylink *pl, unsigned int phy_id, in phylink_phy_write() argument
1886 phylink_mii_read(struct phylink *pl, unsigned int phy_id, unsigned int reg) phylink_mii_read() argument
1914 phylink_mii_write(struct phylink *pl, unsigned int phy_id, unsigned int reg, unsigned int val) phylink_mii_write() argument
[all...]
H A Dat803x.c404 static bool at803x_match_phy_id(struct phy_device *phydev, u32 phy_id) in at803x_match_phy_id() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/alx/
H A Dhw.h492 u16 phy_id[2]; member
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atlx/
H A Datl1.c979 static int mdio_read(struct net_device *netdev, int phy_id, int reg_num) in mdio_read() argument
989 static void mdio_write(struct net_device *netdev, int phy_id, int reg_num, in mdio_write() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_main.c444 static int atl1e_mdio_read(struct net_device *netdev, int phy_id, int reg_num) in atl1e_mdio_read() argument
453 static void atl1e_mdio_write(struct net_device *netdev, int phy_id, in atl1e_mdio_write() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/
H A Daq_hw.h199 u16 phy_id; member
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/
H A Db44.c302 static int b44_mdio_read_mii(struct net_device *dev, int phy_id, int location) in b44_mdio_read_mii() argument
312 static void b44_mdio_write_mii(struct net_device *dev, int phy_id, int location, in b44_mdio_write_mii() argument
319 static int b44_mdio_read_phylib(struct mii_bus *bus, int phy_id, int location) in b44_mdio_read_phylib() argument
329 static int b44_mdio_write_phylib(struct mii_bus *bus, int phy_id, int location, in b44_mdio_write_phylib() argument
H A Dbcm63xx_enet.c859 char phy_id[MII_BUS_ID_SIZE + 3]; in bcm_enet_open() local
1922 bcmenet_sw_mdio_read(struct bcm_enet_priv *priv, int ext, int phy_id, int location) bcmenet_sw_mdio_read() argument
1945 bcmenet_sw_mdio_write(struct bcm_enet_priv *priv, int ext, int phy_id, int location, uint16_t data) bcmenet_sw_mdio_write() argument
2383 bcm_enetsw_phy_is_external(struct bcm_enet_priv *priv, int phy_id) bcm_enetsw_phy_is_external() argument
2402 bcm_enetsw_mii_mdio_read(struct net_device *dev, int phy_id, int location) bcm_enetsw_mii_mdio_read() argument
2416 bcm_enetsw_mii_mdio_write(struct net_device *dev, int phy_id, int location, int val) bcm_enetsw_mii_mdio_write() argument
[all...]
H A Dbcm63xx_enet.h282 int phy_id; member
/kernel/linux/linux-5.10/drivers/net/ethernet/cirrus/
H A Dep93xx_eth.c184 static int ep93xx_mdio_read(struct net_device *dev, int phy_id, int reg) in ep93xx_mdio_read() argument
208 static void ep93xx_mdio_write(struct net_device *dev, int phy_id, int reg, int data) in ep93xx_mdio_write() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/dec/tulip/
H A Dwinbond-840.c554 static int mdio_read(struct net_device *dev, int phy_id, int location) in mdio_read() argument
584 static void mdio_write(struct net_device *dev, int phy_id, int location, int value) in mdio_write() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/ti/
H A Dcpmac.c265 static int cpmac_mdio_read(struct mii_bus *bus, int phy_id, int reg) in cpmac_mdio_read() argument
279 static int cpmac_mdio_write(struct mii_bus *bus, int phy_id, in cpmac_mdio_write() argument
1056 int rc, phy_id; in cpmac_probe() local
[all...]
/kernel/linux/linux-5.10/drivers/scsi/aic94xx/
H A Daic94xx_sds.c417 u8 phy_id; member
/kernel/linux/linux-5.10/drivers/scsi/isci/
H A Dhost.c1929 u32 phy_id; in sci_controller_afe_initialization() local
/kernel/linux/linux-5.10/drivers/scsi/mvsas/
H A Dmv_sas.c166 int rc = 0, phy_id = sas_phy->id; in mvs_phy_control() local
1195 int phy_id; in mvs_dev_found_notify() local
[all...]
/kernel/linux/linux-5.10/drivers/scsi/pm8001/
H A Dpm80xx_hwi.c3218 u8 phy_id = (u8)((phyid_npip_portstate & 0xFF0000) >> 16); in hw_event_port_recover() local
3256 u8 phy_id = in hw_event_sas_phy_up() local
3333 u8 phy_id = hw_event_sata_phy_up() local
3379 u8 phy_id = hw_event_phy_down() local
3444 u32 phy_id = mpi_phy_start_resp() local
3507 u8 phy_id = mpi_hw_event() local
4719 pm80xx_chip_phy_start_req(struct pm8001_hba_info *pm8001_ha, u8 phy_id) pm80xx_chip_phy_start_req() argument
4758 pm80xx_chip_phy_stop_req(struct pm8001_hba_info *pm8001_ha, u8 phy_id) pm80xx_chip_phy_stop_req() argument
4785 u32 linkrate, phy_id; pm80xx_chip_reg_dev_req() local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/packetengines/
H A Dhamachi.c813 static int mdio_read(struct net_device *dev, int phy_id, int location) in mdio_read() argument
831 static void mdio_write(struct net_device *dev, int phy_id, int location, int value) in mdio_write() argument
H A Dyellowfin.c543 static int mdio_read(void __iomem *ioaddr, int phy_id, int location) in mdio_read() argument
555 static void mdio_write(void __iomem *ioaddr, int phy_id, int location, int value) in mdio_write() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/renesas/
H A Dsh_eth.c2012 char phy_id[MII_BUS_ID_SIZE + 3]; in sh_eth_phy_init() local
/kernel/linux/linux-5.10/drivers/scsi/libsas/
H A Dsas_expander.c195 static void sas_set_ex_phy(struct domain_device *dev, int phy_id, void *rsp) in sas_set_ex_phy() argument
345 sas_ex_to_ata(struct domain_device *ex_dev, int phy_id) sas_ex_to_ata() argument
577 sas_smp_phy_control(struct domain_device *dev, int phy_id, enum phy_func phy_func, struct sas_phy_linkrates *rates) sas_smp_phy_control() argument
617 sas_ex_disable_phy(struct domain_device *dev, int phy_id) sas_ex_disable_phy() argument
703 sas_get_report_phy_sata(struct domain_device *dev, int phy_id, struct smp_resp *rps_resp) sas_get_report_phy_sata() argument
778 sas_ex_discover_end_dev( struct domain_device *parent, int phy_id) sas_ex_discover_end_dev() argument
914 sas_ex_join_wide_port(struct domain_device *parent, int phy_id) sas_ex_join_wide_port() argument
937 sas_ex_discover_expander( struct domain_device *parent, int phy_id) sas_ex_discover_expander() argument
1016 sas_ex_discover_dev(struct domain_device *dev, int phy_id) sas_ex_discover_dev() argument
1386 sas_configure_present(struct domain_device *dev, int phy_id, u8 *sas_addr, int *index, int *present) sas_configure_present() argument
1459 sas_configure_set(struct domain_device *dev, int phy_id, u8 *sas_addr, int index, int include) sas_configure_set() argument
1498 sas_configure_phy(struct domain_device *dev, int phy_id, u8 *sas_addr, int include) sas_configure_phy() argument
1675 sas_get_phy_discover(struct domain_device *dev, int phy_id, struct smp_resp *disc_resp) sas_get_phy_discover() argument
1701 sas_get_phy_change_count(struct domain_device *dev, int phy_id, int *pcc) sas_get_phy_change_count() argument
1719 sas_get_phy_attached_dev(struct domain_device *dev, int phy_id, u8 *sas_addr, enum sas_device_type *type) sas_get_phy_attached_dev() argument
1743 sas_find_bcast_phy(struct domain_device *dev, int *phy_id, int from_phy, bool update) sas_find_bcast_phy() argument
1828 int phy_id = -1; sas_find_bcast_dev() local
1877 sas_unregister_devs_sas_addr(struct domain_device *parent, int phy_id, bool last) sas_unregister_devs_sas_addr() argument
1950 sas_discover_new(struct domain_device *dev, int phy_id) sas_discover_new() argument
1994 sas_rediscover_dev(struct domain_device *dev, int phy_id, bool last, int sibling) sas_rediscover_dev() argument
2075 sas_rediscover(struct domain_device *dev, const int phy_id) sas_rediscover() argument
2121 int i = 0, phy_id; sas_ex_revalidate_domain() local
[all...]

Completed in 59 milliseconds

12345678910>>...16