Home
last modified time | relevance | path

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

/linux/arch/powerpc/platforms/pseries/
H A Dpapr-hvpipe.c594 struct hvpipe_event_buf *hvpipe_event; in hvpipe_event_interrupt() local
619 hvpipe_event = (struct hvpipe_event_buf *)pseries_log->data; in hvpipe_event_interrupt()
639 src_info = hvpipe_find_source(be32_to_cpu(hvpipe_event->srcID)); in hvpipe_event_interrupt()
643 if (hvpipe_event->event_type & HVPIPE_LOST_CONNECTION) in hvpipe_event_interrupt()
645 else if (hvpipe_event->event_type & HVPIPE_MSG_AVAILABLE) in hvpipe_event_interrupt()
658 if (hvpipe_event->event_type & HVPIPE_MSG_AVAILABLE) in hvpipe_event_interrupt()