Home
last modified time | relevance | path

Searched refs:hw_key (Results 1 – 19 of 19) sorted by relevance

/freebsd/sys/dev/ena/
H A Dena_rss.c77 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 Dpci_mac.c26 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 Dusb_sdio.c189 struct ieee80211_key_conf *key = info->control.hw_key; in mt7663_usb_sdio_tx_prepare_skb()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dtx.c130 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 Dtdls.c410 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 Dmvm.h1866 struct ieee80211_key_conf *keyconf = info->control.hw_key;
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dpci_mac.c15 struct ieee80211_key_conf *key = info->control.hw_key; in mt7921e_tx_prepare_skb()
H A Dmac.c785 struct ieee80211_key_conf *key = info->control.hw_key; in mt7921_usb_sdio_tx_prepare_skb()
/freebsd/sys/contrib/dev/rtw88/
H A Dtx.c313 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 Dmt76x02_mac.c342 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 Dmac.c1055 struct ieee80211_key_conf *key = info->control.hw_key; in mt7603_tx_prepare_skb()
/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dmac80211.h900 struct ieee80211_key_conf *hw_key; member
/freebsd/sys/contrib/dev/rtw89/
H A Dcore.c534 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 Dmac.c940 struct ieee80211_key_conf *key = info->control.hw_key; in mt7996_tx_prepare_skb()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmac.c757 struct ieee80211_key_conf *key = info->control.hw_key; in mt7915_tx_prepare_skb()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dmac.c4918 struct ieee80211_key_conf *key = info->control.hw_key; in ath12k_mac_op_tx()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.c4489 info->control.hw_key = kc;
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dmac.c6174 struct ieee80211_key_conf *key = info->control.hw_key; in ath11k_mac_op_tx()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dmac.c3935 !info->control.hw_key) { in ath10k_mac_tx_h_fill_cb()