Home
last modified time | relevance | path

Searched defs:ctrlr (Results 1 – 3 of 3) sorted by relevance

/dpdk/examples/vhost_blk/
H A Dvhost_blk.c63 gpa_to_vva(struct vhost_blk_ctrlr *ctrlr, uint64_t gpa, uint64_t *len) in gpa_to_vva() argument
149 desc_payload_to_iovs(struct vhost_blk_ctrlr *ctrlr, struc argument
209 setup_iovs_from_descs_split(struct vhost_blk_ctrlr * ctrlr,struct vhost_blk_queue * vq,uint16_t req_idx,struct iovec * iovs,uint32_t * iovs_idx,uint32_t * payload) setup_iovs_from_descs_split() argument
240 setup_iovs_from_descs_packed(struct vhost_blk_ctrlr * ctrlr,struct vhost_blk_queue * vq,uint16_t req_idx,struct iovec * iovs,uint32_t * iovs_idx,uint32_t * payload) setup_iovs_from_descs_packed() argument
271 setup_iovs_from_inflight_desc(struct vhost_blk_ctrlr * ctrlr,struct vhost_blk_queue * vq,uint16_t req_idx,struct iovec * iovs,uint32_t * iovs_idx,uint32_t * payload) setup_iovs_from_inflight_desc() argument
533 struct vhost_blk_ctrlr *ctrlr = (struct vhost_blk_ctrlr *)arg; ctrlr_worker() local
558 alloc_task_pool(struct vhost_blk_ctrlr * ctrlr) alloc_task_pool() argument
584 free_task_pool(struct vhost_blk_ctrlr * ctrlr) free_task_pool() argument
595 struct vhost_blk_ctrlr *ctrlr; new_device() local
696 struct vhost_blk_ctrlr *ctrlr; destroy_device() local
790 struct vhost_blk_ctrlr *ctrlr; vhost_blk_ctrlr_construct() local
841 vhost_blk_ctrlr_destroy(struct vhost_blk_ctrlr * ctrlr) vhost_blk_ctrlr_destroy() argument
856 struct vhost_blk_ctrlr *ctrlr; signal_handler() local
[all...]
H A Dvhost_blk_compat.c72 struct vhost_blk_ctrlr *ctrlr; in extern_vhost_pre_msg_handler() local
120 struct vhost_blk_ctrlr *ctrlr; in extern_vhost_post_msg_handler() local
H A Dvhost_blk.h103 struct vhost_blk_ctrlr *ctrlr; member