| /linux/drivers/net/wireless/mediatek/mt76/ |
| A D | agg-rx.c | 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()
|
| A D | mac80211.c | 1180 security_idx = status->qos_ctl & IEEE80211_QOS_CTL_TID_MASK; in mt76_check_ccmp_pn() 1235 u8 tidno = status->qos_ctl & IEEE80211_QOS_CTL_TID_MASK; in mt76_airtime_report() 1319 u8 tidno = status->qos_ctl & IEEE80211_QOS_CTL_TID_MASK; in mt76_check_sta()
|
| A D | mt76x02_mac.c | 872 status->qos_ctl = *ieee80211_get_qos_ctl(hdr); in mt76x02_mac_process_rx()
|
| A D | mt76.h | 676 u8 qos_ctl; member
|
| /linux/drivers/staging/rtl8192e/ |
| A D | rtllib_tx.c | 529 int bytes, fc, qos_ctl = 0, hdr_len; in rtllib_xmit_inter() local 662 qos_ctl |= QOS_CTL_NOTCONTAIN_ACK; in rtllib_xmit_inter() 665 qos_ctl = 0; in rtllib_xmit_inter() 681 qos_ctl |= skb->priority; in rtllib_xmit_inter() 682 header.qos_ctrl = cpu_to_le16(qos_ctl & RTLLIB_QOS_TID); in rtllib_xmit_inter()
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7921/ |
| A D | mac.c | 173 u8 chfreq, qos_ctl = 0, remove_pad, amsdu_info; in mt7921_mac_fill_rx() local 272 qos_ctl = FIELD_GET(MT_RXD8_QOS_CTL, v2); in mt7921_mac_fill_rx() 429 qos_ctl = *ieee80211_get_qos_ctl(hdr); in mt7921_mac_fill_rx() 445 status->qos_ctl = qos_ctl; in mt7921_mac_fill_rx()
|
| /linux/drivers/net/wireless/ti/wl1251/ |
| A D | wl12xx_80211.h | 132 __le16 qos_ctl; member
|
| /linux/drivers/net/wireless/intel/ipw2x00/ |
| A D | libipw_tx.c | 255 .qos_ctl = 0 in libipw_xmit() 325 header.qos_ctl |= cpu_to_le16(skb->priority & LIBIPW_QCTL_TID); in libipw_xmit()
|
| A D | libipw.h | 381 __le16 qos_ctl; member
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7925/ |
| A D | mac.c | 358 u8 chfreq, qos_ctl = 0, remove_pad, amsdu_info; in mt7925_mac_fill_rx() local 452 qos_ctl = FIELD_GET(MT_RXD10_QOS_CTL, v2); in mt7925_mac_fill_rx() 592 qos_ctl = *ieee80211_get_qos_ctl(hdr); in mt7925_mac_fill_rx() 619 status->qos_ctl = qos_ctl; in mt7925_mac_fill_rx()
|
| /linux/drivers/net/wireless/ath/ath12k/ |
| A D | dp_tx.c | 30 u8 *qos_ctl; in ath12k_dp_tx_encap_nwifi() local 35 qos_ctl = ieee80211_get_qos_ctl(hdr); in ath12k_dp_tx_encap_nwifi() 37 skb->data, (void *)qos_ctl - (void *)skb->data); in ath12k_dp_tx_encap_nwifi()
|
| A D | dp_rx.c | 1966 u16 qos_ctl; in ath12k_dp_rx_h_undecap_nwifi() local 1979 qos_ctl = rxcb->tid; in ath12k_dp_rx_h_undecap_nwifi() 1982 qos_ctl |= IEEE80211_QOS_CTL_MESH_CONTROL_PRESENT; in ath12k_dp_rx_h_undecap_nwifi() 1998 IEEE80211_QOS_CTL_LEN), &qos_ctl, in ath12k_dp_rx_h_undecap_nwifi() 2071 u16 qos_ctl; in ath12k_get_dot11_hdr_from_rx_desc() local 2095 qos_ctl = rxcb->tid; in ath12k_get_dot11_hdr_from_rx_desc() 2097 qos_ctl |= IEEE80211_QOS_CTL_MESH_CONTROL_PRESENT; in ath12k_get_dot11_hdr_from_rx_desc() 2101 &qos_ctl, IEEE80211_QOS_CTL_LEN); in ath12k_get_dot11_hdr_from_rx_desc()
|
| /linux/drivers/net/wireless/ath/ath11k/ |
| A D | dp_tx.c | 33 u8 *qos_ctl; in ath11k_dp_tx_encap_nwifi() local 38 qos_ctl = ieee80211_get_qos_ctl(hdr); in ath11k_dp_tx_encap_nwifi() 40 skb->data, (void *)qos_ctl - (void *)skb->data); in ath11k_dp_tx_encap_nwifi()
|
| A D | dp_rx.c | 1971 u16 qos_ctl = 0; in ath11k_dp_rx_h_undecap_nwifi() local 2002 qos_ctl = rxcb->tid; in ath11k_dp_rx_h_undecap_nwifi() 2005 qos_ctl |= IEEE80211_QOS_CTL_MESH_CONTROL_PRESENT; in ath11k_dp_rx_h_undecap_nwifi() 2022 IEEE80211_QOS_CTL_LEN), &qos_ctl, in ath11k_dp_rx_h_undecap_nwifi()
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7615/ |
| A D | mac.c | 351 u8 chfreq, amsdu_info, qos_ctl = 0; in mt7615_mac_fill_rx() local 425 qos_ctl = FIELD_GET(MT_RXD6_QOS_CTL, v2); in mt7615_mac_fill_rx() 642 qos_ctl = *ieee80211_get_qos_ctl(hdr); in mt7615_mac_fill_rx() 653 status->qos_ctl = qos_ctl; in mt7615_mac_fill_rx()
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7915/ |
| A D | mac.c | 296 u8 mode = 0, qos_ctl = 0; in mt7915_mac_fill_rx() local 383 qos_ctl = FIELD_GET(MT_RXD8_QOS_CTL, v2); in mt7915_mac_fill_rx() 544 qos_ctl = *ieee80211_get_qos_ctl(hdr); in mt7915_mac_fill_rx() 560 status->qos_ctl = qos_ctl; in mt7915_mac_fill_rx()
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7996/ |
| A D | mac.c | 444 u8 mode = 0, qos_ctl = 0; in mt7996_mac_fill_rx() local 528 qos_ctl = FIELD_GET(MT_RXD10_QOS_CTL, v2); in mt7996_mac_fill_rx() 673 qos_ctl = *qos; in mt7996_mac_fill_rx() 696 status->qos_ctl = qos_ctl; in mt7996_mac_fill_rx()
|
| /linux/drivers/net/ethernet/mellanox/mlx4/ |
| A D | cmd.c | 1942 port_qos_ctl = &priv->mfunc.master.qos_ctl[port]; in mlx4_set_default_port_qos() 1965 port_qos = &priv->mfunc.master.qos_ctl[port]; in mlx4_allocate_port_vpps() 2888 port_qos = &priv->mfunc.master.qos_ctl[port]; in mlx4_set_vport_qos() 2935 info = &priv->mfunc.master.qos_ctl[port]; in mlx4_is_vf_vst_and_prio_qos()
|
| A D | mlx4.h | 607 struct mlx4_qos_manager qos_ctl[MLX4_MAX_PORTS + 1]; member
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| A D | mac.c | 3794 u8 *qos_ctl; in ath10k_tx_h_nwifi() local 3799 qos_ctl = ieee80211_get_qos_ctl(hdr); in ath10k_tx_h_nwifi() 3801 skb->data, (void *)qos_ctl - (void *)skb->data); in ath10k_tx_h_nwifi() 3877 u8 tid, *qos_ctl; in ath10k_mac_tx_h_fill_cb() local 3895 qos_ctl = ieee80211_get_qos_ctl(hdr); in ath10k_mac_tx_h_fill_cb() 3896 tid = (*qos_ctl) & IEEE80211_QOS_CTL_TID_MASK; in ath10k_mac_tx_h_fill_cb()
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7603/ |
| A D | mac.c | 683 status->qos_ctl = *ieee80211_get_qos_ctl(hdr); in mt7603_mac_fill_rx()
|