Lines Matching defs:sja1105_info
71 struct sja1105_info { struct
72 u64 device_id;
77 u64 part_no;
82 int ptp_ts_bits;
86 int ptpegr_ts_bytes;
87 int num_cbs_shapers;
88 const struct sja1105_dynamic_table_ops *dyn_ops;
89 const struct sja1105_table_ops *static_ops;
90 const struct sja1105_regs *regs;
96 u16 qinq_tpid;
97 int (*reset_cmd)(struct dsa_switch *ds);
98 int (*setup_rgmii_delay)(const void *ctx, int port);
100 int (*fdb_add_cmd)(struct dsa_switch *ds, int port,
102 int (*fdb_del_cmd)(struct dsa_switch *ds, int port,
104 void (*ptp_cmd_packing)(u8 *buf, struct sja1105_ptp_cmd *cmd,
106 const char *name;