Home
last modified time | relevance | path

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

/drivers/target/
Dtarget_core_user.c81 struct tcmu_dev { struct
118 #define TCMU_DEV(_se_dev) container_of(_se_dev, struct tcmu_dev, se_dev) argument
124 struct tcmu_dev *tcmu_dev; member
163 struct tcmu_dev *udev = TCMU_DEV(se_dev); in tcmu_alloc_cmd()
172 tcmu_cmd->tcmu_dev = udev; in tcmu_alloc_cmd()
239 static bool is_ring_space_avail(struct tcmu_dev *udev, size_t cmd_size, size_t data_needed) in is_ring_space_avail()
278 struct tcmu_dev *udev = tcmu_cmd->tcmu_dev; in tcmu_queue_cmd_ring()
430 struct tcmu_dev *udev = TCMU_DEV(se_dev); in tcmu_queue_cmd()
454 struct tcmu_dev *udev = cmd->tcmu_dev; in tcmu_handle_completion()
517 static unsigned int tcmu_handle_completions(struct tcmu_dev *udev) in tcmu_handle_completions()
[all …]