Searched refs:sec_type (Results 1 – 10 of 10) sorted by relevance
| /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/ath/ath10k/ |
| H A D | htt_rx.c | 2403 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/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_cper.c | 117 guid_t sec_type, in amdgpu_cper_entry_fill_section_desc() argument 128 section_desc->sec_type = sec_type; in amdgpu_cper_entry_fill_section_desc()
|
| /linux/drivers/gpu/drm/amd/include/ |
| H A D | amd_cper.h | 151 guid_t 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/drivers/net/wireless/ath/ath12k/ |
| H A D | dp_peer.c | 482 dp_peer->sec_type = HAL_ENCRYPT_TYPE_OPEN; in ath12k_dp_peer_create()
|
| H A D | mac.c | 6072 peer->dp_peer->sec_type = in ath12k_mac_set_key()
|
| /linux/drivers/net/wireless/ath/ath11k/ |
| H A D | peer.c | 445 peer->sec_type = HAL_ENCRYPT_TYPE_OPEN; in ath11k_peer_create()
|
| H A D | dp_rx.c | 2262 enctype = peer->sec_type; in ath11k_dp_rx_h_mpdu()
|
| /linux/tools/lib/bpf/ |
| H A D | libbpf.c | 657 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() 4006 sec_desc->sec_type = SEC_DATA; in bpf_object__elf_collect() 4011 sec_desc->sec_type = SEC_RODATA; in bpf_object__elf_collect() 4018 sec_desc->sec_type = SEC_ST_OPS; in bpf_object__elf_collect() 4056 sec_desc->sec_type = SEC_RELO; in sym_is_subprog() 4061 sec_desc->sec_type in sym_is_subprog() [all...] |