Home
last modified time | relevance | path

Searched refs:priv_read_index (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/hv/
Dring_buffer.c104 ring_info->priv_read_index = next_read_location; in hv_set_next_read_location()
368 u32 priv_read_loc = rbi->priv_read_index; in hv_pkt_iter_avail()
390 desc = hv_get_ring_buffer(rbi) + rbi->priv_read_index; in hv_pkt_iter_first()
413 rbi->priv_read_index += packetlen + VMBUS_PKT_TRAILER; in __hv_pkt_iter_next()
414 if (rbi->priv_read_index >= dsize) in __hv_pkt_iter_next()
415 rbi->priv_read_index -= dsize; in __hv_pkt_iter_next()
426 if (rbi->priv_read_index >= start_read_index) in hv_pkt_iter_bytes_read()
427 return rbi->priv_read_index - start_read_index; in hv_pkt_iter_bytes_read()
430 rbi->priv_read_index; in hv_pkt_iter_bytes_read()
465 rbi->ring_buffer->read_index = rbi->priv_read_index; in hv_pkt_iter_close()
/Linux-v4.19/include/linux/
Dhyperv.h143 u32 priv_read_index; member
/Linux-v4.19/drivers/net/hyperv/
Dnetvsc.c1323 prefetch(hv_get_ring_buffer(rbi) + rbi->priv_read_index); in netvsc_channel_cb()