Searched defs:ds (Results 1 – 10 of 10) sorted by relevance
/net/dsa/ |
D | switch.c | 17 static unsigned int dsa_switch_fastest_ageing_time(struct dsa_switch *ds, in dsa_switch_fastest_ageing_time() 32 static int dsa_switch_ageing_time(struct dsa_switch *ds, in dsa_switch_ageing_time() 55 static int dsa_switch_bridge_join(struct dsa_switch *ds, in dsa_switch_bridge_join() 68 static int dsa_switch_bridge_leave(struct dsa_switch *ds, in dsa_switch_bridge_leave() 109 static int dsa_switch_fdb_add(struct dsa_switch *ds, in dsa_switch_fdb_add() 120 static int dsa_switch_fdb_del(struct dsa_switch *ds, in dsa_switch_fdb_del() 131 static bool dsa_switch_mdb_match(struct dsa_switch *ds, int port, in dsa_switch_mdb_match() 143 static int dsa_switch_mdb_prepare(struct dsa_switch *ds, in dsa_switch_mdb_prepare() 162 static int dsa_switch_mdb_add(struct dsa_switch *ds, in dsa_switch_mdb_add() 180 static int dsa_switch_mdb_del(struct dsa_switch *ds, in dsa_switch_mdb_del() [all …]
|
D | dsa2.c | 114 struct dsa_switch *ds; in dsa_tree_find_port_by_node() local 136 struct dsa_switch *ds = dp->ds; in dsa_port_setup_routing_table() local 156 static bool dsa_switch_setup_routing_table(struct dsa_switch *ds) in dsa_switch_setup_routing_table() 180 struct dsa_switch *ds; in dsa_tree_setup_routing_table() local 199 struct dsa_switch *ds; in dsa_tree_find_first_cpu() local 221 struct dsa_switch *ds; in dsa_tree_setup_default_cpu() local 257 struct dsa_switch *ds = dp->ds; in dsa_port_setup() local 368 static int dsa_switch_setup(struct dsa_switch *ds) in dsa_switch_setup() 428 static void dsa_switch_teardown(struct dsa_switch *ds) in dsa_switch_teardown() 448 struct dsa_switch *ds; in dsa_tree_setup_switches() local [all …]
|
D | port.c | 29 struct dsa_switch *ds = dp->ds; in dsa_port_set_state() local 68 struct dsa_switch *ds = dp->ds; in dsa_port_enable_rt() local 100 struct dsa_switch *ds = dp->ds; in dsa_port_disable_rt() local 180 struct dsa_switch *ds = dp->ds; in dsa_port_can_apply_vlan_filtering() local 213 struct dsa_switch *ds = dp->ds; in dsa_port_vlan_filtering() local 262 struct dsa_switch *ds = dp->ds; in dsa_port_pre_bridge_flags() local 274 struct dsa_switch *ds = dp->ds; in dsa_port_bridge_flags() local 291 struct dsa_switch *ds = dp->ds; in dsa_port_mrouter() local 329 struct dsa_switch *ds = dp->ds; in dsa_port_fdb_dump() local 447 struct dsa_switch *ds = dp->ds; in dsa_port_phylink_validate() local [all …]
|
D | slave.c | 30 struct dsa_switch *ds = bus->priv; in dsa_slave_phy_read() local 40 struct dsa_switch *ds = bus->priv; in dsa_slave_phy_write() local 48 void dsa_slave_mii_bus_init(struct dsa_switch *ds) in dsa_slave_mii_bus_init() 257 struct dsa_switch *ds = p->dp->ds; in dsa_slave_ioctl() local 431 struct dsa_switch *ds = dp->ds; in dsa_slave_get_port_parent_id() local 464 struct dsa_switch *ds = p->dp->ds; in dsa_skb_tx_timestamp() local 553 struct dsa_switch *ds = dp->ds; in dsa_port_xmit_work() local 576 struct dsa_switch *ds = dp->ds; in dsa_slave_get_regs_len() local 588 struct dsa_switch *ds = dp->ds; in dsa_slave_get_regs() local 604 struct dsa_switch *ds = dp->ds; in dsa_slave_get_eeprom_len() local [all …]
|
D | master.c | 15 struct dsa_switch *ds = cpu_dp->ds; in dsa_master_get_regs_len() local 45 struct dsa_switch *ds = cpu_dp->ds; in dsa_master_get_regs() local 81 struct dsa_switch *ds = cpu_dp->ds; in dsa_master_get_ethtool_stats() local 100 struct dsa_switch *ds = cpu_dp->ds; in dsa_master_get_ethtool_phy_stats() local 124 struct dsa_switch *ds = cpu_dp->ds; in dsa_master_get_sset_count() local 147 struct dsa_switch *ds = cpu_dp->ds; in dsa_master_get_strings() local 204 struct dsa_switch *ds = cpu_dp->ds; in dsa_master_ethtool_setup() local 238 struct dsa_switch *ds = cpu_dp->ds; in dsa_master_ndo_setup() local
|
D | tag_8021q.c | 65 u16 dsa_8021q_tx_vid(struct dsa_switch *ds, int port) in dsa_8021q_tx_vid() 75 u16 dsa_8021q_rx_vid(struct dsa_switch *ds, int port) in dsa_8021q_rx_vid() 96 static int dsa_8021q_restore_pvid(struct dsa_switch *ds, int port) in dsa_8021q_restore_pvid() 130 static int dsa_8021q_vid_apply(struct dsa_switch *ds, int port, u16 vid, in dsa_8021q_vid_apply() 221 int dsa_port_setup_8021q_tagging(struct dsa_switch *ds, int port, bool enabled) in dsa_port_setup_8021q_tagging()
|
D | dsa.c | 182 struct dsa_switch *ds = p->dp->ds; in dsa_skb_defer_rx_timestamp() local 247 static bool dsa_is_port_initialized(struct dsa_switch *ds, int p) in dsa_is_port_initialized() 252 int dsa_switch_suspend(struct dsa_switch *ds) in dsa_switch_suspend() 273 int dsa_switch_resume(struct dsa_switch *ds) in dsa_switch_resume()
|
D | tag_sja1105.c | 90 struct dsa_switch *ds = dp->ds; in sja1105_xmit() local
|
D | dsa_priv.h | 110 struct dsa_switch *ds; in dsa_master_find_slave() local
|
/net/netfilter/ipvs/ |
D | ip_vs_mh.c | 126 struct ip_vs_mh_dest_setup *ds; in ip_vs_mh_permutate() local 165 struct ip_vs_mh_dest_setup *ds; in ip_vs_mh_populate() local
|