Searched refs:peer_tx (Results 1 – 2 of 2) sorted by relevance
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()