Home
last modified time | relevance | path

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

/trueos/sys/dev/re/
HDif_re.c697 if ((sc->rl_flags & RL_FLAG_PCIE) != 0) { in re_set_rxmode()
1001 if ((sc->rl_flags & RL_FLAG_PCIE) == 0) in re_allocmem()
1264 sc->rl_flags |= RL_FLAG_PCIE; in re_attach()
2523 (sc->rl_flags & RL_FLAG_PCIE)) in re_poll_locked()
2598 (sc->rl_flags & RL_FLAG_PCIE)) in re_int_task()
2690 (sc->rl_flags & RL_FLAG_PCIE)) in re_intr_msi()
3118 if ((sc->rl_flags & RL_FLAG_PCIE) != 0 && in re_init_locked()
3306 } else if ((sc->rl_flags & RL_FLAG_PCIE) != 0 && in re_init_locked()
/trueos/sys/pci/
HDif_rlreg.h935 #define RL_FLAG_PCIE 0x40000000 macro