Home
last modified time | relevance | path

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

/linux/include/ras/
A Dras_event.h221 TP_PROTO(const guid_t *sec_type,
228 TP_ARGS(sec_type, fru_id, fru_text, sev, err, len),
231 __array(char, sec_type, UUID_SIZE)
240 memcpy(__entry->sec_type, sec_type, UUID_SIZE);
249 __entry->sev, __entry->sec_type,
/linux/drivers/firmware/efi/
A Dcper.c498 guid_t *sec_type = (guid_t *)gdata->section_type; in cper_estatus_print_section() local
514 if (guid_equal(sec_type, &CPER_SEC_PROC_GENERIC)) { in cper_estatus_print_section()
522 } else if (guid_equal(sec_type, &CPER_SEC_PLATFORM_MEM)) { in cper_estatus_print_section()
532 } else if (guid_equal(sec_type, &CPER_SEC_PCIE)) { in cper_estatus_print_section()
541 } else if (guid_equal(sec_type, &CPER_SEC_PROC_ARM)) { in cper_estatus_print_section()
551 } else if (guid_equal(sec_type, &CPER_SEC_PROC_IA)) { in cper_estatus_print_section()
560 } else if (guid_equal(sec_type, &CPER_SEC_FW_ERR_REC_REF)) { in cper_estatus_print_section()
573 printk("%ssection type: unknown, %pUl\n", newpfx, sec_type); in cper_estatus_print_section()
/linux/include/linux/
A Dras.h24 void log_non_standard_event(const guid_t *sec_type,
30 log_non_standard_event(const guid_t *sec_type, in log_non_standard_event() argument
/linux/drivers/ras/
A Dras.c17 void log_non_standard_event(const guid_t *sec_type, const guid_t *fru_id, in log_non_standard_event() argument
21 trace_non_standard_event(sec_type, fru_id, fru_text, sev, err, len); in log_non_standard_event()
/linux/drivers/net/wireless/realtek/rtw88/
A Dtx.c48 SET_TX_DESC_SEC_TYPE(txdesc, pkt_info->sec_type); in rtw_tx_fill_tx_desc()
256 u8 sec_type = 0; in rtw_tx_pkt_info_update_sec() local
265 sec_type = 0x01; in rtw_tx_pkt_info_update_sec()
268 sec_type = 0x03; in rtw_tx_pkt_info_update_sec()
275 pkt_info->sec_type = sec_type; in rtw_tx_pkt_info_update_sec()
A Dmain.h586 u8 sec_type; member
/linux/drivers/acpi/
A Dacpi_extlog.c143 guid_t *sec_type; in extlog_print() local
168 sec_type = (guid_t *)gdata->section_type; in extlog_print()
169 if (guid_equal(sec_type, &CPER_SEC_PLATFORM_MEM)) { in extlog_print()
/linux/drivers/net/wireless/ath/ath10k/
A Dhtt_rx.c2282 enum htt_security_types sec_type; in ath10k_htt_rx_pn_check_replay_hl() local
2315 sec_type = peer->rx_pn[sec_index].sec_type; in ath10k_htt_rx_pn_check_replay_hl()
2319 sec_type != HTT_SECURITY_TKIP && in ath10k_htt_rx_pn_check_replay_hl()
2345 enum htt_security_types sec_type; in ath10k_htt_rx_proc_rx_ind_hl() local
2407 sec_type = peer->rx_pn[sec_index].sec_type; in ath10k_htt_rx_proc_rx_ind_hl()
2646 enum htt_security_types sec_type; in ath10k_htt_rx_proc_rx_frag_ind_hl() local
2710 sec_type = peer->rx_pn[sec_index].sec_type; in ath10k_htt_rx_proc_rx_frag_ind_hl()
2713 switch (sec_type) { in ath10k_htt_rx_proc_rx_frag_ind_hl()
3898 switch (sec_type) { in ath10k_htt_rx_pn_len()
3912 enum htt_security_types sec_type; in ath10k_htt_rx_sec_ind_handler() local
[all …]
A Dcore.h439 enum htt_security_types sec_type; member
/linux/drivers/acpi/apei/
A Dghes.c630 guid_t *sec_type; in ghes_do_proc() local
637 sec_type = (guid_t *)gdata->section_type; in ghes_do_proc()
645 if (guid_equal(sec_type, &CPER_SEC_PLATFORM_MEM)) { in ghes_do_proc()
653 else if (guid_equal(sec_type, &CPER_SEC_PCIE)) { in ghes_do_proc()
656 else if (guid_equal(sec_type, &CPER_SEC_PROC_ARM)) { in ghes_do_proc()
662 log_non_standard_event(sec_type, fru_id, fru_text, in ghes_do_proc()
/linux/drivers/net/wireless/ath/ath11k/
A Dpeer.h29 u16 sec_type; member
A Dpeer.c320 peer->sec_type = HAL_ENCRYPT_TYPE_OPEN; in ath11k_peer_create()
A Ddp_rx.c2274 enctype = peer->sec_type; in ath11k_dp_rx_h_mpdu()
A Dmac.c3494 peer->sec_type = ath11k_dp_tx_get_encrypt_type(key->cipher); in ath11k_mac_op_set_key()
/linux/drivers/net/wireless/realtek/rtw89/
A Dcore.c330 u8 sec_type = RTW89_SEC_KEY_TYPE_NONE; in rtw89_core_tx_update_sec_key() local
350 sec_type = RTW89_SEC_KEY_TYPE_WEP40; in rtw89_core_tx_update_sec_key()
353 sec_type = RTW89_SEC_KEY_TYPE_WEP104; in rtw89_core_tx_update_sec_key()
356 sec_type = RTW89_SEC_KEY_TYPE_TKIP; in rtw89_core_tx_update_sec_key()
359 sec_type = RTW89_SEC_KEY_TYPE_CCMP128; in rtw89_core_tx_update_sec_key()
362 sec_type = RTW89_SEC_KEY_TYPE_CCMP256; in rtw89_core_tx_update_sec_key()
365 sec_type = RTW89_SEC_KEY_TYPE_GCMP128; in rtw89_core_tx_update_sec_key()
368 sec_type = RTW89_SEC_KEY_TYPE_GCMP256; in rtw89_core_tx_update_sec_key()
376 desc_info->sec_type = sec_type; in rtw89_core_tx_update_sec_key()
778 FIELD_PREP(RTW89_TXWD_INFO2_SEC_TYPE, desc_info->sec_type) | in rtw89_build_txwd_info2()
A Dcore.h685 u8 sec_type; member
/linux/tools/lib/bpf/
A Dlibbpf.c465 enum sec_type { enum
474 enum sec_type sec_type; member
1567 switch (sec_desc->sec_type) { in bpf_object__init_global_data_maps()
3288 sec_desc->sec_type = SEC_DATA; in bpf_object__elf_collect()
3293 sec_desc->sec_type = SEC_RODATA; in bpf_object__elf_collect()
3316 sec_desc->sec_type = SEC_RELO; in bpf_object__elf_collect()
3320 sec_desc->sec_type = SEC_BSS; in bpf_object__elf_collect()
3802 switch (obj->efile.secs[shndx].sec_type) { in bpf_object__shndx_is_data()
3825 switch (obj->efile.secs[shndx].sec_type) { in bpf_object__section_to_libbpf_map_type()
6291 if (sec_desc->sec_type != SEC_RELO) in bpf_object__collect_relos()

Completed in 115 milliseconds