Home
last modified time | relevance | path

Searched refs:sec_type (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/acpi/apei/
H A Dghes.c868 static void ghes_log_hwerr(int sev, guid_t *sec_type) in ghes_log_hwerr() argument
873 if (guid_equal(sec_type, &CPER_SEC_PROC_ARM) || in ghes_log_hwerr()
874 guid_equal(sec_type, &CPER_SEC_PROC_GENERIC) || in ghes_log_hwerr()
875 guid_equal(sec_type, &CPER_SEC_PROC_IA)) { in ghes_log_hwerr()
880 if (guid_equal(sec_type, &CPER_SEC_CXL_PROT_ERR) || in ghes_log_hwerr()
881 guid_equal(sec_type, &CPER_SEC_CXL_GEN_MEDIA_GUID) || in ghes_log_hwerr()
882 guid_equal(sec_type, &CPER_SEC_CXL_DRAM_GUID) || in ghes_log_hwerr()
883 guid_equal(sec_type, &CPER_SEC_CXL_MEM_MODULE_GUID)) { in ghes_log_hwerr()
888 if (guid_equal(sec_type, &CPER_SEC_PCIE) || in ghes_log_hwerr()
889 guid_equal(sec_type, &CPER_SEC_PCI_X_BUS)) { in ghes_log_hwerr()
[all …]
/linux/include/ras/
H A Dras_event.h259 TP_PROTO(const guid_t *sec_type,
266 TP_ARGS(sec_type, fru_id, fru_text, sev, err, len),
269 __array(char, sec_type, UUID_SIZE)
278 memcpy(__entry->sec_type, sec_type, UUID_SIZE);
287 __entry->sev, __entry->sec_type,
/linux/drivers/net/wireless/realtek/rtw88/
H A Dtx.c53 le32_encode_bits(pkt_info->sec_type, RTW_TX_DESC_W1_SEC_TYPE) | in rtw_tx_fill_tx_desc()
297 u8 sec_type = 0; in rtw_tx_pkt_info_update_sec() local
306 sec_type = 0x01; in rtw_tx_pkt_info_update_sec()
309 sec_type = 0x03; in rtw_tx_pkt_info_update_sec()
316 pkt_info->sec_type = sec_type; in rtw_tx_pkt_info_update_sec()
H A Dmain.h612 u8 sec_type; member
/linux/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c2404 enum htt_security_types sec_type; in ath10k_htt_rx_pn_check_replay_hl() local
2437 sec_type = peer->rx_pn[sec_index].sec_type; in ath10k_htt_rx_pn_check_replay_hl()
2440 if (sec_type != HTT_SECURITY_AES_CCMP && in ath10k_htt_rx_pn_check_replay_hl()
2441 sec_type != HTT_SECURITY_TKIP && in ath10k_htt_rx_pn_check_replay_hl()
2442 sec_type != HTT_SECURITY_TKIP_NOMIC) in ath10k_htt_rx_pn_check_replay_hl()
2467 enum htt_security_types sec_type; in ath10k_htt_rx_proc_rx_ind_hl() local
2529 sec_type = peer->rx_pn[sec_index].sec_type; in ath10k_htt_rx_proc_rx_ind_hl()
2604 (sec_type == HTT_SECURITY_AES_CCMP || in ath10k_htt_rx_proc_rx_ind_hl()
2605 sec_type == HTT_SECURITY_TKIP || in ath10k_htt_rx_proc_rx_ind_hl()
2606 sec_type == HTT_SECURITY_TKIP_NOMIC)) { in ath10k_htt_rx_proc_rx_ind_hl()
[all …]
/linux/drivers/net/wireless/ath/ath11k/
H A Dpeer.h35 u16 sec_type; member
H A Dpeer.c445 peer->sec_type = HAL_ENCRYPT_TYPE_OPEN; in ath11k_peer_create()
H A Dmac.c4627 peer->sec_type = ath11k_dp_tx_get_encrypt_type(key->cipher); in ath11k_mac_op_set_key()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_cper.c114 guid_t sec_type, in amdgpu_cper_entry_fill_section_desc() argument
125 section_desc->sec_type = sec_type; in amdgpu_cper_entry_fill_section_desc()
/linux/drivers/net/wireless/ath/ath12k/
H A Dpeer.h44 u16 sec_type; member
H A Dpeer.c415 peer->sec_type = HAL_ENCRYPT_TYPE_OPEN; in ath12k_peer_create()
H A Dmac.c5766 peer->sec_type = ath12k_dp_tx_get_encrypt_type(key->cipher); in ath12k_mac_set_key()
/linux/drivers/gpu/drm/amd/include/
H A Damd_cper.h151 guid_t sec_type; member
/linux/drivers/edac/
H A Dversalnet_edac.c590 const guid_t *sec_type = &guid_null; in rpmsg_cb() local
709 log_non_standard_event(sec_type, &amd_versalnet_guid, mc_priv->message, in rpmsg_cb()