Lines Matching defs:hip04_priv
209 struct hip04_priv { struct
210 void __iomem *base;
212 void __iomem *sysctrl_base;
214 phy_interface_t phy_mode;
215 int chan;
216 unsigned int port;
217 unsigned int group;
218 unsigned int speed;
219 unsigned int duplex;
220 unsigned int reg_inten;
222 struct napi_struct napi;
223 struct device *dev;
224 struct net_device *ndev;
226 struct tx_desc *tx_desc;
227 dma_addr_t tx_desc_dma;
228 struct sk_buff *tx_skb[TX_DESC_NUM];
229 dma_addr_t tx_phys[TX_DESC_NUM];
230 unsigned int tx_head;
232 int tx_coalesce_frames;
233 int tx_coalesce_usecs;
234 struct hrtimer tx_coalesce_timer;
258 struct hip04_priv *priv = netdev_priv(ndev); in hip04_config_port() argument