Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/bwn/siba/
H A Dsiba_core.c98 static int siba_switchcore(struct siba_softc *, uint8_t);
296 error = siba_switchcore(siba, 0); /* need the first core */ in siba_scan()
334 error = siba_switchcore(siba, i); in siba_scan()
417 siba_switchcore(struct siba_softc *siba, uint8_t idx) in siba_switchcore() function