Searched refs:peer_tx (Results 1 – 4 of 4) sorted by relevance
71 u16 own_rx, own_tx, peer_rx, peer_tx; in ieee80211_he_mcs_intersection() local83 peer_tx = le16_to_cpu(*he_peer_tx); in ieee80211_he_mcs_intersection()84 peer_tx = (peer_tx >> i * 2) & IEEE80211_HE_MCS_NOT_SUPPORTED; in ieee80211_he_mcs_intersection()86 if (peer_tx != IEEE80211_HE_MCS_NOT_SUPPORTED) { in ieee80211_he_mcs_intersection()88 peer_tx = IEEE80211_HE_MCS_NOT_SUPPORTED; in ieee80211_he_mcs_intersection()89 else if (own_rx < peer_tx) in ieee80211_he_mcs_intersection()90 peer_tx = own_rx; in ieee80211_he_mcs_intersection()106 *he_peer_tx |= cpu_to_le16(peer_tx << i * 2); in ieee80211_he_mcs_intersection()
243 u16 own_rx, own_tx, peer_rx, peer_tx; in ieee80211_vht_cap_ie_to_sta_vht_cap() local254 peer_tx = le16_to_cpu(vht_cap->vht_mcs.tx_mcs_map); in ieee80211_vht_cap_ie_to_sta_vht_cap()255 peer_tx = (peer_tx >> i * 2) & IEEE80211_VHT_MCS_NOT_SUPPORTED; in ieee80211_vht_cap_ie_to_sta_vht_cap()257 if (peer_tx != IEEE80211_VHT_MCS_NOT_SUPPORTED) { in ieee80211_vht_cap_ie_to_sta_vht_cap()259 peer_tx = IEEE80211_VHT_MCS_NOT_SUPPORTED; in ieee80211_vht_cap_ie_to_sta_vht_cap()260 else if (own_rx < peer_tx) in ieee80211_vht_cap_ie_to_sta_vht_cap()261 peer_tx = own_rx; in ieee80211_vht_cap_ie_to_sta_vht_cap()277 vht_cap->vht_mcs.tx_mcs_map |= cpu_to_le16(peer_tx << i * 2); in ieee80211_vht_cap_ie_to_sta_vht_cap()
100 if (unlikely(!pas->peer_tx)) in __psp_sk_rx_policy_check()101 pas->peer_tx = 1; in __psp_sk_rx_policy_check()108 (!pas->peer_tx && psp_is_allowed_nondata(skb, pas))) in __psp_sk_rx_policy_check()
138 u8 peer_tx; member