Lines Matching defs:felix_info
11 struct felix_info { struct
12 const struct resource *target_io_res;
13 const struct resource *port_io_res;
14 const struct resource *imdio_res;
15 const struct reg_field *regfields;
16 const u32 *const *map;
17 const struct ocelot_ops *ops;
18 int num_mact_rows;
19 const struct ocelot_stat_layout *stats_layout;
20 unsigned int num_stats;
21 int num_ports;
22 int num_tx_queues;
23 struct vcap_props *vcap;
24 int switch_pci_bar;
25 int imdio_pci_bar;
26 const struct ptp_clock_info *ptp_caps;
58 const struct felix_info *info; argument