Lines Matching defs:plat_stmmacenet_data
32 struct plat_stmmacenet_data { struct
33 int bus_id;
34 int pbl;
35 int clk_csr;
36 int has_gmac;
37 int enh_desc;
38 int tx_coe;
39 int bugged_jumbo;
40 int pmt;
41 void (*fix_mac_speed)(void *priv, unsigned int speed);
42 void (*bus_setup)(void __iomem *ioaddr);
43 int (*init)(struct platform_device *pdev);
44 void (*exit)(struct platform_device *pdev);
45 void *custom_cfg;
46 void *bsp_priv;