Home
last modified time | relevance | path

Searched defs:delay_base_us (Results 1 – 6 of 6) sorted by relevance

/spdk/lib/vhost/
H A Dvhost.c234 return vdev->backend->set_coalescing(vdev, delay_base_us, iops_threshold); in spdk_vhost_get_coalescing() argument
226 spdk_vhost_set_coalescing(struct spdk_vhost_dev * vdev,uint32_t delay_base_us,uint32_t iops_threshold) spdk_vhost_set_coalescing() argument
350 uint32_t delay_base_us; vhost_user_config_json() local
H A Dvhost_rpc.c375 uint32_t delay_base_us, iops_threshold; _rpc_get_vhost_controller() local
472 uint32_t delay_base_us; global() member
H A Drte_vhost_user.c1679 vhost_user_dev_set_coalescing(struct spdk_vhost_user_dev *user_dev, uint32_t delay_base_us, argument
1711 vhost_user_set_coalescing(struct spdk_vhost_dev *vdev, uint32_t delay_base_us, argument
1727 vhost_user_get_coalescing(struct spdk_vhost_dev *vdev, uint32_t *delay_base_us, argument
H A Dvhost_blk.c1844 vhost_blk_set_coalescing(struct spdk_vhost_dev * vdev,uint32_t delay_base_us,uint32_t iops_threshold) vhost_blk_set_coalescing() argument
1855 vhost_blk_get_coalescing(struct spdk_vhost_dev * vdev,uint32_t * delay_base_us,uint32_t * iops_threshold) vhost_blk_get_coalescing() argument
/spdk/python/spdk/rpc/
H A Dvhost.py8 def vhost_controller_set_coalescing(client, ctrlr, delay_base_us, iops_threshold): argument
/spdk/python/spdk/spdkcli/
H A Dui_node.py705 ui_command_set_coalescing(self, delay_base_us, iops_threshold) global() argument