Searched defs:ftgmac100 (Results 1 – 3 of 3) sorted by relevance
17 struct ftgmac100 { struct18 unsigned int isr; /* 0x00 */19 unsigned int ier; /* 0x04 */20 unsigned int mac_madr; /* 0x08 */21 unsigned int mac_ladr; /* 0x0c */22 unsigned int maht0; /* 0x10 */23 unsigned int maht1; /* 0x14 */24 unsigned int txpd; /* 0x18 */25 unsigned int rxpd; /* 0x1c */26 unsigned int txr_badr; /* 0x20 */[all …]
48 struct ftgmac100 *ftgmac100 = (struct ftgmac100 *)dev->iobase; in ftgmac100_mdiobus_read() local83 struct ftgmac100 *ftgmac100 = (struct ftgmac100 *)dev->iobase; in ftgmac100_mdiobus_write() local254 struct ftgmac100 *ftgmac100 = (struct ftgmac100 *)dev->iobase; in ftgmac100_update_link_speed() local321 struct ftgmac100 *ftgmac100 = (struct ftgmac100 *)dev->iobase; in ftgmac100_reset() local337 struct ftgmac100 *ftgmac100 = (struct ftgmac100 *)dev->iobase; in ftgmac100_set_mac() local359 struct ftgmac100 *ftgmac100 = (struct ftgmac100 *)dev->iobase; in ftgmac100_halt() local368 struct ftgmac100 *ftgmac100 = (struct ftgmac100 *)dev->iobase; in ftgmac100_init() local511 struct ftgmac100 *ftgmac100 = (struct ftgmac100 *)dev->iobase; in ftgmac100_send() local
53 struct ftgmac100 { struct60 struct ftgmac100_rxdes *rxdes; argument68 struct ftgmac100_txdes *txdes; argument69 dma_addr_t txdes_dma;70 struct sk_buff **tx_skbs;71 unsigned int tx_clean_pointer;72 unsigned int tx_pointer;73 u32 txdes0_edotr_mask;76 unsigned int new_rx_q_entries;77 unsigned int new_tx_q_entries;[all …]