Searched refs:ural_softc (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/dev/usb/ |
H A D | if_ural.c | 112 Static int ural_alloc_tx_list(struct ural_softc *); 113 Static void ural_free_tx_list(struct ural_softc *); 114 Static int ural_alloc_rx_list(struct ural_softc *); 115 Static void ural_free_rx_list(struct ural_softc *); 129 Static void ural_setup_tx_desc(struct ural_softc *, 131 Static int ural_tx_bcn(struct ural_softc *, struct mbuf *, 133 Static int ural_tx_mgt(struct ural_softc *, struct mbuf *, 135 Static int ural_tx_data(struct ural_softc *, struct mbuf *, 141 Static void ural_set_testmode(struct ural_softc *); 142 Static void ural_eeprom_read(struct ural_softc *, uint16_t, void *, [all …]
|
H A D | if_uralvar.h | 56 struct ural_softc; 59 struct ural_softc *sc; 67 struct ural_softc *sc; 73 struct ural_softc { struct
|