Lines Matching defs:sparx5_ops
328 struct sparx5_ops { struct
329 bool (*is_port_2g5)(int portno);
330 bool (*is_port_5g)(int portno);
331 bool (*is_port_10g)(int portno);
332 bool (*is_port_25g)(int portno);
333 bool (*is_port_rgmii)(int portno);
334 u32 (*get_port_dev_index)(struct sparx5 *sparx5, int port);
335 u32 (*get_port_dev_bit)(struct sparx5 *sparx5, int port);
336 u32 (*get_hsch_max_group_rate)(int grp);
337 struct sparx5_sdlb_group *(*get_sdlb_group)(int idx);
338 int (*set_port_mux)(struct sparx5 *sparx5, struct sparx5_port *port,
362 const struct sparx5_ops *ops; argument