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
1697 void phylink_destroy(struct phylink *pl) in phylink_destroy()
1717 bool phylink_expects_phy(struct phylink *pl) in phylink_expects_phy()
1729 struct phylink *pl = phydev->phylink; in phylink_phy_change() local
1757 static int phylink_bringup_phy(struct phylink *pl, struct phy_device *phy, in phylink_bringup_phy()
1852 static int phylink_attach_phy(struct phylink *pl, struct phy_device *phy, in phylink_attach_phy()
1881 int phylink_connect_phy(struct phylink *pl, struct phy_device *phy) in phylink_connect_phy()
1915 int phylink_of_phy_connect(struct phylink *pl, struct device_node *dn, in phylink_of_phy_connect()
1933 int phylink_fwnode_phy_connect(struct phylink *pl, in phylink_fwnode_phy_connect()
1987 void phylink_disconnect_phy(struct phylink *pl) in phylink_disconnect_phy()
2007 static void phylink_link_changed(struct phylink *pl, bool up, const char *what) in phylink_link_changed()
2023 void phylink_mac_change(struct phylink *pl, bool up) in phylink_mac_change()
2042 struct phylink *pl = pcs->phylink; in phylink_pcs_change() local
2051 struct phylink *pl = data; in phylink_link_handler() local
2066 void phylink_start(struct phylink *pl) in phylink_start()
2136 void phylink_stop(struct phylink *pl) in phylink_stop()
2172 void phylink_suspend(struct phylink *pl, bool mac_wol) in phylink_suspend()
2209 void phylink_resume(struct phylink *pl) in phylink_resume()
2248 void phylink_ethtool_get_wol(struct phylink *pl, struct ethtool_wolinfo *wol) in phylink_ethtool_get_wol()
2271 int phylink_ethtool_set_wol(struct phylink *pl, struct ethtool_wolinfo *wol) in phylink_ethtool_set_wol()
2318 int phylink_ethtool_ksettings_get(struct phylink *pl, in phylink_ethtool_ksettings_get()
2368 int phylink_ethtool_ksettings_set(struct phylink *pl, in phylink_ethtool_ksettings_set()
2536 int phylink_ethtool_nway_reset(struct phylink *pl) in phylink_ethtool_nway_reset()
2555 void phylink_ethtool_get_pauseparam(struct phylink *pl, in phylink_ethtool_get_pauseparam()
2571 int phylink_ethtool_set_pauseparam(struct phylink *pl, in phylink_ethtool_set_pauseparam()
2662 int phylink_get_eee_err(struct phylink *pl) in phylink_get_eee_err()
2682 int phylink_init_eee(struct phylink *pl, bool clk_stop_enable) in phylink_init_eee()
2698 int phylink_ethtool_get_eee(struct phylink *pl, struct ethtool_eee *eee) in phylink_ethtool_get_eee()
2716 int phylink_ethtool_set_eee(struct phylink *pl, struct ethtool_eee *eee) in phylink_ethtool_set_eee()
2755 static int phylink_phy_read(struct phylink *pl, unsigned int phy_id, in phylink_phy_read()
2797 static int phylink_phy_write(struct phylink *pl, unsigned int phy_id, in phylink_phy_write()
2838 static int phylink_mii_read(struct phylink *pl, unsigned int phy_id, in phylink_mii_read()
2866 static int phylink_mii_write(struct phylink *pl, unsigned int phy_id, in phylink_mii_write()
2901 int phylink_mii_ioctl(struct phylink *pl, struct ifreq *ifr, int cmd) in phylink_mii_ioctl()
2973 int phylink_speed_down(struct phylink *pl, bool sync) in phylink_speed_down()
2996 int phylink_speed_up(struct phylink *pl) in phylink_speed_up()
3011 struct phylink *pl = upstream; in phylink_sfp_attach() local
3018 struct phylink *pl = upstream; in phylink_sfp_detach() local
3036 static phy_interface_t phylink_choose_sfp_interface(struct phylink *pl, in phylink_choose_sfp_interface()
3052 static void phylink_sfp_set_config(struct phylink *pl, u8 mode, in phylink_sfp_set_config()
3089 static int phylink_sfp_config_phy(struct phylink *pl, u8 mode, in phylink_sfp_config_phy()
3144 static int phylink_sfp_config_optical(struct phylink *pl) in phylink_sfp_config_optical()
3215 struct phylink *pl = upstream; in phylink_sfp_module_insert() local
3234 struct phylink *pl = upstream; in phylink_sfp_module_start() local
3253 struct phylink *pl = upstream; in phylink_sfp_module_stop() local
3262 struct phylink *pl = upstream; in phylink_sfp_link_down() local
3271 struct phylink *pl = upstream; in phylink_sfp_link_up() local
3289 struct phylink *pl = upstream; in phylink_sfp_connect_phy() local