Searched refs:EVENT_TYPE_BUS_RESET (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/scsi/aic7xxx/
H A Daic7xxx.h649 uint8_t event_type; /* MSG type or EVENT_TYPE_BUS_RESET */
650 #define EVENT_TYPE_BUS_RESET 0xFF macro
H A Daic79xx.h703 uint8_t event_type; /* MSG type or EVENT_TYPE_BUS_RESET */
704 #define EVENT_TYPE_BUS_RESET 0xFF macro
H A Daic7xxx_core.c6544 EVENT_TYPE_BUS_RESET, /*arg*/0);
6689 if (event_type == EVENT_TYPE_BUS_RESET
6740 case EVENT_TYPE_BUS_RESET:
H A Daic79xx_core.c8748 EVENT_TYPE_BUS_RESET, /*arg*/0);
9160 if (event_type == EVENT_TYPE_BUS_RESET
9211 case EVENT_TYPE_BUS_RESET:

Completed in 205 milliseconds