Home
last modified time | relevance | path

Searched refs:ipw2200_softc (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/iwi/
H A Dipw2200_impl.h99 struct ipw2200_softc { struct
201 extern int ipw2200_init(struct ipw2200_softc *sc); argument
204 extern int ipw2200_dma_region_alloc(struct ipw2200_softc *sc,
207 extern int ipw2200_disable(struct ipw2200_softc *sc);
208 extern int ipw2200_start_scan(struct ipw2200_softc *sc);
213 extern int ipw2200_radio_status(struct ipw2200_softc *sc);
223 extern void ipw2200_get_statistics(struct ipw2200_softc *sc);
742 extern uint16_t ipw2200_imem_get16(struct ipw2200_softc *sc,
744 extern uint32_t ipw2200_imem_get32(struct ipw2200_softc *sc,
761 extern int ipw2200_cache_firmware(struct ipw2200_softc *sc);
[all …]
H A Dipw2200_hw.c60 ipw2200_csr_get8(struct ipw2200_softc *sc, uint32_t off) in ipw2200_csr_get8()
66 ipw2200_csr_get16(struct ipw2200_softc *sc, uint32_t off) in ipw2200_csr_get16()
73 ipw2200_csr_get32(struct ipw2200_softc *sc, uint32_t off) in ipw2200_csr_get32()
89 ipw2200_csr_put8(struct ipw2200_softc *sc, uint32_t off, in ipw2200_csr_put8()
96 ipw2200_csr_put16(struct ipw2200_softc *sc, uint32_t off, in ipw2200_csr_put16()
104 ipw2200_csr_put32(struct ipw2200_softc *sc, uint32_t off, in ipw2200_csr_put32()
112 ipw2200_imem_get8(struct ipw2200_softc *sc, uint32_t addr) in ipw2200_imem_get8()
119 ipw2200_imem_get16(struct ipw2200_softc *sc, in ipw2200_imem_get16()
164 ipw2200_rom_get16(struct ipw2200_softc *sc, uint8_t addr) in ipw2200_rom_get16()
255 ipw2200_cache_firmware(struct ipw2200_softc *sc) in ipw2200_cache_firmware()
[all …]
H A Dipw2200.c1799 struct ipw2200_softc *sc = (struct ipw2200_softc *)ic; in ipw2200_newstate()
1858 struct ipw2200_softc *sc = (struct ipw2200_softc *)ic; in ipw2200_m_stat()
2034 struct ipw2200_softc *sc = (struct ipw2200_softc *)arg; in ipw2200_m_start()
2062 struct ipw2200_softc *sc = (struct ipw2200_softc *)arg; in ipw2200_m_stop()
2080 struct ipw2200_softc *sc = (struct ipw2200_softc *)arg; in ipw2200_m_unicst()
2116 struct ipw2200_softc *sc = (struct ipw2200_softc *)arg; in ipw2200_m_promisc()
2128 struct ipw2200_softc *sc = (struct ipw2200_softc *)arg; in ipw2200_m_tx()
2176 struct ipw2200_softc *sc = (struct ipw2200_softc *)ic; in ipw2200_send()
2369 struct ipw2200_softc *sc = (struct ipw2200_softc *)arg; in ipw2200_m_ioctl()
2565 struct ipw2200_softc *sc = (struct ipw2200_softc *)arg; in ipw2200_m_getprop()
[all …]