Home
last modified time | relevance | path

Searched full:rx_ctl (Results 1 – 6 of 6) 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/sys/contrib/device-tree/src/arm64/renesas/
H A Drzg3e-smarc-som.dtsi183 <RZG3E_PORT_PINMUX(A, 2, 1)>, /* RX_CTL */
208 <RZG3E_PORT_PINMUX(D, 2, 1)>, /* RX_CTL */
/freebsd/usr.sbin/wlanstat/
H A Dwlanstat.c90 { 5, "rx_ctl", "ctl", "rx ctrl frames" },
710 case S_RX_CTL: STAT(rx_ctl); in wlan_get_curstat()
882 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()