Searched refs:WPI_CMD_QUEUE_NUM (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/wpi/
H A Dif_wpi.c612 bcn->ac = WPI_CMD_QUEUE_NUM;
2109 struct wpi_tx_ring *ring = &sc->txq[WPI_CMD_QUEUE_NUM];
2118 if ((desc->qid & WPI_RX_DESC_QID_MSK) != WPI_CMD_QUEUE_NUM)
2689 if (ring->qid < WPI_CMD_QUEUE_NUM) {
2733 if (ring->qid < WPI_CMD_QUEUE_NUM) {
3213 struct wpi_tx_ring *ring = &sc->txq[WPI_CMD_QUEUE_NUM];
H A Dif_wpireg.h34 #define WPI_CMD_QUEUE_NUM 4 macro

Completed in 78 milliseconds