Lines Matching defs:alx_priv
105 struct alx_priv { struct
106 struct net_device *dev;
108 struct alx_hw hw;
111 int num_vec;
114 struct {
118 } descmem;
120 struct alx_napi *qnapi[ALX_MAX_NAPIS];
121 int num_txq;
122 int num_rxq;
123 int num_napi;
126 spinlock_t irq_lock;
127 u32 int_mask;
129 unsigned int tx_ringsz;
130 unsigned int rx_ringsz;
131 unsigned int rxbuf_size;
133 struct work_struct link_check_wk;
134 struct work_struct reset_wk;
136 u16 msg_enable;
139 spinlock_t stats_lock;
141 struct mutex mtx;