Home
last modified time | relevance | path

Searched refs:acx_softc (Results 1 – 6 of 6) sorted by relevance

/openbsd/sys/dev/ic/
H A Dacxvar.h333 struct acx_softc { struct
366 int (*sc_enable)(struct acx_softc *); argument
367 void (*sc_disable)(struct acx_softc *); argument
368 void (*sc_power)(struct acx_softc *, int); argument
416 (struct acx_softc *); argument
419 (struct acx_softc *, argument
423 (struct acx_softc *, struct acx_config *); argument
432 (struct acx_softc *, void *, int); argument
474 void acx100_set_param(struct acx_softc *); argument
475 void acx111_set_param(struct acx_softc *);
[all …]
H A Dacx100.c100 int acx100_init(struct acx_softc *);
101 int acx100_init_wep(struct acx_softc *);
102 int acx100_init_tmplt(struct acx_softc *);
104 int acx100_init_memory(struct acx_softc *);
259 acx100_set_param(struct acx_softc *sc) in acx100_set_param()
291 acx100_init(struct acx_softc *sc) in acx100_init()
332 acx100_init_wep(struct acx_softc *sc) in acx100_init_wep()
363 acx100_init_tmplt(struct acx_softc *sc) in acx100_init_tmplt()
390 acx100_init_fw_ring(struct acx_softc *sc) in acx100_init_fw_ring()
444 acx100_init_memory(struct acx_softc *sc) in acx100_init_memory()
[all …]
H A Dacx.c131 int acx_stop(struct acx_softc *);
211 acx_attach(struct acx_softc *sc) in acx_attach()
379 struct acx_softc *sc = xsc; in acx_detach()
539 struct acx_softc *sc = arg; in acx_next_scan()
548 acx_stop(struct acx_softc *sc) in acx_stop()
624 acx_config(struct acx_softc *sc) in acx_config()
1091 struct acx_softc *sc = arg; in acx_intr()
1142 acx_txeof(struct acx_softc *sc) in acx_txeof()
1281 acx_rxeof(struct acx_softc *sc) in acx_rxeof()
2687 struct acx_softc *sc = arg; in acx_iter_func()
[all …]
H A Dacx111.c120 int acx111_init(struct acx_softc *);
121 int acx111_init_memory(struct acx_softc *);
122 void acx111_init_fw_txring(struct acx_softc *, uint32_t);
123 int acx111_write_config(struct acx_softc *, struct acx_config *);
124 void acx111_set_fw_txdesc_rate(struct acx_softc *,
126 void acx111_set_bss_join_param(struct acx_softc *, void *, int);
270 acx111_set_param(struct acx_softc *sc) in acx111_set_param()
301 acx111_init(struct acx_softc *sc) in acx111_init()
328 acx111_init_memory(struct acx_softc *sc) in acx111_init_memory()
377 acx111_init_fw_txring(struct acx_softc *sc, uint32_t fw_txdesc_start) in acx111_init_fw_txring()
[all …]
/openbsd/sys/dev/cardbus/
H A Dif_acx_cardbus.c53 struct acx_softc sc_acx;
90 int acx_cardbus_enable(struct acx_softc *);
91 void acx_cardbus_disable(struct acx_softc *);
92 void acx_cardbus_power(struct acx_softc *, int);
107 struct acx_softc *sc = &csc->sc_acx; in acx_cardbus_attach()
178 struct acx_softc *sc = &csc->sc_acx; in acx_cardbus_detach()
213 acx_cardbus_enable(struct acx_softc *sc) in acx_cardbus_enable()
245 acx_cardbus_disable(struct acx_softc *sc) in acx_cardbus_disable()
261 acx_cardbus_power(struct acx_softc *sc, int why) in acx_cardbus_power()
/openbsd/sys/dev/pci/
H A Dif_acx_pci.c52 struct acx_softc sc_acx;
99 struct acx_softc *sc = &psc->sc_acx; in acx_pci_attach()
166 struct acx_softc *sc = &psc->sc_acx; in acx_pci_detach()