Home
last modified time | relevance | path

Searched refs:qos_ac (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_xmit.c937 int qos_ac; in arn_test_get_txq() local
952 qos_ac = WME_AC_BK; in arn_test_get_txq()
955 qos_ac = WME_AC_BE; in arn_test_get_txq()
958 qos_ac = WME_AC_VI; in arn_test_get_txq()
961 qos_ac = WME_AC_VO; in arn_test_get_txq()
965 qos_ac = WME_AC_VO; in arn_test_get_txq()
969 qos_ac = WME_AC_VO; in arn_test_get_txq()
972 qos_ac = WME_AC_VO; in arn_test_get_txq()
974 qos_ac = WME_AC_BK; in arn_test_get_txq()
976 qnum = arn_get_hal_qnum(qos_ac, sc); in arn_test_get_txq()
/illumos-gate/usr/src/uts/common/io/iwh/
H A Diwh.c5857 int qos_ac = QOS_AC_INVALID; in iwh_wme_to_qos_ac() local
5862 return (qos_ac); in iwh_wme_to_qos_ac()
5867 qos_ac = QOS_AC_BK; in iwh_wme_to_qos_ac()
5870 qos_ac = QOS_AC_BE; in iwh_wme_to_qos_ac()
5873 qos_ac = QOS_AC_VI; in iwh_wme_to_qos_ac()
5876 qos_ac = QOS_AC_VO; in iwh_wme_to_qos_ac()
5880 return (qos_ac); in iwh_wme_to_qos_ac()
6033 iwh_qos_ac_to_txq(int qos_ac) in iwh_qos_ac_to_txq() argument
6035 switch (qos_ac) { in iwh_qos_ac_to_txq()
6053 int qos_ac; in iwh_wme_tid_to_txq() local
[all …]
/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwn.c3475 int qos_ac; in iwn_wme_to_qos_ac() local
3479 qos_ac = QOS_AC_BK; in iwn_wme_to_qos_ac()
3482 qos_ac = QOS_AC_BE; in iwn_wme_to_qos_ac()
3485 qos_ac = QOS_AC_VI; in iwn_wme_to_qos_ac()
3488 qos_ac = QOS_AC_VO; in iwn_wme_to_qos_ac()
3493 qos_ac = QOS_AC_INVALID; in iwn_wme_to_qos_ac()
3497 return (qos_ac); in iwn_wme_to_qos_ac()
3626 iwn_qos_ac_to_txq(int qos_ac) in iwn_qos_ac_to_txq() argument
3628 switch (qos_ac) { in iwn_qos_ac_to_txq()
3646 int qos_ac; in iwn_wme_tid_to_txq() local
[all …]