Home
last modified time | relevance | path

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

/openbmc/linux/net/vmw_vsock/
H A Dhyperv_transport.c187 u32 readable = hv_get_bytes_to_read(&chan->inbound); in hvs_channel_readable()
195 u32 readable = hv_get_bytes_to_read(&chan->inbound); in hvs_channel_readable_payload()
/openbmc/linux/include/linux/
H A Dhyperv.h211 static inline u32 hv_get_bytes_to_read(const struct hv_ring_buffer_info *rbi) in hv_get_bytes_to_read() function
1710 return hv_get_bytes_to_read(rbi); in hv_end_read()
/openbmc/linux/drivers/net/hyperv/
H A Dnetvsc_drv.c169 aread = hv_get_bytes_to_read(&chn->inbound); in netvsc_wait_until_empty()
173 aread = hv_get_bytes_to_read(&chn->outbound); in netvsc_wait_until_empty()
/openbmc/linux/drivers/hv/
H A Dvmbus_drv.c1569 ret = sprintf(buf, "%u\n", hv_get_bytes_to_read(rbi)); in read_avail_show()