Home
last modified time | relevance | path

Searched refs:qos_ctl (Results 1 – 18 of 18) sorted by relevance

/freebsd/sys/contrib/dev/athk/ath12k/
H A Ddp_tx.c33 u8 *qos_ctl; in ath12k_dp_tx_encap_nwifi() local
38 qos_ctl = ieee80211_get_qos_ctl(hdr); in ath12k_dp_tx_encap_nwifi()
41 skb->data, (void *)qos_ctl - (void *)skb->data); in ath12k_dp_tx_encap_nwifi()
43 skb->data, qos_ctl - skb->data); in ath12k_dp_tx_encap_nwifi()
H A Ddp_rx.c952 u16 qos_ctl; in ath12k_dp_rx_h_undecap_nwifi() local
965 qos_ctl = rxcb->tid; in ath12k_dp_rx_h_undecap_nwifi()
968 qos_ctl |= IEEE80211_QOS_CTL_MESH_CONTROL_PRESENT; in ath12k_dp_rx_h_undecap_nwifi()
985 IEEE80211_QOS_CTL_LEN), &qos_ctl, in ath12k_dp_rx_h_undecap_nwifi()
1061 __le16 qos_ctl; in ath12k_get_dot11_hdr_from_rx_desc() local
1084 qos_ctl = cpu_to_le16(rxcb->tid & IEEE80211_QOS_CTL_TID_MASK); in ath12k_get_dot11_hdr_from_rx_desc()
1086 qos_ctl |= cpu_to_le16(IEEE80211_QOS_CTL_MESH_CONTROL_PRESENT); in ath12k_get_dot11_hdr_from_rx_desc()
1088 memcpy(ieee80211_get_qos_ctl(qos_ptr), &qos_ctl, IEEE80211_QOS_CTL_LEN); in ath12k_get_dot11_hdr_from_rx_desc()
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dagg-rx.c134 status->qos_ctl = tidno = le16_to_cpu(bar->control) >> 12; in mt76_rx_aggr_check_ctl()
156 u8 tidno = status->qos_ctl & IEEE80211_QOS_CTL_TID_MASK; in mt76_rx_aggr_reorder()
172 ackp = status->qos_ctl & IEEE80211_QOS_CTL_ACK_POLICY_MASK; in mt76_rx_aggr_reorder()
H A Dmac80211.c1276 skb->priority = mstat.qos_ctl & IEEE80211_QOS_CTL_TID_MASK; in mt76_rx_convert()
1340 security_idx = status->qos_ctl & IEEE80211_QOS_CTL_TID_MASK; in mt76_check_ccmp_pn()
1395 u8 tidno = status->qos_ctl & IEEE80211_QOS_CTL_TID_MASK; in mt76_airtime_report()
1479 u8 tidno = status->qos_ctl & IEEE80211_QOS_CTL_TID_MASK; in mt76_check_sta()
H A Dmt76x02_mac.c870 status->qos_ctl = *ieee80211_get_qos_ctl(hdr); in mt76x02_mac_process_rx()
H A Dmt76.h749 u8 qos_ctl; member
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dmac.c180 u8 chfreq, qos_ctl = 0, remove_pad, amsdu_info; in mt7921_mac_fill_rx() local
275 qos_ctl = FIELD_GET(MT_RXD8_QOS_CTL, v2); in mt7921_mac_fill_rx()
432 qos_ctl = *ieee80211_get_qos_ctl(hdr); in mt7921_mac_fill_rx()
448 status->qos_ctl = qos_ctl; in mt7921_mac_fill_rx()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7925/
H A Dmac.c359 u8 chfreq, qos_ctl = 0, remove_pad, amsdu_info; in mt7925_mac_fill_rx() local
449 qos_ctl = FIELD_GET(MT_RXD10_QOS_CTL, v2); in mt7925_mac_fill_rx()
589 qos_ctl = *ieee80211_get_qos_ctl(hdr); in mt7925_mac_fill_rx()
616 status->qos_ctl = qos_ctl; in mt7925_mac_fill_rx()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Ddp_tx.c34 u8 *qos_ctl; in ath11k_dp_tx_encap_nwifi() local
39 qos_ctl = ieee80211_get_qos_ctl(hdr); in ath11k_dp_tx_encap_nwifi()
42 skb->data, (void *)qos_ctl - (void *)skb->data); in ath11k_dp_tx_encap_nwifi()
44 skb->data, qos_ctl - (u8 *)skb->data); in ath11k_dp_tx_encap_nwifi()
H A Ddp_rx.c1985 u16 qos_ctl = 0; in ath11k_dp_rx_h_undecap_nwifi() local
2016 qos_ctl = rxcb->tid; in ath11k_dp_rx_h_undecap_nwifi()
2019 qos_ctl |= IEEE80211_QOS_CTL_MESH_CONTROL_PRESENT; in ath11k_dp_rx_h_undecap_nwifi()
2040 IEEE80211_QOS_CTL_LEN), &qos_ctl, in ath11k_dp_rx_h_undecap_nwifi()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dmac.c351 u8 chfreq, amsdu_info, qos_ctl = 0; in mt7615_mac_fill_rx() local
421 qos_ctl = FIELD_GET(MT_RXD6_QOS_CTL, v2); in mt7615_mac_fill_rx()
638 qos_ctl = *ieee80211_get_qos_ctl(hdr); in mt7615_mac_fill_rx()
649 status->qos_ctl = qos_ctl; in mt7615_mac_fill_rx()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmac.c301 u8 mode = 0, qos_ctl = 0; in mt7915_mac_fill_rx() local
384 qos_ctl = FIELD_GET(MT_RXD8_QOS_CTL, v2); in mt7915_mac_fill_rx()
545 qos_ctl = *ieee80211_get_qos_ctl(hdr); in mt7915_mac_fill_rx()
561 status->qos_ctl = qos_ctl; in mt7915_mac_fill_rx()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmac.c474 u8 mode = 0, qos_ctl = 0; in mt7996_mac_fill_rx() local
558 qos_ctl = FIELD_GET(MT_RXD10_QOS_CTL, v2); in mt7996_mac_fill_rx()
711 qos_ctl = *qos; in mt7996_mac_fill_rx()
746 status->qos_ctl = qos_ctl; in mt7996_mac_fill_rx()
/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_cmd.c1944 port_qos_ctl = &priv->mfunc.master.qos_ctl[port]; in mlx4_set_default_port_qos()
1967 port_qos = &priv->mfunc.master.qos_ctl[port]; in mlx4_allocate_port_vpps()
2883 port_qos = &priv->mfunc.master.qos_ctl[port]; in mlx4_set_vport_qos()
2930 info = &priv->mfunc.master.qos_ctl[port]; in mlx4_is_vf_vst_and_prio_qos()
H A Dmlx4.h596 struct mlx4_qos_manager qos_ctl[MLX4_MAX_PORTS + 1]; member
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dmac.c3823 u8 *qos_ctl; in ath10k_tx_h_nwifi() local
3828 qos_ctl = ieee80211_get_qos_ctl(hdr); in ath10k_tx_h_nwifi()
3831 skb->data, (void *)qos_ctl - (void *)skb->data); in ath10k_tx_h_nwifi()
3833 skb->data, qos_ctl - skb->data); in ath10k_tx_h_nwifi()
3914 u8 tid, *qos_ctl; in ath10k_mac_tx_h_fill_cb() local
3932 qos_ctl = ieee80211_get_qos_ctl(hdr); in ath10k_mac_tx_h_fill_cb()
3933 tid = (*qos_ctl) & IEEE80211_QOS_CTL_TID_MASK; in ath10k_mac_tx_h_fill_cb()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7603/
H A Dmac.c680 status->qos_ctl = *ieee80211_get_qos_ctl(hdr); in mt7603_mac_fill_rx()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_nl80211.c10324 u16 qos_ctl; in nl80211_send_null_frame() member