Lines Matching defs:ax88796c_device
92 struct ax88796c_device { struct
93 struct spi_device *spi;
94 struct net_device *ndev;
95 struct ax88796c_pcpu_stats __percpu *stats;
97 struct work_struct ax_work;
99 struct mutex spi_lock; /* device access */
101 struct sk_buff_head tx_wait_q;
103 struct axspi_data ax_spi;
105 struct mii_bus *mdiobus;
106 struct phy_device *phydev;
108 int msg_enable;
110 u16 seq_num;
112 u8 multi_filter[AX_MCAST_FILTER_SIZE];
136 #define to_ax88796c_device(ndev) ((struct ax88796c_device *)netdev_priv(ndev)) argument