Searched defs:sja1105_private (Results 1 – 1 of 1) sorted by relevance
202 struct sja1105_private { struct203 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;[all …]