Home
last modified time | relevance | path

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

/Linux-v5.4/net/vmw_vsock/
Dhyperv_transport.c220 u32 readable = hv_get_bytes_to_read(&chan->inbound); in hvs_channel_readable()
228 u32 readable = hv_get_bytes_to_read(&chan->inbound); in hvs_channel_readable_payload()
/Linux-v5.4/include/linux/
Dhyperv.h139 static inline u32 hv_get_bytes_to_read(const struct hv_ring_buffer_info *rbi) in hv_get_bytes_to_read() function
1545 return hv_get_bytes_to_read(rbi); in hv_end_read()
/Linux-v5.4/drivers/net/hyperv/
Dnetvsc_drv.c166 aread = hv_get_bytes_to_read(&chn->inbound); in netvsc_wait_until_empty()
170 aread = hv_get_bytes_to_read(&chn->outbound); in netvsc_wait_until_empty()
/Linux-v5.4/drivers/hv/
Dvmbus_drv.c1560 ret = sprintf(buf, "%u\n", hv_get_bytes_to_read(rbi)); in read_avail_show()