Searched refs:malo_invalid (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8335/dev/malo/
H A Dif_malo_pci.c178 sc->malo_invalid = 1;
279 sc->malo_invalid = !bus_child_present(dev);
H A Dif_malo.c297 sc->malo_invalid = 0; /* ready to go, enable int handling */
320 sc->malo_invalid = 1;
382 if (sc->malo_invalid) {
1237 if (!sc->malo_running || sc->malo_invalid)
1303 if (sc->malo_running && !sc->malo_invalid) {
1630 __func__, sc->malo_invalid, sc->malo_running);
1676 if (!sc->malo_running && !sc->malo_invalid) {
1777 if (!sc->malo_running || sc->malo_invalid) {
H A Dif_malo.h537 unsigned int malo_invalid: 1,/* disable hardware accesses */ member in struct:malo_softc

Completed in 46 milliseconds