Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/ic/
Drtwnvar.h70 int ac2idx[EDCA_NUM_AC]; member
/openbsd/src/sys/dev/usb/
Dif_urtwn.c190 int ac2idx[EDCA_NUM_AC]; member
609 sc->ac2idx[EDCA_AC_BK] = in urtwn_open_pipes()
610 sc->ac2idx[EDCA_AC_BE] = (sc->ntx == 3) ? 2 : ((sc->ntx == 2) ? 1 : 0); in urtwn_open_pipes()
611 sc->ac2idx[EDCA_AC_VI] = (sc->ntx == 3) ? 1 : 0; in urtwn_open_pipes()
612 sc->ac2idx[EDCA_AC_VO] = 0; /* Always use highest prio. */ in urtwn_open_pipes()
1670 pipe = sc->tx_pipe[sc->ac2idx[qid]]; in urtwn_tx()