/illumos-gate/usr/src/uts/common/io/ |
H A D | vuid_queue.c | 48 vq_initialize(Vuid_queue *vq, caddr_t data, u_int bytes) in vq_initialize() 63 vq_put(Vuid_queue *vq, Firm_event *firm_event) in vq_put() 101 vq_get(Vuid_queue *vq, Firm_event *firm_event) in vq_get() 124 vq_peek(Vuid_queue *vq, Firm_event *firm_event) in vq_peek() 133 vq_putback(Vuid_queue *vq, Firm_event *firm_event) in vq_putback() 156 vq_compress(Vuid_queue *vq, int factor) in vq_compress() 244 vq_delete_node(Vuid_queue *vq, Vuid_q_node *vqn) in vq_delete_node() 268 vq_alloc_node(Vuid_queue *vq) in vq_alloc_node() 282 vq_free_node(Vuid_queue *vq, Vuid_q_node *vqn) in vq_free_node()
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | vdev_queue.c | 226 vdev_queue_class_tree(vdev_queue_t *vq, zio_priority_t p) in vdev_queue_class_tree() 232 vdev_queue_type_tree(vdev_queue_t *vq, zio_type_t t) in vdev_queue_type_tree() 260 vdev_queue_t *vq = &vd->vdev_queue; in vdev_queue_init() local 303 vdev_queue_t *vq = &vd->vdev_queue; in vdev_queue_fini() local 316 vdev_queue_io_add(vdev_queue_t *vq, zio_t *zio) in vdev_queue_io_add() 332 vdev_queue_io_remove(vdev_queue_t *vq, zio_t *zio) in vdev_queue_io_remove() 349 vdev_queue_pending_add(vdev_queue_t *vq, zio_t *zio) in vdev_queue_pending_add() 365 vdev_queue_pending_remove(vdev_queue_t *vq, zio_t *zio) in vdev_queue_pending_remove() 500 vdev_queue_class_to_issue(vdev_queue_t *vq) in vdev_queue_class_to_issue() 541 vdev_queue_aggregate(vdev_queue_t *vq, zio_t *zio) in vdev_queue_aggregate() [all …]
|
H A D | vdev.c | 4574 vdev_queue_t *vq = &vd->vdev_queue; in vdev_deadman() local
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | vuid_queue.h | 53 #define vq_used(vq) ((vq)->num) argument 54 #define vq_avail(vq) ((vq)->size - (vq)->num) argument 55 #define vq_size(vq) ((vq)->size) argument 56 #define vq_is_empty(vq) ((vq)->top == VUID_Q_NODE_NULL) argument 57 #define vq_is_full(vq) ((vq)->num == (vq)->size) argument
|
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | virtio.c | 99 struct vqueue_info *vq; in vi_reset_dev() local 179 struct vqueue_info *vq; in vi_vq_init() local 265 vq_getchain(struct vqueue_info *vq, struct iovec *iov, int niov, in vq_getchain() 401 vq_retchains(struct vqueue_info *vq, uint16_t n_chains) in vq_retchains() 408 vq_relchain_prepare(struct vqueue_info *vq, uint16_t idx, uint32_t iolen) in vq_relchain_prepare() 429 vq_relchain_publish(struct vqueue_info *vq) in vq_relchain_publish() 448 vq_relchain(struct vqueue_info *vq, uint16_t idx, uint32_t iolen) in vq_relchain() 470 vq_endchains(struct vqueue_info *vq, int used_all_avail) in vq_endchains() 683 struct vqueue_info *vq; in vi_pci_write() local
|
H A D | virtio.h | 318 #define VQ_AVAIL_EVENT_IDX(vq) \ argument 320 #define VQ_USED_EVENT_IDX(vq) \ argument 327 vq_ring_ready(struct vqueue_info *vq) in vq_ring_ready() 338 vq_has_descs(struct vqueue_info *vq) in vq_has_descs() 383 vq_interrupt(struct virtio_softc *vs, struct vqueue_info *vq) in vq_interrupt() 390 vq_kick_enable(struct vqueue_info *vq) in vq_kick_enable() 403 vq_kick_disable(struct vqueue_info *vq) in vq_kick_disable()
|
H A D | pci_virtio_net.c | 234 struct vqueue_info *vq; in pci_vtnet_rx() local 424 pci_vtnet_ping_rxq(void *vsc, struct vqueue_info *vq) in pci_vtnet_ping_rxq() 445 pci_vtnet_proctx(struct pci_vtnet_softc *sc, struct vqueue_info *vq) in pci_vtnet_proctx() 492 pci_vtnet_ping_txq(void *vsc, struct vqueue_info *vq) in pci_vtnet_ping_txq() 517 struct vqueue_info *vq; in pci_vtnet_tx_thread() local 568 pci_vtnet_ping_ctlq(void *vsc, struct vqueue_info *vq) in pci_vtnet_ping_ctlq()
|
H A D | pci_virtio_viona.c | 297 pci_viona_control_rx(struct vqueue_info *vq, const virtio_net_ctrl_hdr_t *hdr, in pci_viona_control_rx() 355 pci_viona_control_mac(struct vqueue_info *vq, const virtio_net_ctrl_hdr_t *hdr, in pci_viona_control_mac() 411 pci_viona_control(struct vqueue_info *vq) in pci_viona_control() 482 pci_viona_process_ctrlq(struct vqueue_info *vq) in pci_viona_process_ctrlq() 966 struct vqueue_info *vq = &sc->vsc_queues[VIONA_CTLQ]; in pci_viona_qnotify() local
|
H A D | pci_virtio_console.c | 222 pci_vtcon_vq_to_port(struct pci_vtcon_softc *sc, struct vqueue_info *vq) in pci_vtcon_vq_to_port() 433 struct vqueue_info *vq; in pci_vtcon_sock_rx() local 595 struct vqueue_info *vq; in pci_vtcon_control_send() local 619 pci_vtcon_notify_tx(void *vsc, struct vqueue_info *vq) in pci_vtcon_notify_tx() 645 pci_vtcon_notify_rx(void *vsc, struct vqueue_info *vq) in pci_vtcon_notify_rx()
|
H A D | pci_virtio_rnd.c | 106 pci_vtrnd_notify(void *vsc, struct vqueue_info *vq) in pci_vtrnd_notify()
|
H A D | pci_virtio_scsi.c | 576 pci_vtscsi_controlq_notify(void *vsc, struct vqueue_info *vq) in pci_vtscsi_controlq_notify() 606 pci_vtscsi_eventq_notify(void *vsc __unused, struct vqueue_info *vq) in pci_vtscsi_eventq_notify() 612 pci_vtscsi_requestq_notify(void *vsc, struct vqueue_info *vq) in pci_vtscsi_requestq_notify()
|
H A D | pci_virtio_input.c | 185 pci_vtinput_notify_statusq(void *vsc, struct vqueue_info *vq) in pci_vtinput_notify_statusq() 505 struct vtinput_eventqueue *queue, struct vqueue_info *vq) in vtinput_eventqueue_send_events()
|
H A D | pci_virtio_block.c | 280 pci_vtblk_proc(struct pci_vtblk_softc *sc, struct vqueue_info *vq) in pci_vtblk_proc() 408 pci_vtblk_notify(void *vsc, struct vqueue_info *vq) in pci_vtblk_notify()
|
H A D | pci_virtio_9p.c | 201 pci_vt9p_notify(void *vsc, struct vqueue_info *vq) in pci_vt9p_notify()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/ |
H A D | tables.c | 64 typedef struct vq { struct 66 } vq_t; argument
|
/illumos-gate/usr/src/lib/libc/port/fp/ |
H A D | qdivrem.c | 81 ___qdivrem(u_longlong_t uq, u_longlong_t vq, u_longlong_t *arq) in ___qdivrem()
|
/illumos-gate/usr/src/boot/libsa/ |
H A D | qdivrem.c | 81 __udivmoddi4(u_quad_t uq, u_quad_t vq, u_quad_t *arq) in __udivmoddi4()
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/ |
H A D | bnxe_hw_debug.c | 184 int vq = -1; in _vq_hoq() local
|
/illumos-gate/usr/src/cmd/vrrpadm/ |
H A D | vrrpadm.c | 419 vrrp_queryinfo_t *vq; in do_show_router() local
|
/illumos-gate/usr/src/uts/common/io/vioscsi/ |
H A D | vioscsi.c | 525 virtio_queue_t *vq, int sleep) in vioscsi_req_init()
|
/illumos-gate/usr/src/uts/intel/io/viona/ |
H A D | viona_main.c | 1230 const uint16_t vq = *val; in viona_notify_iop() local
|