Home
last modified time | relevance | path

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

/linux/arch/powerpc/platforms/pseries/
H A Dpapr-hvpipe.c354 if (!src_info->hvpipe_status) in papr_hvpipe_handle_read()
367 if (src_info->hvpipe_status & HVPIPE_MSG_AVAILABLE) in papr_hvpipe_handle_read()
369 else if (src_info->hvpipe_status & HVPIPE_LOST_CONNECTION) in papr_hvpipe_handle_read()
394 src_info->hvpipe_status &= ~HVPIPE_MSG_AVAILABLE; in papr_hvpipe_handle_read()
400 src_info->hvpipe_status &= ~HVPIPE_LOST_CONNECTION; in papr_hvpipe_handle_read()
434 if (src_info->hvpipe_status) in papr_hvpipe_handle_poll()
442 if (src_info->hvpipe_status) in papr_hvpipe_handle_poll()
469 if (src_info->hvpipe_status & HVPIPE_MSG_AVAILABLE) { in papr_hvpipe_handle_release()
470 src_info->hvpipe_status = 0; in papr_hvpipe_handle_release()
527 if (src_info->hvpipe_status & HVPIPE_MSG_AVAILABLE) in papr_hvpipe_dev_create_handle()
[all …]
H A Dpapr-hvpipe.h22 u32 hvpipe_status; member