Searched refs:sc_haltype2q (Results 1 – 3 of 3) sorted by relevance
911 if (haltype >= ARRAY_SIZE(sc->sc_haltype2q)) { in arn_tx_get_qnum()914 haltype, ARRAY_SIZE(sc->sc_haltype2q))); in arn_tx_get_qnum()917 qnum = sc->sc_haltype2q[haltype]; in arn_tx_get_qnum()1680 if (haltype >= ARRAY_SIZE(sc->sc_haltype2q)) { in arn_tx_setup()1683 haltype, ARRAY_SIZE(sc->sc_haltype2q))); in arn_tx_setup()1688 sc->sc_haltype2q[haltype] = txq->axq_qnum; in arn_tx_setup()
1331 qnum = sc->sc_haltype2q[ATH9K_WME_AC_VO]; in arn_get_hal_qnum()1334 qnum = sc->sc_haltype2q[ATH9K_WME_AC_VI]; in arn_get_hal_qnum()1337 qnum = sc->sc_haltype2q[ATH9K_WME_AC_BE]; in arn_get_hal_qnum()1340 qnum = sc->sc_haltype2q[ATH9K_WME_AC_BK]; in arn_get_hal_qnum()1343 qnum = sc->sc_haltype2q[ATH9K_WME_AC_BE]; in arn_get_hal_qnum()3030 for (i = 0; i < ARRAY_SIZE(sc->sc_haltype2q); i++) in arn_attach()3031 sc->sc_haltype2q[i] = -1; in arn_attach()
933 int sc_haltype2q[ATH9K_WME_AC_VO+1]; /* HAL WME AC -> h/w qnum */ member