Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dif_rgereg.h71 #define RGE_RXQUEUE_CTRL 0x4800 macro
H A Dif_rge.c710 val = RGE_READ_2(sc, RGE_RXQUEUE_CTRL) & ~0x001c; in rge_init()
711 RGE_WRITE_2(sc, RGE_RXQUEUE_CTRL, val | (fls(sc->sc_nqueues) - 1) << 2); in rge_init()