Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dswitchtec.h30 #define SWITCHTEC_EVENT_FATAL BIT(4) macro
/Linux-v4.19/drivers/pci/switch/
Dswitchtec.c778 hdr |= SWITCHTEC_EVENT_FATAL; in event_ctl()
780 hdr &= ~SWITCHTEC_EVENT_FATAL; in event_ctl()
792 if (hdr & SWITCHTEC_EVENT_FATAL) in event_ctl()