Home
last modified time | relevance | path

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

/drivers/firmware/efi/
Dcper.c499 guid_t *sec_type = (guid_t *)gdata->section_type; in cper_estatus_print_section() local
515 if (guid_equal(sec_type, &CPER_SEC_PROC_GENERIC)) { in cper_estatus_print_section()
523 } else if (guid_equal(sec_type, &CPER_SEC_PLATFORM_MEM)) { in cper_estatus_print_section()
533 } else if (guid_equal(sec_type, &CPER_SEC_PCIE)) { in cper_estatus_print_section()
542 } else if (guid_equal(sec_type, &CPER_SEC_PROC_ARM)) { in cper_estatus_print_section()
552 } else if (guid_equal(sec_type, &CPER_SEC_PROC_IA)) { in cper_estatus_print_section()
561 } else if (guid_equal(sec_type, &CPER_SEC_FW_ERR_REC_REF)) { in cper_estatus_print_section()
574 printk("%ssection type: unknown, %pUl\n", newpfx, sec_type); in cper_estatus_print_section()
/drivers/ras/
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()
/drivers/net/wireless/realtek/rtw88/
Dtx.c48 SET_TX_DESC_SEC_TYPE(txdesc, pkt_info->sec_type); in rtw_tx_fill_tx_desc()
252 u8 sec_type = 0; in rtw_tx_pkt_info_update_sec() local
261 sec_type = 0x01; in rtw_tx_pkt_info_update_sec()
264 sec_type = 0x03; in rtw_tx_pkt_info_update_sec()
271 pkt_info->sec_type = sec_type; in rtw_tx_pkt_info_update_sec()
Dmain.h577 u8 sec_type; member
/drivers/acpi/
Dacpi_extlog.c144 guid_t *sec_type; in extlog_print() local
178 sec_type = (guid_t *)gdata->section_type; in extlog_print()
179 if (guid_equal(sec_type, &CPER_SEC_PLATFORM_MEM)) { in extlog_print()
/drivers/net/wireless/ath/ath10k/
Dhtt_rx.c2284 enum htt_security_types sec_type; in ath10k_htt_rx_pn_check_replay_hl() local
2317 sec_type = peer->rx_pn[sec_index].sec_type; in ath10k_htt_rx_pn_check_replay_hl()
2320 if (sec_type != HTT_SECURITY_AES_CCMP && in ath10k_htt_rx_pn_check_replay_hl()
2321 sec_type != HTT_SECURITY_TKIP && in ath10k_htt_rx_pn_check_replay_hl()
2322 sec_type != HTT_SECURITY_TKIP_NOMIC) in ath10k_htt_rx_pn_check_replay_hl()
2347 enum htt_security_types sec_type; in ath10k_htt_rx_proc_rx_ind_hl() local
2409 sec_type = peer->rx_pn[sec_index].sec_type; in ath10k_htt_rx_proc_rx_ind_hl()
2484 (sec_type == HTT_SECURITY_AES_CCMP || in ath10k_htt_rx_proc_rx_ind_hl()
2485 sec_type == HTT_SECURITY_TKIP || in ath10k_htt_rx_proc_rx_ind_hl()
2486 sec_type == HTT_SECURITY_TKIP_NOMIC)) { in ath10k_htt_rx_proc_rx_ind_hl()
[all …]
Dcore.h434 enum htt_security_types sec_type; member
/drivers/net/wireless/ath/ath11k/
Dpeer.h28 u16 sec_type; member
Dpeer.c314 peer->sec_type = HAL_ENCRYPT_TYPE_OPEN; in ath11k_peer_create()
Ddp_rx.c2183 enctype = peer->sec_type; in ath11k_dp_rx_h_mpdu()
Dmac.c2579 peer->sec_type = ath11k_dp_tx_get_encrypt_type(key->cipher); in ath11k_mac_op_set_key()
/drivers/acpi/apei/
Dghes.c646 guid_t *sec_type; in ghes_do_proc() local
654 sec_type = (guid_t *)gdata->section_type; in ghes_do_proc()
662 if (guid_equal(sec_type, &CPER_SEC_PLATFORM_MEM)) { in ghes_do_proc()
670 else if (guid_equal(sec_type, &CPER_SEC_PCIE)) { in ghes_do_proc()
673 else if (guid_equal(sec_type, &CPER_SEC_PROC_ARM)) { in ghes_do_proc()
679 log_non_standard_event(sec_type, fru_id, fru_text, in ghes_do_proc()