Home
last modified time | relevance | path

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

/openbmc/linux/net/vmw_vsock/
H A Dvirtio_transport_common.c282 if (vvs->rx_bytes + len > vvs->buf_alloc) in virtio_transport_inc_rx_pkt()
301 vvs->last_fwd_cnt = vvs->fwd_cnt; in virtio_transport_inc_tx_pkt()
316 ret = vvs->peer_buf_alloc - (vvs->tx_cnt - vvs->peer_fwd_cnt); in virtio_transport_get_credit()
444 fwd_cnt_delta = vvs->fwd_cnt - vvs->last_fwd_cnt; in virtio_transport_stream_do_dequeue()
689 bytes = (s64)vvs->peer_buf_alloc - (vvs->tx_cnt - vvs->peer_fwd_cnt); in virtio_transport_has_space()
714 vvs = kzalloc(sizeof(*vvs), GFP_KERNEL); in virtio_transport_do_socket_init()
715 if (!vvs) in virtio_transport_do_socket_init()
719 vvs->vsk = vsk; in virtio_transport_do_socket_init()
925 kfree(vvs); in virtio_transport_destruct()
1284 if (!vvs) in virtio_transport_space_update()
[all …]
/openbmc/linux/include/linux/
H A Dvirtio_vsock.h243 void virtio_transport_inc_tx_pkt(struct virtio_vsock_sock *vvs, struct sk_buff *skb);
244 u32 virtio_transport_get_credit(struct virtio_vsock_sock *vvs, u32 wanted);
245 void virtio_transport_put_credit(struct virtio_vsock_sock *vvs, u32 credit);
/openbmc/linux/
H A D.mailmap599 Vasily Averin <vasily.averin@linux.dev> <vvs@virtuozzo.com>
600 Vasily Averin <vasily.averin@linux.dev> <vvs@openvz.org>
601 Vasily Averin <vasily.averin@linux.dev> <vvs@parallels.com>
602 Vasily Averin <vasily.averin@linux.dev> <vvs@sw.ru>
/openbmc/linux/Documentation/scsi/
H A DChangeLog.megaraid29 > From: Vasily Averin [mailto:vvs@sw.ru]