Home
last modified time | relevance | path

Searched refs:urtw_softc (Results 1 – 2 of 2) sorted by relevance

/src/sys/dev/usb/wlan/
H A Dif_urtw.c657 static void urtw_init(struct urtw_softc *);
658 static void urtw_stop(struct urtw_softc *);
661 static void urtw_start(struct urtw_softc *);
662 static int urtw_alloc_rx_data_list(struct urtw_softc *);
663 static int urtw_alloc_tx_data_list(struct urtw_softc *);
673 static int urtw_tx_start(struct urtw_softc *,
684 static usb_error_t urtw_set_rate(struct urtw_softc *);
685 static usb_error_t urtw_update_msr(struct urtw_softc *);
686 static usb_error_t urtw_read8_c(struct urtw_softc *, int, uint8_t *);
687 static usb_error_t urtw_read16_c(struct urtw_softc *, int, uint16_t *);
[all …]
H A Dif_urtwvar.h40 struct urtw_softc *sc;
94 struct urtw_softc { struct
121 usb_error_t (*sc_rf_init)(struct urtw_softc *); argument
122 usb_error_t (*sc_rf_set_chan)(struct urtw_softc *, argument
124 usb_error_t (*sc_rf_set_sens)(struct urtw_softc *, argument
126 usb_error_t (*sc_rf_stop)(struct urtw_softc *); argument