Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dtarget_core_user.h107 struct tcmu_cmd_entry { struct
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dtarget_core_user.h107 struct tcmu_cmd_entry { struct
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dtarget_core_user.h109 struct tcmu_cmd_entry { struct
/OK3568_Linux_fs/kernel/Documentation/target/
H 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;
/OK3568_Linux_fs/kernel/drivers/target/
H A Dtarget_core_user.c889 return max(offsetof(struct tcmu_cmd_entry, req.iov[iov_cnt]), in tcmu_cmd_get_base_cmd_size()
890 sizeof(struct tcmu_cmd_entry)); in tcmu_cmd_get_base_cmd_size()
992 struct tcmu_cmd_entry *entry; in queue_cmd_ring()
1294 static void tcmu_handle_completion(struct tcmu_cmd *cmd, struct tcmu_cmd_entry *entry) in tcmu_handle_completion()
1410 struct tcmu_cmd_entry *entry = (void *) mb + CMDR_OFF + udev->cmdr_last_cleaned; in tcmu_handle_completions()
2983 BUILD_BUG_ON((sizeof(struct tcmu_cmd_entry) % TCMU_OP_ALIGN_SIZE) != 0); in tcmu_module_init()