Home
last modified time | relevance | path

Searched refs:rt2661_softc (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/ral/
H A Drt2661.c89 static int rt2661_alloc_tx_ring(struct rt2661_softc *,
91 static void rt2661_reset_tx_ring(struct rt2661_softc *,
93 static void rt2661_free_tx_ring(struct rt2661_softc *,
95 static int rt2661_alloc_rx_ring(struct rt2661_softc *,
97 static void rt2661_reset_rx_ring(struct rt2661_softc *,
99 static void rt2661_free_rx_ring(struct rt2661_softc *,
103 static uint16_t rt2661_eeprom_read(struct rt2661_softc *, uint8_t);
104 static void rt2661_rx_intr(struct rt2661_softc *);
105 static void rt2661_tx_intr(struct rt2661_softc *);
106 static void rt2661_tx_dma_intr(struct rt2661_softc *,
[all …]
H A Drt2661var.h98 struct rt2661_softc { struct
H A Dif_ral_pci.c142 struct rt2661_softc sc_rt2661;