Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/hyperv/
H A Dvmbus-proto.h190 uint32_t pending_send_sz; member
/openbmc/linux/include/linux/
H A Dhyperv.h148 u32 pending_send_sz; member
1141 c->outbound.ring_buffer->pending_send_sz = size; in set_channel_pending_send_size()
/openbmc/linux/drivers/hv/
H A Dring_buffer.c609 pending_sz = READ_ONCE(rbi->ring_buffer->pending_send_sz); in hv_pkt_iter_close()
/openbmc/qemu/hw/hyperv/
H A Dvmbus.c838 rb->pending_send_sz = ringbuf->wanted; in ringbuf_send_update_idx()
904 rb->pending_send_sz = needed; in vmbus_channel_reserve()
932 rb->pending_send_sz = 0; in vmbus_channel_reserve()
1232 uint32_t wanted = rb->pending_send_sz; in vmbus_channel_recv_done()