Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Dmvumi.h125 #define MAX_EVENTS_RETURNED 6 macro
152 struct mvumi_driver_event events[MAX_EVENTS_RETURNED];
H A Dmvumi.c1684 if (count > MAX_EVENTS_RETURNED) { in mvumi_notification()
1687 count, MAX_EVENTS_RETURNED); in mvumi_notification()