Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath/
H A Dif_ath_rx.c539 sc->sc_rx_th.wr_v.vh_flags = ATH_VENDOR_PKT_RX; in ath_rx_tap_vendor()
548 sc->sc_rx_th.wr_v.vh_flags |= ATH_VENDOR_PKT_ISAGGR; in ath_rx_tap_vendor()
550 sc->sc_rx_th.wr_v.vh_flags |= ATH_VENDOR_PKT_MOREAGGR; in ath_rx_tap_vendor()
555 sc->sc_rx_th.wr_v.vh_flags |= ATH_VENDOR_PKT_RXPHYERR; in ath_rx_tap_vendor()
H A Dif_athioctl.h312 uint8_t vh_flags; /* General flags */ member