Searched refs:rum_softc (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/usb/wlan/ |
H A D | if_rum.c | 151 static usb_error_t rum_do_request(struct rum_softc *sc, 153 static usb_error_t rum_do_mcu_request(struct rum_softc *sc, int); 160 static int rum_cmd_sleepable(struct rum_softc *, const void *, 163 static void rum_setup_tx_list(struct rum_softc *); 164 static void rum_reset_tx_list(struct rum_softc *, 166 static void rum_unsetup_tx_list(struct rum_softc *); 171 static int rum_set_power_state(struct rum_softc *, int); 174 static uint8_t rum_crypto_mode(struct rum_softc *, u_int, int); 175 static void rum_setup_tx_desc(struct rum_softc *, 178 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
|