Searched refs:vqs (Results 1 – 2 of 2) sorted by relevance
| /net/vmw_vsock/ |
| A D | virtio_transport.c | 31 struct virtqueue *vqs[VSOCK_VQ_MAX]; member 168 vq = vsock->vqs[VSOCK_VQ_TX]; in virtio_transport_send_pkt_work() 216 struct virtqueue *vq = vsock->vqs[VSOCK_VQ_TX]; in virtio_transport_send_skb_fast_path() 316 vq = vsock->vqs[VSOCK_VQ_RX]; in virtio_vsock_rx_fill() 346 vq = vsock->vqs[VSOCK_VQ_TX]; in virtio_transport_tx_work() 373 struct virtqueue *vq = vsock->vqs[VSOCK_VQ_RX]; in virtio_transport_more_replies() 389 vq = vsock->vqs[VSOCK_VQ_EVENT]; in virtio_vsock_event_fill_one() 407 virtqueue_kick(vsock->vqs[VSOCK_VQ_EVENT]); in virtio_vsock_event_fill() 451 vq = vsock->vqs[VSOCK_VQ_EVENT]; in virtio_transport_event_work() 471 virtqueue_kick(vsock->vqs[VSOCK_VQ_EVENT]); in virtio_transport_event_work() [all …]
|
| /net/sched/ |
| A D | sch_gred.c | 552 static void gred_vqs_apply(struct gred_sched *table, struct nlattr *vqs) in gred_vqs_apply() argument 557 nla_for_each_nested(attr, vqs, rem) { in gred_vqs_apply() 611 struct nlattr *vqs, struct netlink_ext_ack *extack) in gred_vqs_validate() argument 616 err = nla_validate_nested_deprecated(vqs, TCA_GRED_VQ_ENTRY_MAX, in gred_vqs_validate() 621 nla_for_each_nested(attr, vqs, rem) { in gred_vqs_validate() 771 struct nlattr *parms, *vqs, *opts = NULL; in gred_dump() local 852 vqs = nla_nest_start_noflag(skb, TCA_GRED_VQ_LIST); in gred_dump() 853 if (!vqs) in gred_dump() 899 nla_nest_end(skb, vqs); in gred_dump()
|
Completed in 33 milliseconds