Searched refs:sec_type (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.4/drivers/ras/ |
| D | ras.c | 17 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-v5.4/include/linux/ |
| D | ras.h | 29 void log_non_standard_event(const guid_t *sec_type, 35 log_non_standard_event(const guid_t *sec_type, in log_non_standard_event() argument
|
| /Linux-v5.4/include/ras/ |
| D | ras_event.h | 221 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-v5.4/drivers/net/wireless/realtek/rtw88/ |
| D | tx.c | 49 SET_TX_DESC_SEC_TYPE(txdesc, pkt_info->sec_type); in rtw_tx_fill_tx_desc() 302 u8 sec_type = 0; in rtw_tx_pkt_info_update() local 322 sec_type = 0x01; in rtw_tx_pkt_info_update() 325 sec_type = 0x03; in rtw_tx_pkt_info_update() 339 pkt_info->sec_type = sec_type; in rtw_tx_pkt_info_update()
|
| D | main.h | 468 u8 sec_type; member
|
| /Linux-v5.4/drivers/firmware/efi/ |
| D | cper.c | 435 guid_t *sec_type = (guid_t *)gdata->section_type; in cper_estatus_print_section() local 451 if (guid_equal(sec_type, &CPER_SEC_PROC_GENERIC)) { in cper_estatus_print_section() 459 } else if (guid_equal(sec_type, &CPER_SEC_PLATFORM_MEM)) { in cper_estatus_print_section() 469 } else if (guid_equal(sec_type, &CPER_SEC_PCIE)) { in cper_estatus_print_section() 478 } else if (guid_equal(sec_type, &CPER_SEC_PROC_ARM)) { in cper_estatus_print_section() 488 } else if (guid_equal(sec_type, &CPER_SEC_PROC_IA)) { in cper_estatus_print_section() 500 printk("%ssection type: unknown, %pUl\n", newpfx, sec_type); in cper_estatus_print_section()
|
| /Linux-v5.4/drivers/acpi/ |
| D | acpi_extlog.c | 145 guid_t *sec_type; in extlog_print() local 170 sec_type = (guid_t *)gdata->section_type; in extlog_print() 171 if (guid_equal(sec_type, &CPER_SEC_PLATFORM_MEM)) { in extlog_print()
|
| /Linux-v5.4/drivers/net/wireless/ath/ath10k/ |
| D | htt_rx.c | 2092 enum htt_security_types sec_type; in ath10k_htt_rx_pn_check_replay_hl() local 2125 sec_type = peer->rx_pn[sec_index].sec_type; in ath10k_htt_rx_pn_check_replay_hl() 2128 if (sec_type != HTT_SECURITY_AES_CCMP && in ath10k_htt_rx_pn_check_replay_hl() 2129 sec_type != HTT_SECURITY_TKIP && in ath10k_htt_rx_pn_check_replay_hl() 2130 sec_type != HTT_SECURITY_TKIP_NOMIC) in ath10k_htt_rx_pn_check_replay_hl() 2155 enum htt_security_types sec_type; in ath10k_htt_rx_proc_rx_ind_hl() local 2212 sec_type = peer->rx_pn[sec_index].sec_type; in ath10k_htt_rx_proc_rx_ind_hl() 2285 (sec_type == HTT_SECURITY_AES_CCMP || in ath10k_htt_rx_proc_rx_ind_hl() 2286 sec_type == HTT_SECURITY_TKIP || in ath10k_htt_rx_proc_rx_ind_hl() 2287 sec_type == HTT_SECURITY_TKIP_NOMIC)) { in ath10k_htt_rx_proc_rx_ind_hl() [all …]
|
| D | core.h | 408 enum htt_security_types sec_type; member
|
| /Linux-v5.4/drivers/acpi/apei/ |
| D | ghes.c | 498 guid_t *sec_type; in ghes_do_proc() local 504 sec_type = (guid_t *)gdata->section_type; in ghes_do_proc() 512 if (guid_equal(sec_type, &CPER_SEC_PLATFORM_MEM)) { in ghes_do_proc() 520 else if (guid_equal(sec_type, &CPER_SEC_PCIE)) { in ghes_do_proc() 523 else if (guid_equal(sec_type, &CPER_SEC_PROC_ARM)) { in ghes_do_proc() 530 log_non_standard_event(sec_type, fru_id, fru_text, in ghes_do_proc()
|