Home
last modified time | relevance | path

Searched refs:qos (Results 51 – 75 of 108) sorted by relevance

12345

/freebsd/sys/dev/malo/
H A Dif_malo.c1038 uint16_t qos; in malo_tx_start() local
1045 qos = *(uint16_t *)ieee80211_getqos(wh); in malo_tx_start()
1047 qos = 0; in malo_tx_start()
1149 ds->qosctrl = qos; /* NB: already little-endian */ in malo_tx_start()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dhtt_rx.c1454 u8 *qos; in ath10k_htt_rx_h_undecap_raw() local
1510 qos = ieee80211_get_qos_ctl(hdr); in ath10k_htt_rx_h_undecap_raw()
1511 qos[0] |= IEEE80211_QOS_CTL_A_MSDU_PRESENT; in ath10k_htt_rx_h_undecap_raw()
2066 u8 *qos; in ath10k_htt_rx_h_mpdu() local
2111 qos = ieee80211_get_qos_ctl(hdr); in ath10k_htt_rx_h_mpdu()
2112 qos[0] &= ~IEEE80211_QOS_CTL_A_MSDU_PRESENT; in ath10k_htt_rx_h_mpdu()
2614 bool pn_invalid, qos, first_msdu; in ath10k_htt_rx_proc_rx_ind_hl() local
2691 qos = ieee80211_is_data_qos(hdr->frame_control); in ath10k_htt_rx_proc_rx_ind_hl()
2795 if (!qos && tid < IEEE80211_NUM_TIDS) { in ath10k_htt_rx_proc_rx_ind_hl()
/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_rl.c860 if (!MLX5_CAP_GEN(priv->mdev, qos) || !MLX5_CAP_QOS(priv->mdev, packet_pacing)) in mlx5e_rl_init()
1071 if (!MLX5_CAP_GEN(priv->mdev, qos) || !MLX5_CAP_QOS(priv->mdev, packet_pacing)) in mlx5e_rl_cleanup()
1215 if (!MLX5_CAP_GEN(priv->mdev, qos) || in mlx5e_rl_snd_tag_alloc()
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76_connac_mcu.h292 u8 qos; member
625 u8 qos; member
1386 u8 qos; member
H A Dmt76_connac_mcu.c422 basic->qos = sta->wme; in mt76_connac_mcu_sta_basic_tlv()
559 generic->qos = sta->wme; in mt76_connac_mcu_wtbl_generic_tlv()
1516 struct mt76_connac_bss_qos_tlv qos; in mt76_connac_mcu_uni_add_bss() member
1532 .qos = { in mt76_connac_mcu_uni_add_bss()
1535 .qos = vif->bss_conf.qos, in mt76_connac_mcu_uni_add_bss()
/freebsd/sys/dev/otus/
H A Dif_otus.c2231 uint16_t macctl, qos; in otus_tx() local
2263 qos = ((const struct ieee80211_qosframe *)wh)->i_qos[0]; in otus_tx()
2264 tid = qos & IEEE80211_QOS_TID; in otus_tx()
2267 qos = 0; in otus_tx()
2295 (hasqos && ((qos & IEEE80211_QOS_ACKPOLICY) == in otus_tx()
/freebsd/sys/dev/rtwn/
H A Dif_rtwn.c731 uint8_t *ptr, int qos) in rtwn_construct_nulldata() argument
750 if (qos) { in rtwn_construct_nulldata()
768 ic->ic_curmode == IEEE80211_MODE_11B, qos, uvp->id); in rtwn_construct_nulldata()
/freebsd/sys/dev/usb/wlan/
H A Dif_rum.c1629 uint8_t ac, type, qos, xflags = 0; in rum_tx_data() local
1639 qos = ((const struct ieee80211_qosframe *)wh)->i_qos[0]; in rum_tx_data()
1641 qos = 0; in rum_tx_data()
1704 if (!qos || (qos & IEEE80211_QOS_ACKPOLICY) != in rum_tx_data()
H A Dif_rsu.c2753 uint8_t rate, ridx, type, cipher, qos; in rsu_tx_start() local
2802 qos = ((const struct ieee80211_qosframe *)wh)->i_qos[0]; in rsu_tx_start()
2809 qos = 0; in rsu_tx_start()
2868 if (!ismcast && (!qos || (qos & IEEE80211_QOS_ACKPOLICY) != in rsu_tx_start()
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_link_mgr.c430 if (sm->p_subn->opt.qos && in link_mgr_set_physp_pi()
H A Dosm_subnet.c820 { "qos", OPT_OFFSET(qos), opts_parse_boolean, NULL, 1 },
1619 p_opt->qos = FALSE; in osm_subn_set_default_opt()
2109 if (p_opts->qos) { in osm_subn_verify_config()
2813 p_opts->qos ? "TRUE" : "FALSE", p_opts->qos_policy_file, in osm_subn_output_conf()
H A Dmain.c956 opt.qos = TRUE; in main()
H A Dosm_qos.c458 if (!p_osm->subn.opt.qos) in osm_qos_setup()
H A Dosm_dump.c738 if (osm->subn.opt.qos || in osm_dump_all()
H A Dosm_prtn_config.c241 if (!conf->p_subn->opt.qos && conf->flags.sl != OSM_DEFAULT_SL) { in partition_create()
/freebsd/sys/contrib/alpine-hal/
H A Dal_hal_udma_config.c119 reg |= (m2s_sm->qos << UDMA_AXI_M2S_COMP_WR_CFG_2_AWQOS_SHIFT) & in al_udma_m2s_axi_sm_set()
215 reg |= (s2m_sm->qos << UDMA_AXI_S2M_COMP_WR_CFG_2_AWQOS_SHIFT) & in al_udma_s2m_axi_sm_set()
/freebsd/tools/build/test-includes/
H A Dbadfiles.inc249 netgraph/qos.h \
/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dmac80211.h291 bool qos; member
2346 int linkid, bool qos) in ieee80211_nullfunc_get() argument
2353 return (linuxkpi_ieee80211_nullfunc_get(hw, vif, linkid, qos)); in ieee80211_nullfunc_get()
/freebsd/sys/dev/ral/
H A Drt2860.c1465 uint16_t qos, dur; in rt2860_tx() local
1502 qos = ((const struct ieee80211_qosframe *)wh)->i_qos[0]; in rt2860_tx()
1504 qos = 0; in rt2860_tx()
1516 txwi->xflags = qos ? 0 : RT2860_TX_NSEQ; in rt2860_tx()
1551 (!qos || (qos & IEEE80211_QOS_ACKPOLICY) != in rt2860_tx()
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fw.c207 if (MLX5_CAP_GEN(dev, qos)) { in mlx5_query_hca_caps()
/freebsd/sys/net80211/
H A Dieee80211_mesh.c1541 uint8_t qos[2]; in mesh_input() local
1659 *(uint16_t *)qos = *(uint16_t *)ieee80211_getqos(wh); in mesh_input()
1668 if (!(qos[1] & IEEE80211_QOS_MC)) { in mesh_input()
1765 if (qos[0] & IEEE80211_QOS_AMSDU) { in mesh_input()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.c1856 vif->bss_conf.qos = 0; in _lkpi_sta_assoc_to_down()
2027 vif->bss_conf.qos) { in lkpi_sta_assoc_to_run()
2028 vif->bss_conf.qos ^= 1; in lkpi_sta_assoc_to_run()
2431 vif->bss_conf.qos = 0; in lkpi_sta_run_to_init()
2437 vif->bss_conf.qos = false; in lkpi_sta_run_to_init()
2805 vif->bss_conf.qos = false; in lkpi_ic_vap_create()
5762 struct ieee80211_vif *vif, int linkid, bool qos) in linuxkpi_ieee80211_nullfunc_get() argument
/freebsd/sys/dev/wpi/
H A Dif_wpi.c2793 uint16_t ac, qos; in wpi_tx_data() local
2804 qos = ((const struct ieee80211_qosframe *)wh)->i_qos[0]; in wpi_tx_data()
2805 tid = qos & IEEE80211_QOS_TID; in wpi_tx_data()
2807 qos = 0; in wpi_tx_data()
2857 if (!qos || (qos & IEEE80211_QOS_ACKPOLICY) != in wpi_tx_data()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmac.c698 u8 *qos = ieee80211_get_qos_ctl(hdr); in mt7996_mac_fill_rx() local
701 qos_ctl = *qos; in mt7996_mac_fill_rx()
708 *qos &= ~IEEE80211_QOS_CTL_A_MSDU_PRESENT; in mt7996_mac_fill_rx()
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DThreading.inc25 #include <pthread/qos.h>

12345