Home | History | Annotate | Download | only in ic

Lines Matching refs:malo_softc

249 static int	malo_alloc_cmd(struct malo_softc *sc);
250 static void malo_free_cmd(struct malo_softc *sc);
251 static void malo_send_cmd(struct malo_softc *sc, bus_addr_t addr);
252 static int malo_send_cmd_dma(struct malo_softc *sc, bus_addr_t addr);
253 static int malo_alloc_rx_ring(struct malo_softc *sc, struct malo_rx_ring *ring,
255 static void malo_reset_rx_ring(struct malo_softc *sc, struct malo_rx_ring *ring);
256 static void malo_free_rx_ring(struct malo_softc *sc, struct malo_rx_ring *ring);
257 static int malo_alloc_tx_ring(struct malo_softc *sc, struct malo_tx_ring *ring,
259 static void malo_reset_tx_ring(struct malo_softc *sc, struct malo_tx_ring *ring);
260 static void malo_free_tx_ring(struct malo_softc *sc, struct malo_tx_ring *ring);
274 static void malo_tx_intr(struct malo_softc *sc);
275 static int malo_tx_data(struct malo_softc *sc, struct mbuf *m0,
277 static void malo_tx_setup_desc(struct malo_softc *sc, struct malo_tx_desc *desc,
279 static void malo_rx_intr(struct malo_softc *sc);
280 static int malo_load_bootimg(struct malo_softc *sc);
281 static int malo_load_firmware(struct malo_softc *sc);
283 static int malo_set_slot(struct malo_softc *sc);
290 static int malo_cmd_get_spec(struct malo_softc *sc);
291 static int malo_cmd_set_prescan(struct malo_softc *sc);
292 static int malo_cmd_set_postscan(struct malo_softc *sc, uint8_t *macaddr,
294 static int malo_cmd_set_channel(struct malo_softc *sc, struct ieee80211_channel *chan);
295 static int malo_cmd_set_antenna(struct malo_softc *sc, uint16_t antenna_type);
296 static int malo_cmd_set_radio(struct malo_softc *sc, uint16_t mode,
298 static int malo_cmd_set_aid(struct malo_softc *sc, uint8_t *bssid,
300 static int malo_cmd_set_txpower(struct malo_softc *sc, unsigned int powerlevel);
301 static int malo_cmd_set_rts(struct malo_softc *sc, uint32_t threshold);
302 static int malo_cmd_set_slot(struct malo_softc *sc, uint8_t slot);
303 static int malo_cmd_set_rate(struct malo_softc *sc, uint8_t rate);
304 static void malo_cmd_response(struct malo_softc *sc);
309 struct malo_softc *sc = arg;
330 struct malo_softc *sc = arg;
365 malo_attach(struct malo_softc *sc)
461 struct malo_softc *sc = arg;
478 malo_alloc_cmd(struct malo_softc *sc)
522 malo_free_cmd(struct malo_softc *sc)
532 malo_send_cmd(struct malo_softc *sc, bus_addr_t addr)
541 malo_send_cmd_dma(struct malo_softc *sc, bus_addr_t addr)
566 malo_alloc_rx_ring(struct malo_softc *sc, struct malo_rx_ring *ring, int count)
665 malo_reset_rx_ring(struct malo_softc *sc, struct malo_rx_ring *ring)
679 malo_free_rx_ring(struct malo_softc *sc, struct malo_rx_ring *ring)
713 malo_alloc_tx_ring(struct malo_softc *sc, struct malo_tx_ring *ring,
777 malo_reset_tx_ring(struct malo_softc *sc, struct malo_tx_ring *ring)
812 malo_free_tx_ring(struct malo_softc *sc, struct malo_tx_ring *ring)
854 struct malo_softc *sc = ifp->if_softc;
940 struct malo_softc *sc = ifp->if_softc;
998 struct malo_softc *sc = ifp->if_softc;
1071 struct malo_softc *sc = ifp->if_softc;
1108 struct malo_softc *sc = ifp->if_softc;
1207 struct malo_softc *sc = ifp->if_softc;
1300 struct malo_softc *sc = arg;
1315 malo_tx_intr(struct malo_softc *sc)
1390 malo_tx_data(struct malo_softc *sc, struct mbuf *m0,
1503 malo_tx_setup_desc(struct malo_softc *sc, struct malo_tx_desc *desc,
1513 malo_rx_intr(struct malo_softc *sc)
1645 malo_get_firmware(struct malo_softc *sc, const char *name,
1683 malo_load_bootimg(struct malo_softc *sc)
1744 malo_load_firmware(struct malo_softc *sc)
1824 malo_set_slot(struct malo_softc *sc)
1848 struct malo_softc *sc = ifp->if_softc;
1946 malo_cmd_get_spec(struct malo_softc *sc)
1990 malo_cmd_set_prescan(struct malo_softc *sc)
2006 malo_cmd_set_postscan(struct malo_softc *sc, uint8_t *macaddr, uint8_t ibsson)
2028 malo_cmd_set_channel(struct malo_softc *sc, struct ieee80211_channel* chan)
2054 malo_cmd_set_antenna(struct malo_softc *sc, uint16_t antenna)
2079 malo_cmd_set_radio(struct malo_softc *sc, uint16_t enable,
2103 malo_cmd_set_aid(struct malo_softc *sc, uint8_t *bssid, uint16_t associd)
2125 malo_cmd_set_txpower(struct malo_softc *sc, unsigned int powerlevel)
2152 malo_cmd_set_rts(struct malo_softc *sc, uint32_t threshold)
2174 malo_cmd_set_slot(struct malo_softc *sc, uint8_t slot)
2196 malo_cmd_set_rate(struct malo_softc *sc, uint8_t rate)
2250 malo_cmd_response(struct malo_softc *sc)