HomeSort by: relevance | last modified time | path
    Searched refs:WPI_RX_INTR (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_wpireg.h 157 #define WPI_RX_INTR (1 << 31)
160 (WPI_SW_ERROR | WPI_HW_ERROR | WPI_TX_INTR | WPI_RX_INTR | \
if_wpi.c 122 static void wpi_rx_intr(struct wpi_softc *, struct wpi_rx_desc *,
1477 wpi_rx_intr(struct wpi_softc *sc, struct wpi_rx_desc *desc, function in typeref:typename:void
1728 wpi_rx_intr(sc, desc, data);
1856 if (r & WPI_RX_INTR)

Completed in 138 milliseconds