Lines Matching defs:dev

227 static int b53_do_vlan_op(struct b53_device *dev, u8 op)  in b53_do_vlan_op()
246 static void b53_set_vlan_entry(struct b53_device *dev, u16 vid, in b53_set_vlan_entry()
286 static void b53_get_vlan_entry(struct b53_device *dev, u16 vid, in b53_get_vlan_entry()
325 static void b53_set_forwarding(struct b53_device *dev, int enable) in b53_set_forwarding()
352 static void b53_enable_vlan(struct b53_device *dev, bool enable, in b53_enable_vlan()
436 static int b53_set_jumbo(struct b53_device *dev, bool enable, bool allow_10_100) in b53_set_jumbo()
455 static int b53_flush_arl(struct b53_device *dev, u8 mask) in b53_flush_arl()
481 static int b53_fast_age_port(struct b53_device *dev, int port) in b53_fast_age_port()
488 static int b53_fast_age_vlan(struct b53_device *dev, u16 vid) in b53_fast_age_vlan()
497 struct b53_device *dev = ds->priv; in b53_imp_vlan_setup() local
513 static void b53_port_set_learning(struct b53_device *dev, int port, in b53_port_set_learning()
528 struct b53_device *dev = ds->priv; in b53_enable_port() local
571 struct b53_device *dev = ds->priv; in b53_disable_port() local
586 struct b53_device *dev = ds->priv; in b53_brcm_hdr_setup() local
657 static void b53_enable_cpu_port(struct b53_device *dev, int port) in b53_enable_cpu_port()
676 static void b53_enable_mib(struct b53_device *dev) in b53_enable_mib()
685 static u16 b53_default_pvid(struct b53_device *dev) in b53_default_pvid()
695 struct b53_device *dev = ds->priv; in b53_configure_vlan() local
734 static void b53_switch_reset_gpio(struct b53_device *dev) in b53_switch_reset_gpio()
752 static int b53_switch_reset(struct b53_device *dev) in b53_switch_reset()
871 static const struct b53_mib_desc *b53_get_mib(struct b53_device *dev) in b53_get_mib()
883 static unsigned int b53_get_mib_size(struct b53_device *dev) in b53_get_mib_size()
911 struct b53_device *dev = ds->priv; in b53_get_strings() local
933 struct b53_device *dev = ds->priv; in b53_get_ethtool_stats() local
978 struct b53_device *dev = ds->priv; in b53_get_sset_count() local
1001 struct b53_device *dev = priv; in b53_devlink_vlan_table_get() local
1018 struct b53_device *dev = ds->priv; in b53_setup_devlink_resources() local
1045 struct b53_device *dev = ds->priv; in b53_setup() local
1081 static void b53_force_link(struct b53_device *dev, int port, int link) in b53_force_link()
1103 static void b53_force_port_config(struct b53_device *dev, int port, in b53_force_port_config()
1154 struct b53_device *dev = ds->priv; in b53_adjust_link() local
1247 struct b53_device *dev = ds->priv; in b53_port_event() local
1261 struct b53_device *dev = ds->priv; in b53_phylink_validate() local
1303 struct b53_device *dev = ds->priv; in b53_phylink_mac_link_state() local
1319 struct b53_device *dev = ds->priv; in b53_phylink_mac_config() local
1333 struct b53_device *dev = ds->priv; in b53_phylink_mac_an_restart() local
1344 struct b53_device *dev = ds->priv; in b53_phylink_mac_link_down() local
1367 struct b53_device *dev = ds->priv; in b53_phylink_mac_link_up() local
1388 struct b53_device *dev = ds->priv; in b53_vlan_filtering() local
1402 struct b53_device *dev = ds->priv; in b53_vlan_prepare() local
1427 struct b53_device *dev = ds->priv; in b53_vlan_add() local
1462 struct b53_device *dev = ds->priv; in b53_vlan_del() local
1495 static int b53_arl_op_wait(struct b53_device *dev) in b53_arl_op_wait()
1513 static int b53_arl_rw_op(struct b53_device *dev, unsigned int op) in b53_arl_rw_op()
1535 static int b53_arl_read(struct b53_device *dev, u64 mac, in b53_arl_read()
1580 static int b53_arl_op(struct b53_device *dev, int op, int port, in b53_arl_op()
1679 static int b53_arl_search_wait(struct b53_device *dev) in b53_arl_search_wait()
1698 static void b53_arl_search_rd(struct b53_device *dev, u8 idx, in b53_arl_search_rd()
1805 struct b53_device *dev = ds->priv; in b53_br_join() local
1858 struct b53_device *dev = ds->priv; in b53_br_leave() local
1905 struct b53_device *dev = ds->priv; in b53_br_set_stp_state() local
1939 struct b53_device *dev = ds->priv; in b53_br_fast_age() local
1949 struct b53_device *dev = ds->priv; in b53_br_egress_floods() local
2022 struct b53_device *dev = ds->priv; in b53_get_tag_protocol() local
2050 struct b53_device *dev = ds->priv; in b53_mirror_add() local
2075 struct b53_device *dev = ds->priv; in b53_mirror_del() local
2113 struct b53_device *dev = ds->priv; in b53_eee_enable_set() local
2144 struct b53_device *dev = ds->priv; in b53_get_mac_eee() local
2161 struct b53_device *dev = ds->priv; in b53_set_mac_eee() local
2176 struct b53_device *dev = ds->priv; in b53_change_mtu() local
2521 static int b53_switch_init(struct b53_device *dev) in b53_switch_init()
2622 struct b53_device *dev; in b53_switch_alloc() local
2658 int b53_switch_detect(struct b53_device *dev) in b53_switch_detect()
2725 int b53_switch_register(struct b53_device *dev) in b53_switch_register()