/freebsd/sys/dev/ena/ |
H A D | ena_rss.c | 77 u8 hw_key[ENA_HASH_KEY_SIZE]; in ena_rss_set_hash() local 79 ena_rss_reorder_hash_key(hw_key, key, ENA_HASH_KEY_SIZE); in ena_rss_set_hash() 81 return (ena_com_fill_hash_function(ena_dev, ena_func, hw_key, in ena_rss_set_hash() 88 u8 hw_key[ENA_HASH_KEY_SIZE]; in ena_rss_get_hash_key() local 91 rc = ena_com_get_hash_key(ena_dev, hw_key); in ena_rss_get_hash_key() 95 ena_rss_reorder_hash_key(key, hw_key, ENA_HASH_KEY_SIZE); in ena_rss_get_hash_key()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/ |
H A D | pci_mac.c | 26 struct ieee80211_key_conf *key = info->control.hw_key; in mt7615_write_fw_txp() 70 struct ieee80211_key_conf *key = info->control.hw_key; in mt7615_tx_prepare_skb()
|
H A D | usb_sdio.c | 189 struct ieee80211_key_conf *key = info->control.hw_key; in mt7663_usb_sdio_tx_prepare_skb()
|
/freebsd/sys/contrib/dev/iwlwifi/mvm/ |
H A D | tx.c | 130 if (!iwl_mvm_has_new_tx_api(mvm) && info->control.hw_key && in iwl_mvm_tx_csum() 131 info->control.hw_key->cipher != WLAN_CIPHER_SUITE_WEP40 && in iwl_mvm_tx_csum() 132 info->control.hw_key->cipher != WLAN_CIPHER_SUITE_WEP104) in iwl_mvm_tx_csum() 133 mh_len += info->control.hw_key->iv_len; in iwl_mvm_tx_csum() 452 struct ieee80211_key_conf *keyconf = info->control.hw_key; in iwl_mvm_set_tx_cmd_pn() 475 struct ieee80211_key_conf *keyconf = info->control.hw_key; in iwl_mvm_set_tx_cmd_crypto() 591 if (!info->control.hw_key) in iwl_mvm_set_tx_params() 648 if (info->control.hw_key) in iwl_mvm_set_tx_params() 1322 info->control.hw_key && in iwl_mvm_tx_mpdu() 1324 info->control.hw_key->iv_len : 0); in iwl_mvm_tx_mpdu()
|
H A D | tdls.c | 410 if (info->control.hw_key) { in iwl_mvm_tdls_config_channel_switch() 411 if (info->control.hw_key->cipher != WLAN_CIPHER_SUITE_CCMP) { in iwl_mvm_tdls_config_channel_switch()
|
H A D | mvm.h | 1866 struct ieee80211_key_conf *keyconf = info->control.hw_key;
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/ |
H A D | pci_mac.c | 15 struct ieee80211_key_conf *key = info->control.hw_key; in mt7921e_tx_prepare_skb()
|
H A D | mac.c | 785 struct ieee80211_key_conf *key = info->control.hw_key; in mt7921_usb_sdio_tx_prepare_skb()
|
/freebsd/sys/contrib/dev/rtw88/ |
H A D | tx.c | 313 if (info && info->control.hw_key) { in rtw_tx_pkt_info_update_sec() 314 struct ieee80211_key_conf *key = info->control.hw_key; in rtw_tx_pkt_info_update_sec()
|
/freebsd/sys/contrib/dev/mediatek/mt76/ |
H A D | mt76x02_mac.c | 342 struct ieee80211_key_conf *key = info->control.hw_key; in mt76x02_mac_write_txwi() 354 if (!info->control.hw_key && wcid && wcid->hw_key_idx != 0xff && in mt76x02_mac_write_txwi()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7603/ |
H A D | mac.c | 1055 struct ieee80211_key_conf *key = info->control.hw_key; in mt7603_tx_prepare_skb()
|
/freebsd/sys/compat/linuxkpi/common/include/net/ |
H A D | mac80211.h | 900 struct ieee80211_key_conf *hw_key; member
|
/freebsd/sys/contrib/dev/rtw89/ |
H A D | core.c | 534 key = info->control.hw_key; in rtw89_core_tx_update_sec_key() 854 if (IEEE80211_SKB_CB(skb)->control.hw_key) in rtw89_core_tx_update_data_info()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/ |
H A D | mac.c | 940 struct ieee80211_key_conf *key = info->control.hw_key; in mt7996_tx_prepare_skb()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/ |
H A D | mac.c | 757 struct ieee80211_key_conf *key = info->control.hw_key; in mt7915_tx_prepare_skb()
|
/freebsd/sys/contrib/dev/athk/ath12k/ |
H A D | mac.c | 4918 struct ieee80211_key_conf *key = info->control.hw_key; in ath12k_mac_op_tx()
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_80211.c | 4489 info->control.hw_key = kc;
|
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | mac.c | 6174 struct ieee80211_key_conf *key = info->control.hw_key; in ath11k_mac_op_tx()
|
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | mac.c | 3935 !info->control.hw_key) { in ath10k_mac_tx_h_fill_cb()
|