Searched refs:GESN_MEDIA (Results 1 – 3 of 3) sorted by relevance
250 #define GESN_MEDIA 4 macro
665 gesn_event_header->supported_events = 1 << GESN_MEDIA; in cmd_get_event_status_notification()679 if (gesn_cdb->class & (1 << GESN_MEDIA)) { in cmd_get_event_status_notification()680 gesn_event_header->notification_class |= GESN_MEDIA; in cmd_get_event_status_notification()
1082 outbuf[3] = 1 << GESN_MEDIA; /* supported events */ in scsi_get_event_status_notification()1083 if (notification_class_request & (1 << GESN_MEDIA)) { in scsi_get_event_status_notification()1084 outbuf[2] = GESN_MEDIA; in scsi_get_event_status_notification()