Searched refs:hvpipe_status (Results 1 – 2 of 2) sorted by relevance
353 if (!src_info->hvpipe_status) in papr_hvpipe_handle_read()366 if (src_info->hvpipe_status & HVPIPE_MSG_AVAILABLE) in papr_hvpipe_handle_read()368 else if (src_info->hvpipe_status & HVPIPE_LOST_CONNECTION) in papr_hvpipe_handle_read()389 src_info->hvpipe_status &= ~HVPIPE_MSG_AVAILABLE; in papr_hvpipe_handle_read()397 src_info->hvpipe_status &= ~HVPIPE_LOST_CONNECTION; in papr_hvpipe_handle_read()429 if (src_info->hvpipe_status) in papr_hvpipe_handle_poll()437 if (src_info->hvpipe_status) in papr_hvpipe_handle_poll()462 if (src_info->hvpipe_status & HVPIPE_MSG_AVAILABLE) { in papr_hvpipe_handle_release()463 src_info->hvpipe_status = 0; in papr_hvpipe_handle_release()640 src_info->hvpipe_status |= flags; in hvpipe_event_interrupt()
22 u32 hvpipe_status; member