Lines Matching defs:hip04_priv
150 struct hip04_priv { struct
151 void __iomem *base;
152 int phy_mode;
153 int chan;
154 unsigned int port;
155 unsigned int speed;
156 unsigned int duplex;
157 unsigned int reg_inten;
159 struct napi_struct napi;
160 struct net_device *ndev;
162 struct tx_desc *tx_desc;
163 dma_addr_t tx_desc_dma;
164 struct sk_buff *tx_skb[TX_DESC_NUM];
165 dma_addr_t tx_phys[TX_DESC_NUM];
166 unsigned int tx_head;
168 int tx_coalesce_frames;
169 int tx_coalesce_usecs;
193 struct hip04_priv *priv = netdev_priv(ndev); in hip04_config_port() argument