sec_type          145 drivers/acpi/acpi_extlog.c 	guid_t *sec_type;
sec_type          170 drivers/acpi/acpi_extlog.c 	sec_type = (guid_t *)gdata->section_type;
sec_type          171 drivers/acpi/acpi_extlog.c 	if (guid_equal(sec_type, &CPER_SEC_PLATFORM_MEM)) {
sec_type          498 drivers/acpi/apei/ghes.c 	guid_t *sec_type;
sec_type          504 drivers/acpi/apei/ghes.c 		sec_type = (guid_t *)gdata->section_type;
sec_type          512 drivers/acpi/apei/ghes.c 		if (guid_equal(sec_type, &CPER_SEC_PLATFORM_MEM)) {
sec_type          520 drivers/acpi/apei/ghes.c 		else if (guid_equal(sec_type, &CPER_SEC_PCIE)) {
sec_type          523 drivers/acpi/apei/ghes.c 		else if (guid_equal(sec_type, &CPER_SEC_PROC_ARM)) {
sec_type          530 drivers/acpi/apei/ghes.c 			log_non_standard_event(sec_type, fru_id, fru_text,
sec_type          435 drivers/firmware/efi/cper.c 	guid_t *sec_type = (guid_t *)gdata->section_type;
sec_type          451 drivers/firmware/efi/cper.c 	if (guid_equal(sec_type, &CPER_SEC_PROC_GENERIC)) {
sec_type          459 drivers/firmware/efi/cper.c 	} else if (guid_equal(sec_type, &CPER_SEC_PLATFORM_MEM)) {
sec_type          469 drivers/firmware/efi/cper.c 	} else if (guid_equal(sec_type, &CPER_SEC_PCIE)) {
sec_type          478 drivers/firmware/efi/cper.c 	} else if (guid_equal(sec_type, &CPER_SEC_PROC_ARM)) {
sec_type          488 drivers/firmware/efi/cper.c 	} else if (guid_equal(sec_type, &CPER_SEC_PROC_IA)) {
sec_type          500 drivers/firmware/efi/cper.c 		printk("%ssection type: unknown, %pUl\n", newpfx, sec_type);
sec_type          408 drivers/net/wireless/ath/ath10k/core.h 		enum htt_security_types sec_type;
sec_type         2092 drivers/net/wireless/ath/ath10k/htt_rx.c 	enum htt_security_types sec_type;
sec_type         2125 drivers/net/wireless/ath/ath10k/htt_rx.c 	sec_type = peer->rx_pn[sec_index].sec_type;
sec_type         2128 drivers/net/wireless/ath/ath10k/htt_rx.c 	if (sec_type != HTT_SECURITY_AES_CCMP &&
sec_type         2129 drivers/net/wireless/ath/ath10k/htt_rx.c 	    sec_type != HTT_SECURITY_TKIP &&
sec_type         2130 drivers/net/wireless/ath/ath10k/htt_rx.c 	    sec_type != HTT_SECURITY_TKIP_NOMIC)
sec_type         2155 drivers/net/wireless/ath/ath10k/htt_rx.c 	enum htt_security_types sec_type;
sec_type         2212 drivers/net/wireless/ath/ath10k/htt_rx.c 	sec_type = peer->rx_pn[sec_index].sec_type;
sec_type         2285 drivers/net/wireless/ath/ath10k/htt_rx.c 		   (sec_type == HTT_SECURITY_AES_CCMP ||
sec_type         2286 drivers/net/wireless/ath/ath10k/htt_rx.c 		    sec_type == HTT_SECURITY_TKIP ||
sec_type         2287 drivers/net/wireless/ath/ath10k/htt_rx.c 		    sec_type == HTT_SECURITY_TKIP_NOMIC)) {
sec_type         2314 drivers/net/wireless/ath/ath10k/htt_rx.c 			if (sec_type == HTT_SECURITY_AES_CCMP) {
sec_type         2446 drivers/net/wireless/ath/ath10k/htt_rx.c 	enum htt_security_types sec_type;
sec_type         2505 drivers/net/wireless/ath/ath10k/htt_rx.c 	sec_type = peer->rx_pn[sec_index].sec_type;
sec_type         2508 drivers/net/wireless/ath/ath10k/htt_rx.c 	switch (sec_type) {
sec_type         2548 drivers/net/wireless/ath/ath10k/htt_rx.c 	if (sec_type != HTT_SECURITY_AES_CCMP &&
sec_type         2549 drivers/net/wireless/ath/ath10k/htt_rx.c 	    sec_type != HTT_SECURITY_TKIP &&
sec_type         2550 drivers/net/wireless/ath/ath10k/htt_rx.c 	    sec_type != HTT_SECURITY_TKIP_NOMIC) {
sec_type         2565 drivers/net/wireless/ath/ath10k/htt_rx.c 	} else if (sec_type == HTT_SECURITY_AES_CCMP) {
sec_type         3681 drivers/net/wireless/ath/ath10k/htt_rx.c static int ath10k_htt_rx_pn_len(enum htt_security_types sec_type)
sec_type         3683 drivers/net/wireless/ath/ath10k/htt_rx.c 	switch (sec_type) {
sec_type         3697 drivers/net/wireless/ath/ath10k/htt_rx.c 	enum htt_security_types sec_type;
sec_type         3709 drivers/net/wireless/ath/ath10k/htt_rx.c 	sec_type = MS(ev->flags, HTT_SECURITY_TYPE);
sec_type         3716 drivers/net/wireless/ath/ath10k/htt_rx.c 	peer->rx_pn[sec_index].sec_type = sec_type;
sec_type         3717 drivers/net/wireless/ath/ath10k/htt_rx.c 	peer->rx_pn[sec_index].pn_len = ath10k_htt_rx_pn_len(sec_type);
sec_type          468 drivers/net/wireless/realtek/rtw88/main.h 	u8 sec_type;
sec_type           49 drivers/net/wireless/realtek/rtw88/tx.c 	SET_TX_DESC_SEC_TYPE(txdesc, pkt_info->sec_type);
sec_type          302 drivers/net/wireless/realtek/rtw88/tx.c 	u8 sec_type = 0;
sec_type          322 drivers/net/wireless/realtek/rtw88/tx.c 			sec_type = 0x01;
sec_type          325 drivers/net/wireless/realtek/rtw88/tx.c 			sec_type = 0x03;
sec_type          339 drivers/net/wireless/realtek/rtw88/tx.c 	pkt_info->sec_type = sec_type;
sec_type           17 drivers/ras/ras.c void log_non_standard_event(const guid_t *sec_type, const guid_t *fru_id,
sec_type           21 drivers/ras/ras.c 	trace_non_standard_event(sec_type, fru_id, fru_text, sev, err, len);
sec_type           29 include/linux/ras.h void log_non_standard_event(const guid_t *sec_type,
sec_type           35 include/linux/ras.h log_non_standard_event(const guid_t *sec_type,
sec_type          221 include/ras/ras_event.h 	TP_PROTO(const guid_t *sec_type,
sec_type          228 include/ras/ras_event.h 	TP_ARGS(sec_type, fru_id, fru_text, sev, err, len),
sec_type          231 include/ras/ras_event.h 		__array(char, sec_type, UUID_SIZE)
sec_type          240 include/ras/ras_event.h 		memcpy(__entry->sec_type, sec_type, UUID_SIZE);
sec_type          249 include/ras/ras_event.h 		  __entry->sev, __entry->sec_type,