Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ral/
HDrt2661.c95 static int rt2661_alloc_tx_ring(struct rt2661_softc *,
97 static void rt2661_reset_tx_ring(struct rt2661_softc *,
99 static void rt2661_free_tx_ring(struct rt2661_softc *,
101 static int rt2661_alloc_rx_ring(struct rt2661_softc *,
103 static void rt2661_reset_rx_ring(struct rt2661_softc *,
105 static void rt2661_free_rx_ring(struct rt2661_softc *,
109 static uint16_t rt2661_eeprom_read(struct rt2661_softc *, uint8_t);
110 static void rt2661_rx_intr(struct rt2661_softc *);
111 static void rt2661_tx_intr(struct rt2661_softc *);
112 static void rt2661_tx_dma_intr(struct rt2661_softc *,
[all …]
HDrt2661var.h99 struct rt2661_softc { struct
HDif_ral_pci.c146 struct rt2661_softc sc_rt2661;