Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/ether/rtl8139/dev/rl/
H A Dif_rl.c644 int prefer_iomap, unit; in rl_attach() local
675 prefer_iomap = 1; in rl_attach()
677 TUNABLE_INT_FETCH(tn, &prefer_iomap); in rl_attach()
678 if (prefer_iomap) { in rl_attach()
684 if (prefer_iomap == 0 || sc->rl_res == NULL) { in rl_attach()
/haiku/src/add-ons/kernel/drivers/network/ether/ipro100/dev/fxp/
H A Dif_fxp.c434 int error, flags, i, pmc, prefer_iomap; in fxp_attach() local
462 prefer_iomap = 0; in fxp_attach()
464 "prefer_iomap", &prefer_iomap); in fxp_attach()
465 if (prefer_iomap) in fxp_attach()
/haiku/src/add-ons/kernel/drivers/network/ether/rtl81xx/dev/re/
H A Dif_re.c168 static int prefer_iomap = 0; variable
169 TUNABLE_INT("hw.re.prefer_iomap", &prefer_iomap);
1245 prefer_iomap = 1; in re_attach()
1246 if (prefer_iomap == 0) { in re_attach()
1258 if (sc->rl_res == NULL && prefer_iomap == 0) { in re_attach()