Lines Matching defs:alx_priv
79 struct alx_priv { struct
80 struct net_device *dev;
82 struct alx_hw hw;
85 struct {
89 } descmem;
92 spinlock_t irq_lock;
93 u32 int_mask;
95 unsigned int tx_ringsz;
96 unsigned int rx_ringsz;
97 unsigned int rxbuf_size;
99 struct napi_struct napi;
100 struct alx_tx_queue txq;
101 struct alx_rx_queue rxq;
103 struct work_struct link_check_wk;
104 struct work_struct reset_wk;
106 u16 msg_enable;
108 bool msi;
111 spinlock_t stats_lock;