iwi_softc          89 dev/pci/if_iwi.c int		iwi_alloc_cmd_ring(struct iwi_softc *, struct iwi_cmd_ring *);
iwi_softc          90 dev/pci/if_iwi.c void		iwi_reset_cmd_ring(struct iwi_softc *, struct iwi_cmd_ring *);
iwi_softc          91 dev/pci/if_iwi.c void		iwi_free_cmd_ring(struct iwi_softc *, struct iwi_cmd_ring *);
iwi_softc          92 dev/pci/if_iwi.c int		iwi_alloc_tx_ring(struct iwi_softc *, struct iwi_tx_ring *,
iwi_softc          94 dev/pci/if_iwi.c void		iwi_reset_tx_ring(struct iwi_softc *, struct iwi_tx_ring *);
iwi_softc          95 dev/pci/if_iwi.c void		iwi_free_tx_ring(struct iwi_softc *, struct iwi_tx_ring *);
iwi_softc          96 dev/pci/if_iwi.c int		iwi_alloc_rx_ring(struct iwi_softc *, struct iwi_rx_ring *);
iwi_softc          97 dev/pci/if_iwi.c void		iwi_reset_rx_ring(struct iwi_softc *, struct iwi_rx_ring *);
iwi_softc          98 dev/pci/if_iwi.c void		iwi_free_rx_ring(struct iwi_softc *, struct iwi_rx_ring *);
iwi_softc         101 dev/pci/if_iwi.c uint16_t	iwi_read_prom_word(struct iwi_softc *, uint8_t);
iwi_softc         102 dev/pci/if_iwi.c int		iwi_find_txnode(struct iwi_softc *, const uint8_t *);
iwi_softc         105 dev/pci/if_iwi.c void		iwi_frame_intr(struct iwi_softc *, struct iwi_rx_data *,
iwi_softc         107 dev/pci/if_iwi.c void		iwi_notification_intr(struct iwi_softc *, struct iwi_rx_data *,
iwi_softc         109 dev/pci/if_iwi.c void		iwi_rx_intr(struct iwi_softc *);
iwi_softc         110 dev/pci/if_iwi.c void		iwi_tx_intr(struct iwi_softc *, struct iwi_tx_ring *);
iwi_softc         112 dev/pci/if_iwi.c int		iwi_cmd(struct iwi_softc *, uint8_t, void *, uint8_t, int);
iwi_softc         118 dev/pci/if_iwi.c void		iwi_stop_master(struct iwi_softc *);
iwi_softc         119 dev/pci/if_iwi.c int		iwi_reset(struct iwi_softc *);
iwi_softc         120 dev/pci/if_iwi.c int		iwi_load_ucode(struct iwi_softc *, const char *, int);
iwi_softc         121 dev/pci/if_iwi.c int		iwi_load_firmware(struct iwi_softc *, const char *, int);
iwi_softc         122 dev/pci/if_iwi.c int		iwi_config(struct iwi_softc *);
iwi_softc         123 dev/pci/if_iwi.c int		iwi_set_chan(struct iwi_softc *, struct ieee80211_channel *);
iwi_softc         124 dev/pci/if_iwi.c int		iwi_scan(struct iwi_softc *);
iwi_softc         125 dev/pci/if_iwi.c int		iwi_auth_and_assoc(struct iwi_softc *);
iwi_softc         130 dev/pci/if_iwi.c MEM_READ_1(struct iwi_softc *sc, uint32_t addr)
iwi_softc         137 dev/pci/if_iwi.c MEM_READ_4(struct iwi_softc *sc, uint32_t addr)
iwi_softc         153 dev/pci/if_iwi.c 	sizeof (struct iwi_softc), iwi_match, iwi_attach
iwi_softc         169 dev/pci/if_iwi.c 	struct iwi_softc *sc = (struct iwi_softc *)self;
iwi_softc         369 dev/pci/if_iwi.c 	struct iwi_softc *sc = arg;
iwi_softc         390 dev/pci/if_iwi.c iwi_alloc_cmd_ring(struct iwi_softc *sc, struct iwi_cmd_ring *ring)
iwi_softc         442 dev/pci/if_iwi.c iwi_reset_cmd_ring(struct iwi_softc *sc, struct iwi_cmd_ring *ring)
iwi_softc         449 dev/pci/if_iwi.c iwi_free_cmd_ring(struct iwi_softc *sc, struct iwi_cmd_ring *ring)
iwi_softc         463 dev/pci/if_iwi.c iwi_alloc_tx_ring(struct iwi_softc *sc, struct iwi_tx_ring *ring,
iwi_softc         532 dev/pci/if_iwi.c iwi_reset_tx_ring(struct iwi_softc *sc, struct iwi_tx_ring *ring)
iwi_softc         552 dev/pci/if_iwi.c iwi_free_tx_ring(struct iwi_softc *sc, struct iwi_tx_ring *ring)
iwi_softc         579 dev/pci/if_iwi.c iwi_alloc_rx_ring(struct iwi_softc *sc, struct iwi_rx_ring *ring)
iwi_softc         633 dev/pci/if_iwi.c iwi_reset_rx_ring(struct iwi_softc *sc, struct iwi_rx_ring *ring)
iwi_softc         639 dev/pci/if_iwi.c iwi_free_rx_ring(struct iwi_softc *sc, struct iwi_rx_ring *ring)
iwi_softc         673 dev/pci/if_iwi.c 	struct iwi_softc *sc = ifp->if_softc;
iwi_softc         710 dev/pci/if_iwi.c iwi_find_txnode(struct iwi_softc *sc, const uint8_t *macaddr)
iwi_softc         739 dev/pci/if_iwi.c 	struct iwi_softc *sc = ic->ic_softc;
iwi_softc         788 dev/pci/if_iwi.c iwi_read_prom_word(struct iwi_softc *sc, uint8_t addr)
iwi_softc         865 dev/pci/if_iwi.c iwi_frame_intr(struct iwi_softc *sc, struct iwi_rx_data *data,
iwi_softc         986 dev/pci/if_iwi.c iwi_notification_intr(struct iwi_softc *sc, struct iwi_rx_data *data,
iwi_softc        1093 dev/pci/if_iwi.c iwi_rx_intr(struct iwi_softc *sc)
iwi_softc        1134 dev/pci/if_iwi.c iwi_tx_intr(struct iwi_softc *sc, struct iwi_tx_ring *txq)
iwi_softc        1166 dev/pci/if_iwi.c 	struct iwi_softc *sc = arg;
iwi_softc        1227 dev/pci/if_iwi.c iwi_cmd(struct iwi_softc *sc, uint8_t type, void *data, uint8_t len, int async)
iwi_softc        1259 dev/pci/if_iwi.c 	struct iwi_softc *sc = ifp->if_softc;
iwi_softc        1399 dev/pci/if_iwi.c 	struct iwi_softc *sc = ifp->if_softc;
iwi_softc        1447 dev/pci/if_iwi.c 	struct iwi_softc *sc = ifp->if_softc;
iwi_softc        1468 dev/pci/if_iwi.c 	struct iwi_softc *sc = ifp->if_softc;
iwi_softc        1533 dev/pci/if_iwi.c iwi_stop_master(struct iwi_softc *sc)
iwi_softc        1558 dev/pci/if_iwi.c iwi_reset(struct iwi_softc *sc)
iwi_softc        1599 dev/pci/if_iwi.c iwi_load_ucode(struct iwi_softc *sc, const char *data, int size)
iwi_softc        1666 dev/pci/if_iwi.c iwi_load_firmware(struct iwi_softc *sc, const char *data, int size)
iwi_softc        1800 dev/pci/if_iwi.c iwi_config(struct iwi_softc *sc)
iwi_softc        1956 dev/pci/if_iwi.c iwi_set_chan(struct iwi_softc *sc, struct ieee80211_channel *chan)
iwi_softc        1973 dev/pci/if_iwi.c iwi_scan(struct iwi_softc *sc)
iwi_softc        2015 dev/pci/if_iwi.c iwi_auth_and_assoc(struct iwi_softc *sc)
iwi_softc        2122 dev/pci/if_iwi.c 	struct iwi_softc *sc = ifp->if_softc;
iwi_softc        2262 dev/pci/if_iwi.c 	struct iwi_softc *sc = ifp->if_softc;
iwi_softc          97 dev/pci/if_iwivar.h struct iwi_softc {