Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dagg-rx.c125 u8 tidno = status->qos_ctl & IEEE80211_QOS_CTL_TID_MASK; in mt76_rx_aggr_check_ctl()
134 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.c1155 security_idx = status->qos_ctl & IEEE80211_QOS_CTL_TID_MASK; in mt76_check_ccmp_pn()
1210 u8 tidno = status->qos_ctl & IEEE80211_QOS_CTL_TID_MASK; in mt76_airtime_report()
1294 u8 tidno = status->qos_ctl & IEEE80211_QOS_CTL_TID_MASK; in mt76_check_sta()
H A Dmt76x02_mac.c872 status->qos_ctl = *ieee80211_get_qos_ctl(hdr); in mt76x02_mac_process_rx()
H A Dmt76.h629 u8 qos_ctl; member
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dmac.c177 u8 chfreq, qos_ctl = 0, remove_pad, amsdu_info; in mt7921_mac_fill_rx() local
274 qos_ctl = FIELD_GET(MT_RXD8_QOS_CTL, v2); in mt7921_mac_fill_rx()
431 qos_ctl = *ieee80211_get_qos_ctl(hdr); in mt7921_mac_fill_rx()
447 status->qos_ctl = qos_ctl; in mt7921_mac_fill_rx()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Ddp_tx.c30 u8 *qos_ctl; in ath12k_dp_tx_encap_nwifi() local
35 qos_ctl = ieee80211_get_qos_ctl(hdr); in ath12k_dp_tx_encap_nwifi()
38 skb->data, (void *)qos_ctl - (void *)skb->data); in ath12k_dp_tx_encap_nwifi()
40 skb->data, qos_ctl - skb->data); in ath12k_dp_tx_encap_nwifi()
H A Ddp_rx.c1973 u16 qos_ctl; in ath12k_dp_rx_h_undecap_nwifi() local
1986 qos_ctl = rxcb->tid; in ath12k_dp_rx_h_undecap_nwifi()
1989 qos_ctl |= IEEE80211_QOS_CTL_MESH_CONTROL_PRESENT; in ath12k_dp_rx_h_undecap_nwifi()
2005 IEEE80211_QOS_CTL_LEN), &qos_ctl, in ath12k_dp_rx_h_undecap_nwifi()
2078 u16 qos_ctl; in ath12k_get_dot11_hdr_from_rx_desc() local
2102 qos_ctl = rxcb->tid; in ath12k_get_dot11_hdr_from_rx_desc()
2104 qos_ctl |= IEEE80211_QOS_CTL_MESH_CONTROL_PRESENT; in ath12k_get_dot11_hdr_from_rx_desc()
2108 &qos_ctl, IEEE80211_QOS_CTL_LEN); in ath12k_get_dot11_hdr_from_rx_desc()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Ddp_tx.c33 u8 *qos_ctl; in ath11k_dp_tx_encap_nwifi() local
38 qos_ctl = ieee80211_get_qos_ctl(hdr); in ath11k_dp_tx_encap_nwifi()
41 skb->data, (void *)qos_ctl - (void *)skb->data); in ath11k_dp_tx_encap_nwifi()
43 skb->data, qos_ctl - (u8 *)skb->data); in ath11k_dp_tx_encap_nwifi()
H A Ddp_rx.c1992 u16 qos_ctl = 0; in ath11k_dp_rx_h_undecap_nwifi() local
2023 qos_ctl = rxcb->tid; in ath11k_dp_rx_h_undecap_nwifi()
2026 qos_ctl |= IEEE80211_QOS_CTL_MESH_CONTROL_PRESENT; in ath11k_dp_rx_h_undecap_nwifi()
2047 IEEE80211_QOS_CTL_LEN), &qos_ctl, in ath11k_dp_rx_h_undecap_nwifi()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dmac.c354 u8 chfreq, amsdu_info, qos_ctl = 0; in mt7615_mac_fill_rx() local
428 qos_ctl = FIELD_GET(MT_RXD6_QOS_CTL, v2); in mt7615_mac_fill_rx()
645 qos_ctl = *ieee80211_get_qos_ctl(hdr); in mt7615_mac_fill_rx()
656 status->qos_ctl = qos_ctl; in mt7615_mac_fill_rx()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmac.c473 u8 mode = 0, qos_ctl = 0; in mt7996_mac_fill_rx() local
556 qos_ctl = FIELD_GET(MT_RXD10_QOS_CTL, v2); in mt7996_mac_fill_rx()
701 qos_ctl = *qos; in mt7996_mac_fill_rx()
722 status->qos_ctl = qos_ctl; in mt7996_mac_fill_rx()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmac.c297 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/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.c3801 u8 *qos_ctl; in ath10k_tx_h_nwifi() local
3806 qos_ctl = ieee80211_get_qos_ctl(hdr); in ath10k_tx_h_nwifi()
3809 skb->data, (void *)qos_ctl - (void *)skb->data); in ath10k_tx_h_nwifi()
3811 skb->data, qos_ctl - skb->data); in ath10k_tx_h_nwifi()
3892 u8 tid, *qos_ctl; in ath10k_mac_tx_h_fill_cb() local
3910 qos_ctl = ieee80211_get_qos_ctl(hdr); in ath10k_mac_tx_h_fill_cb()
3911 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.c683 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