Lines Matching defs:pl

91 #define phylink_printk(level, pl, fmt, ...) \  argument
99 #define phylink_err(pl, fmt, ...) \ argument
101 #define phylink_warn(pl, fmt, ...) \ argument
103 #define phylink_info(pl, fmt, ...) \ argument
106 #define phylink_dbg(pl, fmt, ...) \ argument
114 #define phylink_dbg(pl, fmt, ...) \ argument
117 #define phylink_dbg(pl, fmt, ...) \ argument
656 static int phylink_validate_mac_and_pcs(struct phylink *pl, in phylink_validate_mac_and_pcs()
707 static int phylink_validate_mask(struct phylink *pl, unsigned long *supported, in phylink_validate_mask()
736 static int phylink_validate(struct phylink *pl, unsigned long *supported, in phylink_validate()
750 static int phylink_parse_fixedlink(struct phylink *pl, in phylink_parse_fixedlink()
862 static int phylink_parse_mode(struct phylink *pl, in phylink_parse_mode()
994 static void phylink_apply_manual_flow(struct phylink *pl, in phylink_apply_manual_flow()
1075 static void phylink_pcs_poll_stop(struct phylink *pl) in phylink_pcs_poll_stop()
1081 static void phylink_pcs_poll_start(struct phylink *pl) in phylink_pcs_poll_start()
1087 static void phylink_mac_config(struct phylink *pl, in phylink_mac_config()
1110 static void phylink_pcs_an_restart(struct phylink *pl) in phylink_pcs_an_restart()
1119 static void phylink_major_config(struct phylink *pl, bool restart, in phylink_major_config()
1221 static int phylink_change_inband_advert(struct phylink *pl) in phylink_change_inband_advert()
1259 static void phylink_mac_pcs_get_state(struct phylink *pl, in phylink_mac_pcs_get_state()
1288 static void phylink_get_fixed_state(struct phylink *pl, in phylink_get_fixed_state()
1301 static void phylink_mac_initial_config(struct phylink *pl, bool force_restart) in phylink_mac_initial_config()
1344 static void phylink_link_up(struct phylink *pl, in phylink_link_up()
1400 static void phylink_link_down(struct phylink *pl) in phylink_link_down()
1413 struct phylink *pl = container_of(w, struct phylink, resolve); in phylink_resolve() local
1530 static void phylink_run_resolve(struct phylink *pl) in phylink_run_resolve()
1536 static void phylink_run_resolve_and_disable(struct phylink *pl, int bit) in phylink_run_resolve_and_disable()
1547 static void phylink_enable_and_run_resolve(struct phylink *pl, int bit) in phylink_enable_and_run_resolve()
1555 struct phylink *pl = container_of(t, struct phylink, link_poll); in phylink_fixed_poll() local
1564 static int phylink_register_sfp(struct phylink *pl, in phylink_register_sfp()
1609 struct phylink *pl; in phylink_create() local
1696 void phylink_destroy(struct phylink *pl) in phylink_destroy()
1716 bool phylink_expects_phy(struct phylink *pl) in phylink_expects_phy()
1728 struct phylink *pl = phydev->phylink; in phylink_phy_change() local
1756 static int phylink_bringup_phy(struct phylink *pl, struct phy_device *phy, in phylink_bringup_phy()
1851 static int phylink_attach_phy(struct phylink *pl, struct phy_device *phy, in phylink_attach_phy()
1880 int phylink_connect_phy(struct phylink *pl, struct phy_device *phy) in phylink_connect_phy()
1914 int phylink_of_phy_connect(struct phylink *pl, struct device_node *dn, in phylink_of_phy_connect()
1932 int phylink_fwnode_phy_connect(struct phylink *pl, in phylink_fwnode_phy_connect()
1986 void phylink_disconnect_phy(struct phylink *pl) in phylink_disconnect_phy()
2006 static void phylink_link_changed(struct phylink *pl, bool up, const char *what) in phylink_link_changed()
2022 void phylink_mac_change(struct phylink *pl, bool up) in phylink_mac_change()
2041 struct phylink *pl = pcs->phylink; in phylink_pcs_change() local
2050 struct phylink *pl = data; in phylink_link_handler() local
2065 void phylink_start(struct phylink *pl) in phylink_start()
2135 void phylink_stop(struct phylink *pl) in phylink_stop()
2171 void phylink_suspend(struct phylink *pl, bool mac_wol) in phylink_suspend()
2208 void phylink_resume(struct phylink *pl) in phylink_resume()
2247 void phylink_ethtool_get_wol(struct phylink *pl, struct ethtool_wolinfo *wol) in phylink_ethtool_get_wol()
2270 int phylink_ethtool_set_wol(struct phylink *pl, struct ethtool_wolinfo *wol) in phylink_ethtool_set_wol()
2317 int phylink_ethtool_ksettings_get(struct phylink *pl, in phylink_ethtool_ksettings_get()
2367 int phylink_ethtool_ksettings_set(struct phylink *pl, in phylink_ethtool_ksettings_set()
2535 int phylink_ethtool_nway_reset(struct phylink *pl) in phylink_ethtool_nway_reset()
2554 void phylink_ethtool_get_pauseparam(struct phylink *pl, in phylink_ethtool_get_pauseparam()
2570 int phylink_ethtool_set_pauseparam(struct phylink *pl, in phylink_ethtool_set_pauseparam()
2661 int phylink_get_eee_err(struct phylink *pl) in phylink_get_eee_err()
2681 int phylink_init_eee(struct phylink *pl, bool clk_stop_enable) in phylink_init_eee()
2697 int phylink_ethtool_get_eee(struct phylink *pl, struct ethtool_eee *eee) in phylink_ethtool_get_eee()
2715 int phylink_ethtool_set_eee(struct phylink *pl, struct ethtool_eee *eee) in phylink_ethtool_set_eee()
2754 static int phylink_phy_read(struct phylink *pl, unsigned int phy_id, in phylink_phy_read()
2796 static int phylink_phy_write(struct phylink *pl, unsigned int phy_id, in phylink_phy_write()
2837 static int phylink_mii_read(struct phylink *pl, unsigned int phy_id, in phylink_mii_read()
2865 static int phylink_mii_write(struct phylink *pl, unsigned int phy_id, in phylink_mii_write()
2900 int phylink_mii_ioctl(struct phylink *pl, struct ifreq *ifr, int cmd) in phylink_mii_ioctl()
2972 int phylink_speed_down(struct phylink *pl, bool sync) in phylink_speed_down()
2995 int phylink_speed_up(struct phylink *pl) in phylink_speed_up()
3010 struct phylink *pl = upstream; in phylink_sfp_attach() local
3017 struct phylink *pl = upstream; in phylink_sfp_detach() local
3035 static phy_interface_t phylink_choose_sfp_interface(struct phylink *pl, in phylink_choose_sfp_interface()
3051 static void phylink_sfp_set_config(struct phylink *pl, u8 mode, in phylink_sfp_set_config()
3088 static int phylink_sfp_config_phy(struct phylink *pl, u8 mode, in phylink_sfp_config_phy()
3143 static int phylink_sfp_config_optical(struct phylink *pl) in phylink_sfp_config_optical()
3214 struct phylink *pl = upstream; in phylink_sfp_module_insert() local
3233 struct phylink *pl = upstream; in phylink_sfp_module_start() local
3252 struct phylink *pl = upstream; in phylink_sfp_module_stop() local
3261 struct phylink *pl = upstream; in phylink_sfp_link_down() local
3270 struct phylink *pl = upstream; in phylink_sfp_link_up() local
3288 struct phylink *pl = upstream; in phylink_sfp_connect_phy() local