Lines Matching refs:alx
45 #include "alx.h"
131 struct alx_priv *alx = netdev_priv(netdev);
132 struct alx_hw *hw = &alx->hw;
180 struct alx_priv *alx = netdev_priv(netdev);
181 struct alx_hw *hw = &alx->hw;
209 struct alx_priv *alx = netdev_priv(netdev);
210 struct alx_hw *hw = &alx->hw;
222 struct alx_priv *alx = netdev_priv(netdev);
223 struct alx_hw *hw = &alx->hw;
263 struct alx_priv *alx = netdev_priv(netdev);
265 return alx->msg_enable;
270 struct alx_priv *alx = netdev_priv(netdev);
272 alx->msg_enable = data;
278 struct alx_priv *alx = netdev_priv(netdev);
279 struct alx_hw *hw = &alx->hw;
281 spin_lock(&alx->stats_lock);
287 spin_unlock(&alx->stats_lock);