Searched refs:rum_softc (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/usb/wlan/ |
H A D | if_rum.c | 150 static usb_error_t rum_do_request(struct rum_softc *sc, 152 static usb_error_t rum_do_mcu_request(struct rum_softc *sc, int); 159 static int rum_cmd_sleepable(struct rum_softc *, const void *, 162 static void rum_setup_tx_list(struct rum_softc *); 163 static void rum_reset_tx_list(struct rum_softc *, 165 static void rum_unsetup_tx_list(struct rum_softc *); 170 static int rum_set_power_state(struct rum_softc *, int); 173 static uint8_t rum_crypto_mode(struct rum_softc *, u_int, int); 174 static void rum_setup_tx_desc(struct rum_softc *, 177 static uint32_t rum_tx_crypto_flags(struct rum_softc *, [all …]
|
H A D | if_rumvar.h | 59 struct rum_softc; 63 struct rum_softc *sc; 76 #define CMD_FUNC_PROTO void (*func)(struct rum_softc *, \ 110 struct rum_softc { struct
|