zyd_softc 156 dev/usb/if_zyd.c sizeof(struct zyd_softc), zyd_softc 164 dev/usb/if_zyd.c int zyd_complete_attach(struct zyd_softc *); zyd_softc 165 dev/usb/if_zyd.c int zyd_open_pipes(struct zyd_softc *); zyd_softc 166 dev/usb/if_zyd.c void zyd_close_pipes(struct zyd_softc *); zyd_softc 167 dev/usb/if_zyd.c int zyd_alloc_tx_list(struct zyd_softc *); zyd_softc 168 dev/usb/if_zyd.c void zyd_free_tx_list(struct zyd_softc *); zyd_softc 169 dev/usb/if_zyd.c int zyd_alloc_rx_list(struct zyd_softc *); zyd_softc 170 dev/usb/if_zyd.c void zyd_free_rx_list(struct zyd_softc *); zyd_softc 176 dev/usb/if_zyd.c int zyd_cmd(struct zyd_softc *, uint16_t, const void *, int, zyd_softc 178 dev/usb/if_zyd.c int zyd_read16(struct zyd_softc *, uint16_t, uint16_t *); zyd_softc 179 dev/usb/if_zyd.c int zyd_read32(struct zyd_softc *, uint16_t, uint32_t *); zyd_softc 180 dev/usb/if_zyd.c int zyd_write16(struct zyd_softc *, uint16_t, uint16_t); zyd_softc 181 dev/usb/if_zyd.c int zyd_write32(struct zyd_softc *, uint16_t, uint32_t); zyd_softc 182 dev/usb/if_zyd.c int zyd_rfwrite(struct zyd_softc *, uint32_t); zyd_softc 183 dev/usb/if_zyd.c void zyd_lock_phy(struct zyd_softc *); zyd_softc 184 dev/usb/if_zyd.c void zyd_unlock_phy(struct zyd_softc *); zyd_softc 207 dev/usb/if_zyd.c int zyd_rf_attach(struct zyd_softc *, uint8_t); zyd_softc 209 dev/usb/if_zyd.c int zyd_hw_init(struct zyd_softc *); zyd_softc 210 dev/usb/if_zyd.c int zyd_read_eeprom(struct zyd_softc *); zyd_softc 211 dev/usb/if_zyd.c int zyd_set_macaddr(struct zyd_softc *, const uint8_t *); zyd_softc 212 dev/usb/if_zyd.c int zyd_set_bssid(struct zyd_softc *, const uint8_t *); zyd_softc 213 dev/usb/if_zyd.c int zyd_switch_radio(struct zyd_softc *, int); zyd_softc 214 dev/usb/if_zyd.c void zyd_set_led(struct zyd_softc *, int, int); zyd_softc 215 dev/usb/if_zyd.c int zyd_set_rxfilter(struct zyd_softc *); zyd_softc 216 dev/usb/if_zyd.c void zyd_set_chan(struct zyd_softc *, struct ieee80211_channel *); zyd_softc 217 dev/usb/if_zyd.c int zyd_set_beacon_interval(struct zyd_softc *, int); zyd_softc 220 dev/usb/if_zyd.c void zyd_rx_data(struct zyd_softc *, const uint8_t *, uint16_t); zyd_softc 223 dev/usb/if_zyd.c int zyd_tx_data(struct zyd_softc *, struct mbuf *, zyd_softc 230 dev/usb/if_zyd.c int zyd_loadfirmware(struct zyd_softc *, u_char *, size_t); zyd_softc 251 dev/usb/if_zyd.c struct zyd_softc *sc = xsc; zyd_softc 280 dev/usb/if_zyd.c struct zyd_softc *sc = (struct zyd_softc *)self; zyd_softc 308 dev/usb/if_zyd.c zyd_complete_attach(struct zyd_softc *sc) zyd_softc 428 dev/usb/if_zyd.c struct zyd_softc *sc = (struct zyd_softc *)self; zyd_softc 462 dev/usb/if_zyd.c zyd_open_pipes(struct zyd_softc *sc) zyd_softc 524 dev/usb/if_zyd.c zyd_close_pipes(struct zyd_softc *sc) zyd_softc 542 dev/usb/if_zyd.c zyd_alloc_tx_list(struct zyd_softc *sc) zyd_softc 578 dev/usb/if_zyd.c zyd_free_tx_list(struct zyd_softc *sc) zyd_softc 598 dev/usb/if_zyd.c zyd_alloc_rx_list(struct zyd_softc *sc) zyd_softc 629 dev/usb/if_zyd.c zyd_free_rx_list(struct zyd_softc *sc) zyd_softc 676 dev/usb/if_zyd.c struct zyd_softc *sc = arg; zyd_softc 687 dev/usb/if_zyd.c struct zyd_softc *sc = arg; zyd_softc 749 dev/usb/if_zyd.c struct zyd_softc *sc = ic->ic_softc; zyd_softc 764 dev/usb/if_zyd.c zyd_cmd(struct zyd_softc *sc, uint16_t code, const void *idata, int ilen, zyd_softc 813 dev/usb/if_zyd.c zyd_read16(struct zyd_softc *sc, uint16_t reg, uint16_t *val) zyd_softc 827 dev/usb/if_zyd.c zyd_read32(struct zyd_softc *sc, uint16_t reg, uint32_t *val) zyd_softc 843 dev/usb/if_zyd.c zyd_write16(struct zyd_softc *sc, uint16_t reg, uint16_t val) zyd_softc 854 dev/usb/if_zyd.c zyd_write32(struct zyd_softc *sc, uint16_t reg, uint32_t val) zyd_softc 867 dev/usb/if_zyd.c zyd_rfwrite(struct zyd_softc *sc, uint32_t val) zyd_softc 888 dev/usb/if_zyd.c zyd_lock_phy(struct zyd_softc *sc) zyd_softc 898 dev/usb/if_zyd.c zyd_unlock_phy(struct zyd_softc *sc) zyd_softc 914 dev/usb/if_zyd.c struct zyd_softc *sc = rf->rf_sc; zyd_softc 938 dev/usb/if_zyd.c struct zyd_softc *sc = rf->rf_sc; zyd_softc 949 dev/usb/if_zyd.c struct zyd_softc *sc = rf->rf_sc; zyd_softc 967 dev/usb/if_zyd.c struct zyd_softc *sc = rf->rf_sc; zyd_softc 992 dev/usb/if_zyd.c struct zyd_softc *sc = rf->rf_sc; zyd_softc 1016 dev/usb/if_zyd.c struct zyd_softc *sc = rf->rf_sc; zyd_softc 1028 dev/usb/if_zyd.c struct zyd_softc *sc = rf->rf_sc; zyd_softc 1050 dev/usb/if_zyd.c struct zyd_softc *sc = rf->rf_sc; zyd_softc 1096 dev/usb/if_zyd.c struct zyd_softc *sc = rf->rf_sc; zyd_softc 1108 dev/usb/if_zyd.c struct zyd_softc *sc = rf->rf_sc; zyd_softc 1148 dev/usb/if_zyd.c struct zyd_softc *sc = rf->rf_sc; zyd_softc 1191 dev/usb/if_zyd.c struct zyd_softc *sc = rf->rf_sc; zyd_softc 1220 dev/usb/if_zyd.c struct zyd_softc *sc = rf->rf_sc; zyd_softc 1251 dev/usb/if_zyd.c struct zyd_softc *sc = rf->rf_sc; zyd_softc 1268 dev/usb/if_zyd.c struct zyd_softc *sc = rf->rf_sc; zyd_softc 1307 dev/usb/if_zyd.c struct zyd_softc *sc = rf->rf_sc; zyd_softc 1353 dev/usb/if_zyd.c struct zyd_softc *sc = rf->rf_sc; zyd_softc 1392 dev/usb/if_zyd.c struct zyd_softc *sc = rf->rf_sc; zyd_softc 1432 dev/usb/if_zyd.c zyd_rf_attach(struct zyd_softc *sc, uint8_t type) zyd_softc 1505 dev/usb/if_zyd.c zyd_hw_init(struct zyd_softc *sc) zyd_softc 1588 dev/usb/if_zyd.c zyd_read_eeprom(struct zyd_softc *sc) zyd_softc 1640 dev/usb/if_zyd.c zyd_set_macaddr(struct zyd_softc *sc, const uint8_t *addr) zyd_softc 1654 dev/usb/if_zyd.c zyd_set_bssid(struct zyd_softc *sc, const uint8_t *addr) zyd_softc 1668 dev/usb/if_zyd.c zyd_switch_radio(struct zyd_softc *sc, int on) zyd_softc 1681 dev/usb/if_zyd.c zyd_set_led(struct zyd_softc *sc, int which, int on) zyd_softc 1693 dev/usb/if_zyd.c zyd_set_rxfilter(struct zyd_softc *sc) zyd_softc 1716 dev/usb/if_zyd.c zyd_set_chan(struct zyd_softc *sc, struct ieee80211_channel *c) zyd_softc 1747 dev/usb/if_zyd.c zyd_set_beacon_interval(struct zyd_softc *sc, int bintval) zyd_softc 1785 dev/usb/if_zyd.c struct zyd_softc *sc = (struct zyd_softc *)priv; zyd_softc 1850 dev/usb/if_zyd.c zyd_rx_data(struct zyd_softc *sc, const uint8_t *buf, uint16_t len) zyd_softc 1946 dev/usb/if_zyd.c struct zyd_softc *sc = data->sc; zyd_softc 2006 dev/usb/if_zyd.c struct zyd_softc *sc = data->sc; zyd_softc 2045 dev/usb/if_zyd.c zyd_tx_data(struct zyd_softc *sc, struct mbuf *m0, struct ieee80211_node *ni) zyd_softc 2179 dev/usb/if_zyd.c struct zyd_softc *sc = ifp->if_softc; zyd_softc 2247 dev/usb/if_zyd.c struct zyd_softc *sc = ifp->if_softc; zyd_softc 2267 dev/usb/if_zyd.c struct zyd_softc *sc = ifp->if_softc; zyd_softc 2337 dev/usb/if_zyd.c struct zyd_softc *sc = ifp->if_softc; zyd_softc 2435 dev/usb/if_zyd.c struct zyd_softc *sc = ifp->if_softc; zyd_softc 2461 dev/usb/if_zyd.c zyd_loadfirmware(struct zyd_softc *sc, u_char *fw, size_t size) zyd_softc 2505 dev/usb/if_zyd.c struct zyd_softc *sc = arg; zyd_softc 2514 dev/usb/if_zyd.c struct zyd_softc *sc = arg; zyd_softc 2531 dev/usb/if_zyd.c struct zyd_softc *sc = ic->ic_softc; zyd_softc 1103 dev/usb/if_zydreg.h struct zyd_softc *sc; zyd_softc 1110 dev/usb/if_zydreg.h struct zyd_softc *sc; zyd_softc 1148 dev/usb/if_zydreg.h struct zyd_softc; /* forward declaration */ zyd_softc 1157 dev/usb/if_zydreg.h struct zyd_softc *rf_sc; /* back-pointer */ zyd_softc 1161 dev/usb/if_zydreg.h struct zyd_softc {