Lines Matching defs:ftgmac100
63 struct ftgmac100 { struct
70 struct ftgmac100_rxdes *rxdes; argument
78 struct ftgmac100_txdes *txdes; argument
79 dma_addr_t txdes_dma;
80 struct sk_buff **tx_skbs;
81 unsigned int tx_clean_pointer;
82 unsigned int tx_pointer;
83 u32 txdes0_edotr_mask;
86 unsigned int new_rx_q_entries;
87 unsigned int new_tx_q_entries;
90 void *rx_scratch;
91 dma_addr_t rx_scratch_dma;
94 struct net_device *netdev;
95 struct device *dev;
96 struct ncsi_dev *ndev;
97 struct napi_struct napi;
98 struct work_struct reset_task;
99 struct mii_bus *mii_bus;
100 struct clk *clk;
124 static int ftgmac100_reset_mac(struct ftgmac100 *priv, u32 maccr) in ftgmac100_reset_mac() argument