Home
last modified time | relevance | path

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

/linux/drivers/acpi/apei/
H A Dghes.c860 static void ghes_log_hwerr(int sev, guid_t *sec_type) in ghes_log_hwerr() argument
865 if (guid_equal(sec_type, &CPER_SEC_PROC_ARM) || in ghes_log_hwerr()
866 guid_equal(sec_type, &CPER_SEC_PROC_GENERIC) || in ghes_log_hwerr()
867 guid_equal(sec_type, &CPER_SEC_PROC_IA)) { in ghes_log_hwerr()
872 if (guid_equal(sec_type, &CPER_SEC_CXL_PROT_ERR) || in ghes_log_hwerr()
873 guid_equal(sec_type, &CPER_SEC_CXL_GEN_MEDIA_GUID) || in ghes_log_hwerr()
874 guid_equal(sec_type, &CPER_SEC_CXL_DRAM_GUID) || in ghes_log_hwerr()
875 guid_equal(sec_type, &CPER_SEC_CXL_MEM_MODULE_GUID)) { in ghes_log_hwerr()
880 if (guid_equal(sec_type, &CPER_SEC_PCIE) || in ghes_log_hwerr()
881 guid_equal(sec_type, &CPER_SEC_PCI_X_BUS)) { in ghes_log_hwerr()
[all …]
/linux/drivers/firmware/efi/
H A Dcper.c611 guid_t *sec_type = (guid_t *)gdata->section_type; in cper_estatus_print_section() local
629 if (guid_equal(sec_type, &ignore_sections[i].guid)) { in cper_estatus_print_section()
635 if (guid_equal(sec_type, &CPER_SEC_PROC_GENERIC)) { in cper_estatus_print_section()
643 } else if (guid_equal(sec_type, &CPER_SEC_PLATFORM_MEM)) { in cper_estatus_print_section()
653 } else if (guid_equal(sec_type, &CPER_SEC_PCIE)) { in cper_estatus_print_section()
662 } else if (guid_equal(sec_type, &CPER_SEC_PROC_ARM)) { in cper_estatus_print_section()
673 } else if (guid_equal(sec_type, &CPER_SEC_PROC_IA)) { in cper_estatus_print_section()
682 } else if (guid_equal(sec_type, &CPER_SEC_FW_ERR_REC_REF)) { in cper_estatus_print_section()
692 } else if (guid_equal(sec_type, &CPER_SEC_CXL_PROT_ERR)) { in cper_estatus_print_section()
703 printk("%ssection type: unknown, %pUl\n", newpfx, sec_type); in cper_estatus_print_section()
/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()
/linux/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c2403 enum htt_security_types sec_type; in ath10k_htt_rx_pn_check_replay_hl() local
2436 sec_type = peer->rx_pn[sec_index].sec_type; in ath10k_htt_rx_pn_check_replay_hl()
2439 if (sec_type != HTT_SECURITY_AES_CCMP && in ath10k_htt_rx_pn_check_replay_hl()
2440 sec_type != HTT_SECURITY_TKIP && in ath10k_htt_rx_pn_check_replay_hl()
2441 sec_type != HTT_SECURITY_TKIP_NOMIC) in ath10k_htt_rx_pn_check_replay_hl()
2466 enum htt_security_types sec_type; in ath10k_htt_rx_proc_rx_ind_hl() local
2528 sec_type = peer->rx_pn[sec_index].sec_type; in ath10k_htt_rx_proc_rx_ind_hl()
2603 (sec_type == HTT_SECURITY_AES_CCMP || in ath10k_htt_rx_proc_rx_ind_hl()
2604 sec_type == HTT_SECURITY_TKIP || in ath10k_htt_rx_proc_rx_ind_hl()
2605 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 Ddp_rx.c2262 enctype = peer->sec_type; in ath11k_dp_rx_h_mpdu()
H A Dmac.c4629 peer->sec_type = ath11k_dp_tx_get_encrypt_type(key->cipher); in ath11k_mac_op_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()
/linux/drivers/net/wireless/realtek/rtw89/
H A Dcore.c637 u8 sec_type = RTW89_SEC_KEY_TYPE_NONE; in rtw89_core_tx_update_sec_key() local
652 sec_type = RTW89_SEC_KEY_TYPE_WEP40; in rtw89_core_tx_update_sec_key()
655 sec_type = RTW89_SEC_KEY_TYPE_WEP104; in rtw89_core_tx_update_sec_key()
658 sec_type = RTW89_SEC_KEY_TYPE_TKIP; in rtw89_core_tx_update_sec_key()
661 sec_type = RTW89_SEC_KEY_TYPE_CCMP128; in rtw89_core_tx_update_sec_key()
664 sec_type = RTW89_SEC_KEY_TYPE_CCMP256; in rtw89_core_tx_update_sec_key()
667 sec_type = RTW89_SEC_KEY_TYPE_GCMP128; in rtw89_core_tx_update_sec_key()
670 sec_type = RTW89_SEC_KEY_TYPE_GCMP256; in rtw89_core_tx_update_sec_key()
679 desc_info->sec_type = sec_type; in rtw89_core_tx_update_sec_key()
1450 FIELD_PREP(RTW89_TXWD_BODY1_SEC_TYPE, desc_info->sec_type); in rtw89_build_txwd_body1_v1()
[all …]
H A Dwow.c502 aoac_rpt->sec_type); in rtw89_wow_debug_aoac_rpt()
/linux/drivers/net/wireless/ath/ath12k/
H A Ddp_peer.c482 dp_peer->sec_type = HAL_ENCRYPT_TYPE_OPEN; in ath12k_dp_peer_create()
H A Dmac.c6059 peer->dp_peer->sec_type = in ath12k_mac_set_key()
/linux/tools/lib/bpf/
H A Dlibbpf.c657 enum sec_type { enum
667 enum sec_type sec_type; member
1499 if (desc->sec_type != SEC_ST_OPS) in bpf_object_init_struct_ops()
2032 switch (sec_desc->sec_type) { in bpf_object__init_global_data_maps()
3960 sec_desc->sec_type = SEC_DATA; in bpf_object__elf_collect()
3965 sec_desc->sec_type = SEC_RODATA; in bpf_object__elf_collect()
3972 sec_desc->sec_type = SEC_ST_OPS; in bpf_object__elf_collect()
4010 sec_desc->sec_type = SEC_RELO; in bpf_object__elf_collect()
4015 sec_desc->sec_type = SEC_BSS; in bpf_object__elf_collect()
4492 switch (obj->efile.secs[shndx].sec_type) { in bpf_object__shndx_is_data()
[all …]
/linux/drivers/net/wireless/ath/ath12k/wifi7/
H A Ddp_rx.c359 enctype = peer->sec_type; in ath12k_wifi7_dp_rx_h_mpdu()