Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/linux/
A Dtarget_core_user.h111 struct tcmu_cmd_entry { struct
/linux-6.3-rc2/Documentation/target/
A Dtcmu-design.rst171 tcmu_cmd_entry. Userspace finds the SCSI CDB (Command Data Block) via
172 tcmu_cmd_entry.req.cdb_off. This is an offset from the start of the
353 struct tcmu_cmd_entry *ent = (void *) mb + mb->cmdr_off + mb->cmd_tail;
/linux-6.3-rc2/drivers/target/
A Dtarget_core_user.c896 return max(offsetof(struct tcmu_cmd_entry, req.iov[iov_cnt]), in tcmu_cmd_get_base_cmd_size()
897 sizeof(struct tcmu_cmd_entry)); in tcmu_cmd_get_base_cmd_size()
1018 struct tcmu_cmd_entry *entry; in queue_cmd_ring()
1321 struct tcmu_cmd_entry *entry, bool keep_buf) in tcmu_handle_completion()
1459 struct tcmu_cmd_entry *entry = udev->cmdr + udev->cmdr_last_cleaned; in tcmu_handle_completions()
3315 BUILD_BUG_ON((sizeof(struct tcmu_cmd_entry) % TCMU_OP_ALIGN_SIZE) != 0); in tcmu_module_init()

Completed in 26 milliseconds