Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dtarget_core_user.h106 struct tcmu_cmd_entry { struct
/linux-4.1.27/drivers/target/
Dtarget_core_user.c276 struct tcmu_cmd_entry *entry; in tcmu_queue_cmd_ring()
294 base_command_size = max(offsetof(struct tcmu_cmd_entry, in tcmu_queue_cmd_ring()
296 sizeof(struct tcmu_cmd_entry)); in tcmu_queue_cmd_ring()
454 static void tcmu_handle_completion(struct tcmu_cmd *cmd, struct tcmu_cmd_entry *entry) in tcmu_handle_completion()
550 struct tcmu_cmd_entry *entry = (void *) mb + CMDR_OFF + udev->cmdr_last_cleaned; in tcmu_handle_completions()
1098 BUILD_BUG_ON((sizeof(struct tcmu_cmd_entry) % TCMU_OP_ALIGN_SIZE) != 0); in tcmu_module_init()
/linux-4.1.27/Documentation/target/
Dtcmu-design.txt149 tcmu_cmd_entry. Userspace finds the SCSI CDB (Command Data Block) via
150 tcmu_cmd_entry.req.cdb_off. This is an offset from the start of the
320 struct tcmu_cmd_entry *ent = (void *) mb + mb->cmdr_off + mb->cmd_tail;