Home
last modified time | relevance | path

Searched full:rx_ctl (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/sge/
H A Dif_sgereg.h57 #define RX_CTL 0x10 macro
120 * RX_CTL Register Content
H A Dif_sge.c517 CSR_WRITE_4(sc, RX_CTL, 0x1a00); in sge_reset()
1356 CSR_WRITE_4(sc, RX_CTL, in sge_intr()
1688 CSR_WRITE_4(sc, RX_CTL, 0x1a00 | 0x000c | RX_CTL_POLL | RX_CTL_ENB); in sge_init_locked()
1886 CSR_WRITE_4(sc, RX_CTL, 0x1a00); in sge_stop()
/freebsd/usr.sbin/wlanstats/
H A Dwlanstats.c90 { 5, "rx_ctl", "ctl", "rx ctrl frames" },
696 case S_RX_CTL: STAT(rx_ctl); in wlan_get_curstat()
861 case S_RX_CTL: STAT(rx_ctl); in wlan_get_totstat()
/freebsd/tools/tools/ath/athstats/
H A Dathstats.c657 case S_RX_CTL: STAT(rx_ctl); in ath_get_curstat()
909 case S_RX_CTL: STAT(rx_ctl); in ath_get_totstat()
/freebsd/usr.sbin/bhyve/
H A Dpci_e82545.c752 DPRINTF("rx_ctl - %s RCTL %x, val %x", in e82545_rx_ctl()