| /linux/drivers/acpi/apei/ |
| H A D | ghes.c | 892 static void ghes_log_hwerr(int sev, guid_t *sec_type) in ghes_log_hwerr() argument 897 if (guid_equal(sec_type, &CPER_SEC_PROC_ARM) || in ghes_log_hwerr() 898 guid_equal(sec_type, &CPER_SEC_PROC_GENERIC) || in ghes_log_hwerr() 899 guid_equal(sec_type, &CPER_SEC_PROC_IA)) { in ghes_log_hwerr() 904 if (guid_equal(sec_type, &CPER_SEC_CXL_PROT_ERR) || in ghes_log_hwerr() 905 guid_equal(sec_type, &CPER_SEC_CXL_GEN_MEDIA_GUID) || in ghes_log_hwerr() 906 guid_equal(sec_type, &CPER_SEC_CXL_DRAM_GUID) || in ghes_log_hwerr() 907 guid_equal(sec_type, &CPER_SEC_CXL_MEM_MODULE_GUID)) { in ghes_log_hwerr() 912 if (guid_equal(sec_type, &CPER_SEC_PCIE) || in ghes_log_hwerr() 913 guid_equal(sec_type, &CPER_SEC_PCI_X_BUS)) { in ghes_log_hwerr() [all …]
|
| /linux/drivers/firmware/efi/ |
| H A D | cper.c | 611 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/drivers/net/wireless/realtek/rtw88/ |
| H A D | tx.c | 53 le32_encode_bits(pkt_info->sec_type, RTW_TX_DESC_W1_SEC_TYPE) | in rtw_tx_fill_tx_desc() 302 u8 sec_type = 0; in rtw_tx_pkt_info_update_sec() local 311 sec_type = 0x01; in rtw_tx_pkt_info_update_sec() 314 sec_type = 0x03; in rtw_tx_pkt_info_update_sec() 321 pkt_info->sec_type = sec_type; in rtw_tx_pkt_info_update_sec()
|
| H A D | main.h | 617 u8 sec_type; member
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | htt_rx.c | 2402 enum htt_security_types sec_type; in ath10k_htt_rx_pn_check_replay_hl() local 2435 sec_type = peer->rx_pn[sec_index].sec_type; in ath10k_htt_rx_pn_check_replay_hl() 2438 if (sec_type != HTT_SECURITY_AES_CCMP && in ath10k_htt_rx_pn_check_replay_hl() 2439 sec_type != HTT_SECURITY_TKIP && in ath10k_htt_rx_pn_check_replay_hl() 2440 sec_type != HTT_SECURITY_TKIP_NOMIC) in ath10k_htt_rx_pn_check_replay_hl() 2465 enum htt_security_types sec_type; in ath10k_htt_rx_proc_rx_ind_hl() local 2527 sec_type = peer->rx_pn[sec_index].sec_type; in ath10k_htt_rx_proc_rx_ind_hl() 2602 (sec_type == HTT_SECURITY_AES_CCMP || in ath10k_htt_rx_proc_rx_ind_hl() 2603 sec_type == HTT_SECURITY_TKIP || in ath10k_htt_rx_proc_rx_ind_hl() 2604 sec_type == HTT_SECURITY_TKIP_NOMIC)) { in ath10k_htt_rx_proc_rx_ind_hl() [all …]
|
| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | dp_peer.h | 139 u16 sec_type; member
|
| H A D | dp_peer.c | 487 dp_peer->sec_type = HAL_ENCRYPT_TYPE_OPEN; in ath12k_dp_peer_create()
|
| H A D | mac.c | 6140 peer->dp_peer->sec_type = in ath12k_mac_set_key()
|
| /linux/drivers/net/wireless/realtek/rtw89/ |
| H A D | core.c | 690 u8 sec_type = RTW89_SEC_KEY_TYPE_NONE; in rtw89_core_tx_update_sec_key() local 705 sec_type = RTW89_SEC_KEY_TYPE_WEP40; in rtw89_core_tx_update_sec_key() 708 sec_type = RTW89_SEC_KEY_TYPE_WEP104; in rtw89_core_tx_update_sec_key() 711 sec_type = RTW89_SEC_KEY_TYPE_TKIP; in rtw89_core_tx_update_sec_key() 714 sec_type = RTW89_SEC_KEY_TYPE_CCMP128; in rtw89_core_tx_update_sec_key() 717 sec_type = RTW89_SEC_KEY_TYPE_CCMP256; in rtw89_core_tx_update_sec_key() 720 sec_type = RTW89_SEC_KEY_TYPE_GCMP128; in rtw89_core_tx_update_sec_key() 723 sec_type = RTW89_SEC_KEY_TYPE_GCMP256; in rtw89_core_tx_update_sec_key() 732 desc_info->sec_type = sec_type; in rtw89_core_tx_update_sec_key() 1510 FIELD_PREP(RTW89_TXWD_BODY1_SEC_TYPE, desc_info->sec_type); in rtw89_build_txwd_body1_v1() [all …]
|
| H A D | wow.c | 502 aoac_rpt->sec_type); in rtw89_wow_debug_aoac_rpt()
|
| H A D | core.h | 1178 u8 sec_type; member 1277 u8 sec_type; member 7354 u8 sec_type; member
|
| H A D | mac.c | 5900 aoac_rpt->sec_type = c2h->sec_type; in rtw89_mac_c2h_wow_aoac_rpt()
|
| H A D | fw.h | 4279 u8 sec_type; member
|
| /linux/drivers/edac/ |
| H A D | versalnet_edac.c | 592 const guid_t *sec_type = &guid_null; in rpmsg_cb() local 711 log_non_standard_event(sec_type, &amd_versalnet_guid, mc_priv->message, in rpmsg_cb()
|
| /linux/tools/lib/bpf/ |
| H A D | libbpf.c | 664 enum sec_type { enum 675 enum sec_type sec_type; member 1507 if (desc->sec_type != SEC_ST_OPS) in bpf_object_init_struct_ops() 2054 switch (sec_desc->sec_type) { in bpf_object__init_global_data_maps() 4035 sec_desc->sec_type = SEC_DATA; in bpf_object__elf_collect() 4040 sec_desc->sec_type = SEC_RODATA; in bpf_object__elf_collect() 4045 sec_desc->sec_type = SEC_PERCPU; in bpf_object__elf_collect() 4052 sec_desc->sec_type = SEC_ST_OPS; in bpf_object__elf_collect() 4090 sec_desc->sec_type = SEC_RELO; in bpf_object__elf_collect() 4095 sec_desc->sec_type = SEC_BSS; in bpf_object__elf_collect() [all …]
|
| /linux/drivers/net/wireless/ath/ath12k/wifi7/ |
| H A D | dp_rx.c | 371 enctype = peer->sec_type; in ath12k_wifi7_dp_rx_h_mpdu()
|
| /linux/drivers/net/wireless/ath/ath11k/ |
| H A D | dp_rx.c | 2262 enctype = peer->sec_type; in ath11k_dp_rx_h_mpdu()
|