Searched refs:uath_softc (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/usb/wlan/ |
H A D | if_uath.c | 250 static int uath_alloc_cmd_list(struct uath_softc *, struct uath_cmd []); 251 static void uath_free_cmd_list(struct uath_softc *, struct uath_cmd []); 252 static int uath_host_available(struct uath_softc *); 253 static int uath_get_capability(struct uath_softc *, uint32_t, uint32_t *); 254 static int uath_get_devcap(struct uath_softc *); 256 uath_get_cmdbuf(struct uath_softc *); 257 static int uath_cmd_read(struct uath_softc *, uint32_t, const void *, 259 static int uath_cmd_write(struct uath_softc *, uint32_t, const void *, 267 static int uath_get_devstatus(struct uath_softc *, 269 static int uath_get_status(struct uath_softc *, uint32_t, void *, int); [all …]
|
H A D | if_uathvar.h | 79 struct uath_softc *sc; 89 struct uath_softc *sc; 184 struct uath_softc { struct
|