Home
last modified time | relevance | path

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

/linux-4.19.296/include/uapi/linux/
Dswitchtec_ioctl.h92 #define SWITCHTEC_IOCTL_MAX_EVENTS 30 macro
/linux-4.19.296/drivers/pci/switch/
Dswitchtec.c723 if (event_id < 0 || event_id >= SWITCHTEC_IOCTL_MAX_EVENTS) in event_hdr_addr()
805 if (ctl.event_id >= SWITCHTEC_IOCTL_MAX_EVENTS) in ioctl_event_ctl()
1165 for (eid = 0; eid < SWITCHTEC_IOCTL_MAX_EVENTS; eid++) in switchtec_event_isr()