Lines Matching defs:sja1105_private
202 struct sja1105_private { struct
203 struct sja1105_static_config static_config;
204 bool rgmii_rx_delay[SJA1105_NUM_PORTS];
205 bool rgmii_tx_delay[SJA1105_NUM_PORTS];
206 bool best_effort_vlan_filtering;
207 const struct sja1105_info *info;
208 struct gpio_desc *reset_gpio;
209 struct spi_device *spidev;
210 struct dsa_switch *ds;
211 struct list_head dsa_8021q_vlans;
212 struct list_head bridge_vlans;
213 struct sja1105_flow_block flow_block;
214 struct sja1105_port ports[SJA1105_NUM_PORTS];
218 struct mutex mgmt_lock;
219 struct dsa_8021q_context *dsa_8021q_ctx;
220 enum sja1105_vlan_state vlan_state;
221 struct devlink_region **regions;
222 struct sja1105_cbs_entry *cbs;
246 int sja1105_static_config_reload(struct sja1105_private *priv, argument