malo_softc         45 dev/cardbus/if_malo_cardbus.c 	struct malo_softc	sc_malo;
malo_softc         64 dev/cardbus/if_malo_cardbus.c int	malo_cardbus_enable(struct malo_softc *sc);
malo_softc         65 dev/cardbus/if_malo_cardbus.c void	malo_cardbus_disable(struct malo_softc *sc);
malo_softc         90 dev/cardbus/if_malo_cardbus.c 	struct malo_softc *sc = &csc->sc_malo;
malo_softc        145 dev/cardbus/if_malo_cardbus.c 	struct malo_softc *sc = &csc->sc_malo;
malo_softc        197 dev/cardbus/if_malo_cardbus.c malo_cardbus_enable(struct malo_softc *sc)
malo_softc        224 dev/cardbus/if_malo_cardbus.c malo_cardbus_disable(struct malo_softc *sc)
malo_softc        248 dev/ic/malo.c  int	malo_alloc_cmd(struct malo_softc *sc);
malo_softc        249 dev/ic/malo.c  void	malo_free_cmd(struct malo_softc *sc);
malo_softc        250 dev/ic/malo.c  void	malo_send_cmd(struct malo_softc *sc, bus_addr_t addr);
malo_softc        251 dev/ic/malo.c  int	malo_send_cmd_dma(struct malo_softc *sc, bus_addr_t addr);
malo_softc        252 dev/ic/malo.c  int	malo_alloc_rx_ring(struct malo_softc *sc, struct malo_rx_ring *ring,
malo_softc        254 dev/ic/malo.c  void	malo_reset_rx_ring(struct malo_softc *sc, struct malo_rx_ring *ring);
malo_softc        255 dev/ic/malo.c  void	malo_free_rx_ring(struct malo_softc *sc, struct malo_rx_ring *ring);
malo_softc        256 dev/ic/malo.c  int	malo_alloc_tx_ring(struct malo_softc *sc, struct malo_tx_ring *ring,
malo_softc        258 dev/ic/malo.c  void	malo_reset_tx_ring(struct malo_softc *sc, struct malo_tx_ring *ring);
malo_softc        259 dev/ic/malo.c  void	malo_free_tx_ring(struct malo_softc *sc, struct malo_tx_ring *ring);
malo_softc        263 dev/ic/malo.c  void	malo_stop(struct malo_softc *sc);
malo_softc        276 dev/ic/malo.c  void	malo_tx_intr(struct malo_softc *sc);
malo_softc        277 dev/ic/malo.c  int	malo_tx_mgt(struct malo_softc *sc, struct mbuf *m0,
malo_softc        279 dev/ic/malo.c  int	malo_tx_data(struct malo_softc *sc, struct mbuf *m0,
malo_softc        281 dev/ic/malo.c  void	malo_tx_setup_desc(struct malo_softc *sc, struct malo_tx_desc *desc,
malo_softc        283 dev/ic/malo.c  void	malo_rx_intr(struct malo_softc *sc);
malo_softc        284 dev/ic/malo.c  int	malo_load_bootimg(struct malo_softc *sc);
malo_softc        285 dev/ic/malo.c  int	malo_load_firmware(struct malo_softc *sc);
malo_softc        287 dev/ic/malo.c  int	malo_set_wepkey(struct malo_softc *sc);
malo_softc        288 dev/ic/malo.c  int	malo_set_slot(struct malo_softc *sc);
malo_softc        297 dev/ic/malo.c  int	malo_cmd_get_spec(struct malo_softc *sc);
malo_softc        298 dev/ic/malo.c  int	malo_cmd_set_wepkey(struct malo_softc *sc, struct ieee80211_key *k,
malo_softc        300 dev/ic/malo.c  int	malo_cmd_set_prescan(struct malo_softc *sc);
malo_softc        301 dev/ic/malo.c  int	malo_cmd_set_postscan(struct malo_softc *sc, uint8_t *macaddr,
malo_softc        303 dev/ic/malo.c  int	malo_cmd_set_channel(struct malo_softc *sc, uint8_t channel);
malo_softc        304 dev/ic/malo.c  int	malo_cmd_set_antenna(struct malo_softc *sc, uint16_t antenna_type);
malo_softc        305 dev/ic/malo.c  int	malo_cmd_set_radio(struct malo_softc *sc, uint16_t mode,
malo_softc        307 dev/ic/malo.c  int	malo_cmd_set_aid(struct malo_softc *sc, uint8_t *bssid,
malo_softc        309 dev/ic/malo.c  int	malo_cmd_set_txpower(struct malo_softc *sc, unsigned int powerlevel);
malo_softc        310 dev/ic/malo.c  int	malo_cmd_set_rts(struct malo_softc *sc, uint32_t threshold);
malo_softc        311 dev/ic/malo.c  int	malo_cmd_set_slot(struct malo_softc *sc, uint8_t slot);
malo_softc        312 dev/ic/malo.c  int	malo_cmd_set_rate(struct malo_softc *sc, uint8_t rate);
malo_softc        317 dev/ic/malo.c  	struct malo_softc *sc = arg;
malo_softc        359 dev/ic/malo.c  malo_attach(struct malo_softc *sc)
malo_softc        447 dev/ic/malo.c  	struct malo_softc *sc = arg;
malo_softc        465 dev/ic/malo.c  malo_alloc_cmd(struct malo_softc *sc)
malo_softc        509 dev/ic/malo.c  malo_free_cmd(struct malo_softc *sc)
malo_softc        519 dev/ic/malo.c  malo_send_cmd(struct malo_softc *sc, bus_addr_t addr)
malo_softc        528 dev/ic/malo.c  malo_send_cmd_dma(struct malo_softc *sc, bus_addr_t addr)
malo_softc        553 dev/ic/malo.c  malo_alloc_rx_ring(struct malo_softc *sc, struct malo_rx_ring *ring, int count)
malo_softc        666 dev/ic/malo.c  malo_reset_rx_ring(struct malo_softc *sc, struct malo_rx_ring *ring)
malo_softc        680 dev/ic/malo.c  malo_free_rx_ring(struct malo_softc *sc, struct malo_rx_ring *ring)
malo_softc        714 dev/ic/malo.c  malo_alloc_tx_ring(struct malo_softc *sc, struct malo_tx_ring *ring,
malo_softc        791 dev/ic/malo.c  malo_reset_tx_ring(struct malo_softc *sc, struct malo_tx_ring *ring)
malo_softc        826 dev/ic/malo.c  malo_free_tx_ring(struct malo_softc *sc, struct malo_tx_ring *ring)
malo_softc        868 dev/ic/malo.c  	struct malo_softc *sc = ifp->if_softc;
malo_softc        972 dev/ic/malo.c  	struct malo_softc *sc = ifp->if_softc;
malo_softc       1044 dev/ic/malo.c  	struct malo_softc *sc = ifp->if_softc;
malo_softc       1104 dev/ic/malo.c  malo_stop(struct malo_softc *sc)
malo_softc       1142 dev/ic/malo.c  	struct malo_softc *sc = ic->ic_if.if_softc;
malo_softc       1244 dev/ic/malo.c  	struct malo_softc *sc = ifp->if_softc;
malo_softc       1335 dev/ic/malo.c  	struct malo_softc *sc = arg;
malo_softc       1351 dev/ic/malo.c  malo_tx_intr(struct malo_softc *sc)
malo_softc       1420 dev/ic/malo.c  malo_tx_mgt(struct malo_softc *sc, struct mbuf *m0, struct ieee80211_node *ni)
malo_softc       1530 dev/ic/malo.c  malo_tx_data(struct malo_softc *sc, struct mbuf *m0,
malo_softc       1648 dev/ic/malo.c  malo_tx_setup_desc(struct malo_softc *sc, struct malo_tx_desc *desc,
malo_softc       1658 dev/ic/malo.c  malo_rx_intr(struct malo_softc *sc)
malo_softc       1802 dev/ic/malo.c  malo_load_bootimg(struct malo_softc *sc)
malo_softc       1863 dev/ic/malo.c  malo_load_firmware(struct malo_softc *sc)
malo_softc       1943 dev/ic/malo.c  malo_set_wepkey(struct malo_softc *sc)
malo_softc       1962 dev/ic/malo.c  malo_set_slot(struct malo_softc *sc)
malo_softc       1988 dev/ic/malo.c  	struct malo_softc *sc = ic->ic_if.if_softc;
malo_softc       2082 dev/ic/malo.c  malo_cmd_get_spec(struct malo_softc *sc)
malo_softc       2126 dev/ic/malo.c  malo_cmd_set_wepkey(struct malo_softc *sc, struct ieee80211_key *k,
malo_softc       2152 dev/ic/malo.c  malo_cmd_set_prescan(struct malo_softc *sc)
malo_softc       2168 dev/ic/malo.c  malo_cmd_set_postscan(struct malo_softc *sc, uint8_t *macaddr, uint8_t ibsson)
malo_softc       2190 dev/ic/malo.c  malo_cmd_set_channel(struct malo_softc *sc, uint8_t channel)
malo_softc       2212 dev/ic/malo.c  malo_cmd_set_antenna(struct malo_softc *sc, uint16_t antenna)
malo_softc       2237 dev/ic/malo.c  malo_cmd_set_radio(struct malo_softc *sc, uint16_t enable,
malo_softc       2261 dev/ic/malo.c  malo_cmd_set_aid(struct malo_softc *sc, uint8_t *bssid, uint16_t associd)
malo_softc       2283 dev/ic/malo.c  malo_cmd_set_txpower(struct malo_softc *sc, unsigned int powerlevel)
malo_softc       2310 dev/ic/malo.c  malo_cmd_set_rts(struct malo_softc *sc, uint32_t threshold)
malo_softc       2328 dev/ic/malo.c  malo_cmd_set_slot(struct malo_softc *sc, uint8_t slot)
malo_softc       2350 dev/ic/malo.c  malo_cmd_set_rate(struct malo_softc *sc, uint8_t rate)
malo_softc         77 dev/ic/malo.h  struct malo_softc {
malo_softc        103 dev/ic/malo.h  	int			(*sc_enable)(struct malo_softc *);
malo_softc        104 dev/ic/malo.h  	void			(*sc_disable)(struct malo_softc *);
malo_softc        130 dev/ic/malo.h  int malo_attach(struct malo_softc *sc);
malo_softc         63 dev/pci/if_malo_pci.c 	struct malo_softc	sc_malo;
malo_softc         95 dev/pci/if_malo_pci.c 	struct malo_softc *sc = &psc->sc_malo;
malo_softc        147 dev/pci/if_malo_pci.c 	struct malo_softc *sc = &psc->sc_malo;
malo_softc         76 dev/pcmcia/if_malo.c int	cmalo_fw_load_helper(struct malo_softc *);
malo_softc         77 dev/pcmcia/if_malo.c int	cmalo_fw_load_main(struct malo_softc *);
malo_softc         79 dev/pcmcia/if_malo.c void	cmalo_stop(struct malo_softc *);
malo_softc         84 dev/pcmcia/if_malo.c void	cmalo_intr_mask(struct malo_softc *, int);
malo_softc         85 dev/pcmcia/if_malo.c void	cmalo_rx(struct malo_softc *);
malo_softc         88 dev/pcmcia/if_malo.c int	cmalo_tx(struct malo_softc *, struct mbuf *);
malo_softc         89 dev/pcmcia/if_malo.c void	cmalo_tx_done(struct malo_softc *);
malo_softc         90 dev/pcmcia/if_malo.c void	cmalo_event(struct malo_softc *);
malo_softc         91 dev/pcmcia/if_malo.c void	cmalo_select_network(struct malo_softc *);
malo_softc         92 dev/pcmcia/if_malo.c void	cmalo_reflect_network(struct malo_softc *);
malo_softc         93 dev/pcmcia/if_malo.c int	cmalo_wep(struct malo_softc *);
malo_softc         96 dev/pcmcia/if_malo.c int	cmalo_cmd_get_hwspec(struct malo_softc *);
malo_softc         97 dev/pcmcia/if_malo.c int	cmalo_cmd_rsp_hwspec(struct malo_softc *);
malo_softc         98 dev/pcmcia/if_malo.c int	cmalo_cmd_set_reset(struct malo_softc *);
malo_softc         99 dev/pcmcia/if_malo.c int	cmalo_cmd_set_scan(struct malo_softc *);
malo_softc        100 dev/pcmcia/if_malo.c int	cmalo_cmd_rsp_scan(struct malo_softc *);
malo_softc        101 dev/pcmcia/if_malo.c int	cmalo_parse_elements(struct malo_softc *, void *, int, int);
malo_softc        102 dev/pcmcia/if_malo.c int	cmalo_cmd_set_auth(struct malo_softc *);
malo_softc        103 dev/pcmcia/if_malo.c int	cmalo_cmd_set_wep(struct malo_softc *, uint16_t,
malo_softc        105 dev/pcmcia/if_malo.c int	cmalo_cmd_set_snmp(struct malo_softc *, uint16_t);
malo_softc        106 dev/pcmcia/if_malo.c int	cmalo_cmd_set_radio(struct malo_softc *, uint16_t);
malo_softc        107 dev/pcmcia/if_malo.c int	cmalo_cmd_set_channel(struct malo_softc *, uint16_t);
malo_softc        108 dev/pcmcia/if_malo.c int	cmalo_cmd_set_txpower(struct malo_softc *, int16_t);
malo_softc        109 dev/pcmcia/if_malo.c int	cmalo_cmd_set_antenna(struct malo_softc *, uint16_t);
malo_softc        110 dev/pcmcia/if_malo.c int	cmalo_cmd_set_macctrl(struct malo_softc *);
malo_softc        111 dev/pcmcia/if_malo.c int	cmalo_cmd_set_assoc(struct malo_softc *);
malo_softc        112 dev/pcmcia/if_malo.c int	cmalo_cmd_rsp_assoc(struct malo_softc *);
malo_softc        113 dev/pcmcia/if_malo.c int	cmalo_cmd_set_80211d(struct malo_softc *);
malo_softc        114 dev/pcmcia/if_malo.c int	cmalo_cmd_set_bgscan_config(struct malo_softc *);
malo_softc        115 dev/pcmcia/if_malo.c int	cmalo_cmd_set_bgscan_query(struct malo_softc *);
malo_softc        116 dev/pcmcia/if_malo.c int	cmalo_cmd_set_rate(struct malo_softc *);
malo_softc        117 dev/pcmcia/if_malo.c int	cmalo_cmd_request(struct malo_softc *, uint16_t, int);
malo_softc        118 dev/pcmcia/if_malo.c int	cmalo_cmd_response(struct malo_softc *);
malo_softc        124 dev/pcmcia/if_malo.c 	struct malo_softc	 sc_malo;
malo_softc        156 dev/pcmcia/if_malo.c 	struct malo_softc *sc = &psc->sc_malo;
malo_softc        217 dev/pcmcia/if_malo.c 	struct malo_softc *sc = &psc->sc_malo;
malo_softc        231 dev/pcmcia/if_malo.c 	struct malo_softc *sc = &psc->sc_malo;
malo_softc        264 dev/pcmcia/if_malo.c 	struct malo_softc *sc = arg;
malo_softc        338 dev/pcmcia/if_malo.c 	struct malo_softc *sc = ifp->if_softc;
malo_softc        433 dev/pcmcia/if_malo.c cmalo_fw_load_helper(struct malo_softc *sc)
malo_softc        504 dev/pcmcia/if_malo.c cmalo_fw_load_main(struct malo_softc *sc)
malo_softc        602 dev/pcmcia/if_malo.c 	struct malo_softc *sc = ifp->if_softc;
malo_softc        675 dev/pcmcia/if_malo.c cmalo_stop(struct malo_softc *sc)
malo_softc        710 dev/pcmcia/if_malo.c 	struct malo_softc *sc = ic->ic_if.if_softc;
malo_softc        761 dev/pcmcia/if_malo.c 	struct malo_softc *sc = arg;
malo_softc        785 dev/pcmcia/if_malo.c 	struct malo_softc *sc = arg;
malo_softc        832 dev/pcmcia/if_malo.c cmalo_intr_mask(struct malo_softc *sc, int enable)
malo_softc        854 dev/pcmcia/if_malo.c cmalo_rx(struct malo_softc *sc)
malo_softc        917 dev/pcmcia/if_malo.c 	struct malo_softc *sc = ifp->if_softc;
malo_softc        949 dev/pcmcia/if_malo.c cmalo_tx(struct malo_softc *sc, struct mbuf *m)
malo_softc        994 dev/pcmcia/if_malo.c cmalo_tx_done(struct malo_softc *sc)
malo_softc       1009 dev/pcmcia/if_malo.c cmalo_event(struct malo_softc *sc)
malo_softc       1042 dev/pcmcia/if_malo.c cmalo_select_network(struct malo_softc *sc)
malo_softc       1078 dev/pcmcia/if_malo.c cmalo_reflect_network(struct malo_softc *sc)
malo_softc       1100 dev/pcmcia/if_malo.c cmalo_wep(struct malo_softc *sc)
malo_softc       1140 dev/pcmcia/if_malo.c cmalo_cmd_get_hwspec(struct malo_softc *sc)
malo_softc       1169 dev/pcmcia/if_malo.c cmalo_cmd_rsp_hwspec(struct malo_softc *sc)
malo_softc       1186 dev/pcmcia/if_malo.c cmalo_cmd_set_reset(struct malo_softc *sc)
malo_softc       1207 dev/pcmcia/if_malo.c cmalo_cmd_set_scan(struct malo_softc *sc)
malo_softc       1274 dev/pcmcia/if_malo.c cmalo_cmd_rsp_scan(struct malo_softc *sc)
malo_softc       1322 dev/pcmcia/if_malo.c cmalo_parse_elements(struct malo_softc *sc, void *buf, int size, int pos)
malo_softc       1361 dev/pcmcia/if_malo.c cmalo_cmd_set_auth(struct malo_softc *sc)
malo_softc       1390 dev/pcmcia/if_malo.c cmalo_cmd_set_wep(struct malo_softc *sc, uint16_t index,
malo_softc       1449 dev/pcmcia/if_malo.c cmalo_cmd_set_snmp(struct malo_softc *sc, uint16_t oid)
malo_softc       1502 dev/pcmcia/if_malo.c cmalo_cmd_set_radio(struct malo_softc *sc, uint16_t control)
malo_softc       1535 dev/pcmcia/if_malo.c cmalo_cmd_set_channel(struct malo_softc *sc, uint16_t channel)
malo_softc       1565 dev/pcmcia/if_malo.c cmalo_cmd_set_txpower(struct malo_softc *sc, int16_t txpower)
malo_softc       1594 dev/pcmcia/if_malo.c cmalo_cmd_set_antenna(struct malo_softc *sc, uint16_t action)
malo_softc       1630 dev/pcmcia/if_malo.c cmalo_cmd_set_macctrl(struct malo_softc *sc)
malo_softc       1662 dev/pcmcia/if_malo.c cmalo_cmd_set_assoc(struct malo_softc *sc)
malo_softc       1735 dev/pcmcia/if_malo.c cmalo_cmd_rsp_assoc(struct malo_softc *sc)
malo_softc       1754 dev/pcmcia/if_malo.c cmalo_cmd_set_80211d(struct malo_softc *sc)
malo_softc       1798 dev/pcmcia/if_malo.c cmalo_cmd_set_bgscan_config(struct malo_softc *sc)
malo_softc       1831 dev/pcmcia/if_malo.c cmalo_cmd_set_bgscan_query(struct malo_softc *sc)
malo_softc       1859 dev/pcmcia/if_malo.c cmalo_cmd_set_rate(struct malo_softc *sc)
malo_softc       1889 dev/pcmcia/if_malo.c cmalo_cmd_request(struct malo_softc *sc, uint16_t psize, int no_response)
malo_softc       1922 dev/pcmcia/if_malo.c cmalo_cmd_response(struct malo_softc *sc)
malo_softc        328 dev/pcmcia/if_malovar.h struct malo_softc {