Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/vmw_vsock/
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()
/linux-6.3-rc2/include/linux/
A Dhyperv.h191 static inline u32 hv_get_bytes_to_read(const struct hv_ring_buffer_info *rbi) in hv_get_bytes_to_read() function
1691 return hv_get_bytes_to_read(rbi); in hv_end_read()
/linux-6.3-rc2/drivers/net/hyperv/
A Dnetvsc_drv.c165 aread = hv_get_bytes_to_read(&chn->inbound); in netvsc_wait_until_empty()
169 aread = hv_get_bytes_to_read(&chn->outbound); in netvsc_wait_until_empty()
/linux-6.3-rc2/drivers/hv/
A Dvmbus_drv.c1757 ret = sprintf(buf, "%u\n", hv_get_bytes_to_read(rbi)); in read_avail_show()

Completed in 37 milliseconds