Lines Matching refs:uath_softc

231 static int	uath_open_pipes(struct uath_softc *);
232 static void uath_close_pipes(struct uath_softc *);
233 static int uath_fw_send(struct uath_softc *,
235 static int uath_fw_ack(struct uath_softc *, int);
237 static int uath_loadfirmware(struct uath_softc *);
238 static int uath_alloc_cmd_list(struct uath_softc *,
240 static int uath_init_cmd_list(struct uath_softc *);
242 static int uath_host_available(struct uath_softc *);
243 static void uath_get_capability(struct uath_softc *, uint32_t, uint32_t *);
244 static int uath_get_devcap(struct uath_softc *);
245 static int uath_get_devstatus(struct uath_softc *, uint8_t *);
246 static int uath_get_status(struct uath_softc *, uint32_t, void *, int);
253 static int uath_cmd_read(struct uath_softc *, uint32_t, const void *,
255 static int uath_cmd_write(struct uath_softc *, uint32_t, const void *,
257 static int uath_cmdsend(struct uath_softc *, uint32_t,
259 static int uath_rx_cmd_xfer(struct uath_softc *);
260 static int uath_tx_cmd_xfer(struct uath_softc *,
264 static void uath_cmdeof(struct uath_softc *, struct uath_cmd *);
266 static void uath_init_data_queue(struct uath_softc *);
267 static int uath_rx_data_xfer(struct uath_softc *sc);
268 static int uath_tx_data_xfer(struct uath_softc *, mblk_t *);
272 static int uath_create_connection(struct uath_softc *, uint32_t);
273 static int uath_set_rates(struct uath_softc *,
275 static int uath_write_associd(struct uath_softc *);
276 static int uath_set_ledsteady(struct uath_softc *, int, int);
277 static int uath_set_ledblink(struct uath_softc *, int, int, int, int);
278 static void uath_update_rxstat(struct uath_softc *, uint32_t);
284 static int uath_dataflush(struct uath_softc *);
285 static int uath_cmdflush(struct uath_softc *);
286 static int uath_flush(struct uath_softc *);
287 static int uath_set_ledstate(struct uath_softc *, int);
288 static int uath_set_chan(struct uath_softc *, struct ieee80211_channel *);
289 static int uath_reset_tx_queues(struct uath_softc *);
290 static int uath_wme_init(struct uath_softc *);
291 static int uath_config_multi(struct uath_softc *,
293 static void uath_config(struct uath_softc *, uint32_t, uint32_t);
294 static int uath_switch_channel(struct uath_softc *,
296 static int uath_set_rxfilter(struct uath_softc *, uint32_t, uint32_t);
299 static int uath_init(struct uath_softc *);
300 static void uath_stop(struct uath_softc *);
301 static void uath_resume(struct uath_softc *);
425 uath_open_pipes(struct uath_softc *sc)
533 uath_close_pipes(struct uath_softc *sc)
640 uath_fw_send(struct uath_softc *sc, usb_pipe_handle_t pipe,
669 uath_fw_ack(struct uath_softc *sc, int len)
756 uath_loadfirmware(struct uath_softc *sc)
846 uath_alloc_cmd_list(struct uath_softc *sc, struct uath_cmd cmds[],
872 uath_init_cmd_list(struct uath_softc *sc)
900 uath_host_available(struct uath_softc *sc)
914 uath_get_capability(struct uath_softc *sc, uint32_t cap, uint32_t *val)
929 uath_get_devcap(struct uath_softc *sc)
1006 uath_get_status(struct uath_softc *sc, uint32_t which, void *odata, int olen)
1020 uath_get_devstatus(struct uath_softc *sc, uint8_t macaddr[IEEE80211_ADDR_LEN])
1113 uath_cmd_read(struct uath_softc *sc, uint32_t code, const void *idata,
1121 uath_cmd_write(struct uath_softc *sc, uint32_t code, const void *data,
1132 uath_cmdsend(struct uath_softc *sc, uint32_t code, const void *idata, int ilen,
1205 struct uath_softc *sc = (struct uath_softc *)req->bulk_client_private;
1224 uath_tx_cmd_xfer(struct uath_softc *sc,
1260 uath_cmdeof(struct uath_softc *sc, struct uath_cmd *cmd)
1391 struct uath_softc *sc = (struct uath_softc *)req->bulk_client_private;
1446 uath_rx_cmd_xfer(struct uath_softc *sc)
1483 uath_init_data_queue(struct uath_softc *sc)
1492 struct uath_softc *sc = (struct uath_softc *)req->bulk_client_private;
1518 uath_tx_data_xfer(struct uath_softc *sc, mblk_t *mp)
1558 struct uath_softc *sc = (struct uath_softc *)req->bulk_client_private;
1690 uath_rx_data_xfer(struct uath_softc *sc)
1728 uath_update_rxstat(struct uath_softc *sc, uint32_t status)
1764 struct uath_softc *sc = arg;
1774 uath_create_connection(struct uath_softc *sc, uint32_t connid)
1807 uath_set_rates(struct uath_softc *sc, const struct ieee80211_rateset *rs)
1827 uath_write_associd(struct uath_softc *sc)
1845 uath_set_ledsteady(struct uath_softc *sc, int lednum, int ledmode)
1862 uath_set_ledblink(struct uath_softc *sc, int lednum, int ledmode,
1887 struct uath_softc *sc = (struct uath_softc *)ic;
1988 struct uath_softc *sc = (struct uath_softc *)ic;
2136 struct uath_softc *sc;
2281 struct uath_softc *sc;
2322 uath_dataflush(struct uath_softc *sc)
2370 uath_cmdflush(struct uath_softc *sc)
2376 uath_flush(struct uath_softc *sc)
2394 uath_set_ledstate(struct uath_softc *sc, int connected)
2408 uath_config_multi(struct uath_softc *sc, uint32_t reg, const void *data,
2429 uath_config(struct uath_softc *sc, uint32_t reg, uint32_t val)
2448 uath_switch_channel(struct uath_softc *sc, struct ieee80211_channel *c)
2495 uath_set_rxfilter(struct uath_softc *sc, uint32_t bits, uint32_t op)
2510 uath_set_chan(struct uath_softc *sc, struct ieee80211_channel *c)
2543 uath_reset_tx_queues(struct uath_softc *sc)
2558 uath_wme_init(struct uath_softc *sc)
2594 struct uath_softc *sc = (struct uath_softc *)arg;
2614 struct uath_softc *sc = arg;
2699 uath_init(struct uath_softc *sc)
2716 uath_stop(struct uath_softc *sc)
2727 uath_resume(struct uath_softc *sc)
2770 struct uath_softc *sc = (struct uath_softc *)arg;
2796 struct uath_softc *sc = (struct uath_softc *)arg;
2812 struct uath_softc *sc = (struct uath_softc *)arg;
2860 struct uath_softc *sc = (struct uath_softc *)arg;
2884 struct uath_softc *sc = (struct uath_softc *)arg;
2896 struct uath_softc *sc = (struct uath_softc *)arg;
2904 struct uath_softc *sc = (struct uath_softc *)arg;
2970 struct uath_softc *sc = (struct uath_softc *)arg;
3002 struct uath_softc *sc;
3281 struct uath_softc *sc;
3360 sizeof (struct uath_softc), 1);