Lines Matching defs:port

116 static void hellcreek_select_port(struct hellcreek *hellcreek, int port)  in hellcreek_select_port()
130 static void hellcreek_select_port_prio(struct hellcreek *hellcreek, int port, in hellcreek_select_port_prio()
165 static void hellcreek_select_tgd(struct hellcreek *hellcreek, int port) in hellcreek_select_tgd()
241 int port, in hellcreek_get_tag_protocol()
247 static int hellcreek_port_enable(struct dsa_switch *ds, int port, in hellcreek_port_enable()
271 static void hellcreek_port_disable(struct dsa_switch *ds, int port) in hellcreek_port_disable()
292 static void hellcreek_get_strings(struct dsa_switch *ds, int port, in hellcreek_get_strings()
305 static int hellcreek_get_sset_count(struct dsa_switch *ds, int port, int sset) in hellcreek_get_sset_count()
313 static void hellcreek_get_ethtool_stats(struct dsa_switch *ds, int port, in hellcreek_get_ethtool_stats()
347 static u16 hellcreek_private_vid(int port) in hellcreek_private_vid()
352 static int hellcreek_vlan_prepare(struct dsa_switch *ds, int port, in hellcreek_vlan_prepare()
380 static void hellcreek_select_vlan_params(struct hellcreek *hellcreek, int port, in hellcreek_select_vlan_params()
406 static void hellcreek_apply_vlan(struct hellcreek *hellcreek, int port, u16 vid, in hellcreek_apply_vlan()
435 static void hellcreek_unapply_vlan(struct hellcreek *hellcreek, int port, in hellcreek_unapply_vlan()
459 static int hellcreek_vlan_add(struct dsa_switch *ds, int port, in hellcreek_vlan_add()
481 static int hellcreek_vlan_del(struct dsa_switch *ds, int port, in hellcreek_vlan_del()
493 static void hellcreek_port_stp_state_set(struct dsa_switch *ds, int port, in hellcreek_port_stp_state_set()
546 static void hellcreek_setup_ingressflt(struct hellcreek *hellcreek, int port, in hellcreek_setup_ingressflt()
588 static void hellcreek_setup_vlan_membership(struct dsa_switch *ds, int port, in hellcreek_setup_vlan_membership()
609 int port, bool enable) in hellcreek_port_set_ucast_flood()
634 int port, bool enable) in hellcreek_port_set_mcast_flood()
658 static int hellcreek_pre_bridge_flags(struct dsa_switch *ds, int port, in hellcreek_pre_bridge_flags()
668 static int hellcreek_bridge_flags(struct dsa_switch *ds, int port, in hellcreek_bridge_flags()
685 static int hellcreek_port_bridge_join(struct dsa_switch *ds, int port, in hellcreek_port_bridge_join()
704 static void hellcreek_port_bridge_leave(struct dsa_switch *ds, int port, in hellcreek_port_bridge_leave()
839 static int hellcreek_fdb_add(struct dsa_switch *ds, int port, in hellcreek_fdb_add()
885 static int hellcreek_fdb_del(struct dsa_switch *ds, int port, in hellcreek_fdb_del()
926 static int hellcreek_fdb_dump(struct dsa_switch *ds, int port, in hellcreek_fdb_dump()
973 static int hellcreek_vlan_filtering(struct dsa_switch *ds, int port, in hellcreek_vlan_filtering()
1468 static void hellcreek_phylink_get_caps(struct dsa_switch *ds, int port, in hellcreek_phylink_get_caps()
1494 hellcreek_port_prechangeupper(struct dsa_switch *ds, int port, in hellcreek_port_prechangeupper()
1544 static void hellcreek_setup_maxsdu(struct hellcreek *hellcreek, int port, in hellcreek_setup_maxsdu()
1567 static void hellcreek_reset_maxsdu(struct hellcreek *hellcreek, int port) in hellcreek_reset_maxsdu()
1583 static void hellcreek_setup_gcl(struct hellcreek *hellcreek, int port, in hellcreek_setup_gcl()
1654 static bool hellcreek_schedule_startable(struct hellcreek *hellcreek, int port) in hellcreek_schedule_startable()
1677 static void hellcreek_start_schedule(struct hellcreek *hellcreek, int port) in hellcreek_start_schedule()
1742 static int hellcreek_port_set_schedule(struct dsa_switch *ds, int port, in hellcreek_port_set_schedule()
1802 static int hellcreek_port_del_schedule(struct dsa_switch *ds, int port) in hellcreek_port_del_schedule()
1876 static int hellcreek_port_setup_tc(struct dsa_switch *ds, int port, in hellcreek_port_setup_tc()
1961 struct hellcreek_port *port = &hellcreek->ports[i]; in hellcreek_probe() local