Lines Matching defs:altera_tse_priv
213 struct altera_tse_priv { struct
214 struct alt_tse_mac *mac_dev;
215 void *sgdma_rx;
216 void *sgdma_tx;
217 unsigned int rx_fifo_depth;
218 unsigned int tx_fifo_depth;
219 void *rx_desc;
220 void *tx_desc;
221 void *rx_resp;
222 unsigned char *rx_buf;
223 unsigned int phyaddr;
224 unsigned int interface;
225 struct phy_device *phydev;
226 struct mii_dev *bus;
227 const struct tse_ops *ops;
228 int dma_type;