Home
last modified time | relevance | path

Searched refs:SWITCHTEC_EVENT_FATAL (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/include/linux/
Dswitchtec.h21 #define SWITCHTEC_EVENT_FATAL BIT(4) macro
/linux-6.1.9/drivers/pci/switch/
Dswitchtec.c1051 hdr |= SWITCHTEC_EVENT_FATAL; in event_ctl()
1053 hdr &= ~SWITCHTEC_EVENT_FATAL; in event_ctl()
1065 if (hdr & SWITCHTEC_EVENT_FATAL) in event_ctl()