Home
last modified time | relevance | path

Searched refs:known (Results 1 - 25 of 42) sorted by relevance

12

/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac3_mac.c105 static const struct ieee80211_radiotap_he known = { in mt76_connac3_mac_decode_he_radiotap() local
124 he = skb_push(skb, sizeof(known)); in mt76_connac3_mac_decode_he_radiotap()
125 memcpy(he, &known, sizeof(known)); in mt76_connac3_mac_decode_he_radiotap()
H A Dmt76_connac_mac.c842 static const struct ieee80211_radiotap_he known = { in mt76_connac2_mac_decode_he_radiotap() local
861 he = skb_push(skb, sizeof(known)); in mt76_connac2_mac_decode_he_radiotap()
862 memcpy(he, &known, sizeof(known)); in mt76_connac2_mac_decode_he_radiotap()
/kernel/linux/linux-5.10/net/wireless/
H A Dscan.c1645 static void cfg80211_update_hidden_bsses(struct cfg80211_internal_bss *known, in cfg80211_update_hidden_bsses() argument
1652 list_for_each_entry(bss, &known->hidden_list, hidden_list) { in cfg80211_update_hidden_bsses()
1664 struct cfg80211_internal_bss *known, in cfg80211_update_known_bss()
1674 old = rcu_access_pointer(known->pub.proberesp_ies); in cfg80211_update_known_bss()
1676 rcu_assign_pointer(known->pub.proberesp_ies, in cfg80211_update_known_bss()
1679 rcu_assign_pointer(known->pub.ies, in cfg80211_update_known_bss()
1686 if (known->pub.hidden_beacon_bss && in cfg80211_update_known_bss()
1687 !list_empty(&known->hidden_list)) { in cfg80211_update_known_bss()
1690 /* The known BSS struct is one of the probe in cfg80211_update_known_bss()
1704 old = rcu_access_pointer(known in cfg80211_update_known_bss()
1663 cfg80211_update_known_bss(struct cfg80211_registered_device *rdev, struct cfg80211_internal_bss *known, struct cfg80211_internal_bss *new, bool signal_valid) cfg80211_update_known_bss() argument
[all...]
/kernel/linux/linux-6.6/net/wireless/
H A Dscan.c1676 static void cfg80211_update_hidden_bsses(struct cfg80211_internal_bss *known, in cfg80211_update_hidden_bsses() argument
1683 list_for_each_entry(bss, &known->hidden_list, hidden_list) { in cfg80211_update_hidden_bsses()
1695 struct cfg80211_internal_bss *known, in cfg80211_update_known_bss()
1705 old = rcu_access_pointer(known->pub.proberesp_ies); in cfg80211_update_known_bss()
1707 rcu_assign_pointer(known->pub.proberesp_ies, in cfg80211_update_known_bss()
1710 rcu_assign_pointer(known->pub.ies, in cfg80211_update_known_bss()
1717 if (known->pub.hidden_beacon_bss && in cfg80211_update_known_bss()
1718 !list_empty(&known->hidden_list)) { in cfg80211_update_known_bss()
1721 /* The known BSS struct is one of the probe in cfg80211_update_known_bss()
1735 old = rcu_access_pointer(known in cfg80211_update_known_bss()
1694 cfg80211_update_known_bss(struct cfg80211_registered_device *rdev, struct cfg80211_internal_bss *known, struct cfg80211_internal_bss *new, bool signal_valid) cfg80211_update_known_bss() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drxmq.c1562 eht->known |= cpu_to_le32(IEEE80211_RADIOTAP_EHT_KNOWN_NR_NON_OFDMA_USERS_M); in iwl_mvm_decode_eht_ext_mu()
1801 eht->known |= cpu_to_le32(IEEE80211_RADIOTAP_EHT_KNOWN_SPATIAL_REUSE); in iwl_mvm_decode_eht_phy_data()
1807 eht->known |= cpu_to_le32(IEEE80211_RADIOTAP_EHT_KNOWN_RU_ALLOC_TB_FMT); in iwl_mvm_decode_eht_phy_data()
1821 eht->known |= cpu_to_le32(IEEE80211_RADIOTAP_EHT_KNOWN_PRIMARY_80); in iwl_mvm_decode_eht_phy_data()
1834 eht->known |= cpu_to_le32(IEEE80211_RADIOTAP_EHT_KNOWN_LDPC_EXTRA_SYM_OM); in iwl_mvm_decode_eht_phy_data()
1838 eht->known |= cpu_to_le32(IEEE80211_RADIOTAP_EHT_KNOWN_PRE_PADD_FACOR_OM); in iwl_mvm_decode_eht_phy_data()
1842 eht->known |= cpu_to_le32(IEEE80211_RADIOTAP_EHT_KNOWN_PE_DISAMBIGUITY_OM); in iwl_mvm_decode_eht_phy_data()
1860 eht->known |= cpu_to_le32(IEEE80211_RADIOTAP_EHT_KNOWN_EHT_LTF); in iwl_mvm_decode_eht_phy_data()
1972 eht->known |= cpu_to_le32(IEEE80211_RADIOTAP_EHT_KNOWN_GI); in iwl_mvm_rx_eht()
1982 eht->known | in iwl_mvm_rx_eht()
2026 static const struct ieee80211_radiotap_he known = { iwl_mvm_rx_he() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_txrx_lib.c53 if (!decoded.known) in ice_ptype_to_htype()
124 if (!(decoded.known && decoded.outer_ip)) in ice_rx_csum()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Ddt_cpu_ftrs.c162 /* Does not have a known recipe */ in feat_try_enable_unknown()
172 /* Does not have a known recipe */ in feat_try_enable_unknown()
700 else if (!strcmp(str, "known")) in dt_cpu_ftrs_parse()
727 bool known = false; in cpufeatures_process_feature() local
733 known = true; in cpufeatures_process_feature()
745 if (!known && (!enable_unknown || !feat_try_enable_unknown(f))) { in cpufeatures_process_feature()
751 if (known) in cpufeatures_process_feature()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Ddt_cpu_ftrs.c142 /* Does not have a known recipe */ in feat_try_enable_unknown()
152 /* Does not have a known recipe */ in feat_try_enable_unknown()
676 else if (!strcmp(str, "known")) in dt_cpu_ftrs_parse()
703 bool known = false; in cpufeatures_process_feature() local
709 known = true; in cpufeatures_process_feature()
721 if (!known && (!enable_unknown || !feat_try_enable_unknown(f))) { in cpufeatures_process_feature()
727 if (known) in cpufeatures_process_feature()
/kernel/linux/linux-6.6/drivers/iio/
H A Dindustrialio-gts-helper.c45 * gain_get_scale_fraction - get the gain or time based on scale and known one
51 * @known: Either integration time or gain depending on which one is known
56 * depending on which one is known.
60 static int gain_get_scale_fraction(const u64 max, u64 scale, int known, in gain_get_scale_fraction() argument
69 *unknown = tot_gain / known; in gain_get_scale_fraction()
71 /* We require total gain to be exact multiple of known * unknown */ in gain_get_scale_fraction()
72 if (!*unknown || *unknown * known != tot_gain) in gain_get_scale_fraction()
/kernel/linux/linux-5.10/arch/c6x/lib/
H A Dstrasgi.S11 ;; This is essentially memcpy, with alignment known to be at least
/kernel/linux/linux-5.10/arch/arm/kernel/
H A Dunwind.c19 #warning ARM unwind is known to compile only with EABI compilers.
22 #warning Your compiler is too buggy; it is known to not compile ARM unwind support.
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H A Dice_txrx_lib.c107 if (!(decoded.known && decoded.outer_ip)) in ice_rx_csum()
/kernel/linux/linux-5.10/net/mac80211/
H A Dstatus.c373 u16 known = local->hw.radiotap_vht_details & in ieee80211_add_tx_radiotap_header() local
382 /* u16 known - IEEE80211_RADIOTAP_VHT_KNOWN_* */ in ieee80211_add_tx_radiotap_header()
383 put_unaligned_le16(known, pos); in ieee80211_add_tx_radiotap_header()
511 u16 known = local->hw.radiotap_vht_details & in ieee80211_add_tx_radiotap_header() local
520 /* u16 known - IEEE80211_RADIOTAP_VHT_KNOWN_* */ in ieee80211_add_tx_radiotap_header()
521 put_unaligned_le16(known, pos); in ieee80211_add_tx_radiotap_header()
/kernel/linux/linux-6.6/net/mac80211/
H A Dstatus.c384 u16 known = local->hw.radiotap_vht_details & in ieee80211_add_tx_radiotap_header() local
393 /* u16 known - IEEE80211_RADIOTAP_VHT_KNOWN_* */ in ieee80211_add_tx_radiotap_header()
394 put_unaligned_le16(known, pos); in ieee80211_add_tx_radiotap_header()
524 u16 known = local->hw.radiotap_vht_details & in ieee80211_add_tx_radiotap_header() local
533 /* u16 known - IEEE80211_RADIOTAP_VHT_KNOWN_* */ in ieee80211_add_tx_radiotap_header()
534 put_unaligned_le16(known, pos); in ieee80211_add_tx_radiotap_header()
/kernel/linux/linux-5.10/drivers/visorbus/
H A Dcontrolvmchannel.h45 * @known: Has been introduced to the service/guest partition.
59 u16 known:1; member
/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-sensor-custom.c755 * Match a known custom sensor.
909 const struct hid_sensor_custom_match **known) in hid_sensor_custom_get_known()
926 *known = match; in hid_sensor_custom_get_known()
908 hid_sensor_custom_get_known(struct hid_sensor_hub_device *hsdev, const struct hid_sensor_custom_match **known) hid_sensor_custom_get_known() argument
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmac.c237 static const struct ieee80211_radiotap_he known = { in mt7915_mac_decode_he_radiotap() local
253 he = skb_push(skb, sizeof(known)); in mt7915_mac_decode_he_radiotap()
254 memcpy(he, &known, sizeof(known)); in mt7915_mac_decode_he_radiotap()
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/
H A Dos.S69 | (i.e. all the known length <= 4) are implemented by single moves
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/
H A Dos.S69 | (i.e. all the known length <= 4) are implemented by single moves
/kernel/linux/linux-6.6/arch/arm/kernel/
H A Dunwind.c19 #warning ARM unwind is known to compile only with EABI compilers.
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/iavf/
H A Diavf_type.h374 u32 known:1; member
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/iavf/
H A Diavf_type.h373 u32 known:1; member
/kernel/linux/linux-6.6/include/net/
H A Dieee80211_radiotap.h413 __le32 known; member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H A Ddp_mon.c1066 static const struct ieee80211_radiotap_he known = { in ath12k_dp_mon_rx_deliver_msdu() local
1082 he = skb_push(msdu, sizeof(known)); in ath12k_dp_mon_rx_deliver_msdu()
1083 memcpy(he, &known, sizeof(known)); in ath12k_dp_mon_rx_deliver_msdu()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drxmq.c1454 static const struct ieee80211_radiotap_he known = { in iwl_mvm_rx_he() local
1471 he = skb_put_data(skb, &known, sizeof(known)); in iwl_mvm_rx_he()

Completed in 37 milliseconds

12