Searched refs:RGE_RXQUEUE_CTRL (Results 1 – 2 of 2) sorted by relevance
71 #define RGE_RXQUEUE_CTRL 0x4800 macro
710 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()