Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/ath/
HDif_ath_rx.c548 sc->sc_rx_th.wr_v.vh_flags = ATH_VENDOR_PKT_RX; in ath_rx_tap_vendor()
557 sc->sc_rx_th.wr_v.vh_flags |= ATH_VENDOR_PKT_ISAGGR; in ath_rx_tap_vendor()
559 sc->sc_rx_th.wr_v.vh_flags |= ATH_VENDOR_PKT_MOREAGGR; in ath_rx_tap_vendor()
564 sc->sc_rx_th.wr_v.vh_flags |= ATH_VENDOR_PKT_RXPHYERR; in ath_rx_tap_vendor()
HDif_athioctl.h318 uint8_t vh_flags; /* General flags */ member