Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Drt2860.c79 static int rt2860_alloc_tx_ring(struct rt2860_softc *,
81 static void rt2860_reset_tx_ring(struct rt2860_softc *,
83 static void rt2860_free_tx_ring(struct rt2860_softc *,
85 static int rt2860_alloc_tx_pool(struct rt2860_softc *);
86 static void rt2860_free_tx_pool(struct rt2860_softc *);
87 static int rt2860_alloc_rx_ring(struct rt2860_softc *,
89 static void rt2860_reset_rx_ring(struct rt2860_softc *,
91 static void rt2860_free_rx_ring(struct rt2860_softc *,
96 static void rt2860_updatestats(struct rt2860_softc *);
108 static uint16_t rt3090_efuse_read_2(struct rt2860_softc *, uint16_t);
[all …]
H A Drt2860var.h110 struct rt2860_softc { struct
117 int (*sc_enable)(struct rt2860_softc *); argument
118 void (*sc_disable)(struct rt2860_softc *); argument
128 uint16_t (*sc_srom_read)(struct rt2860_softc *, argument
/netbsd-src/sys/dev/pci/
H A Dif_ral_pci.c83 struct rt2860_softc sc_rt2860;