Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/vge/
H A Dif_vge.c1519 CSR_WRITE_1(sc, VGE_RXQCSRS, VGE_RXQCSR_RUN); in vge_npoll_compat()
1520 CSR_WRITE_1(sc, VGE_RXQCSRS, VGE_RXQCSR_WAK); in vge_npoll_compat()
1582 CSR_WRITE_1(sc, VGE_RXQCSRS, VGE_RXQCSR_RUN); in vge_intr()
1583 CSR_WRITE_1(sc, VGE_RXQCSRS, VGE_RXQCSR_WAK); in vge_intr()
1830 CSR_WRITE_1(sc, VGE_RXQCSRS, VGE_RXQCSR_RUN); in vge_init()
1831 CSR_WRITE_1(sc, VGE_RXQCSRS, VGE_RXQCSR_WAK); in vge_init()
H A Dif_vgereg.h85 #define VGE_RXQCSRS 0x32 /* RX queue ctl/status set */ macro