tcmu_cmd_entry    866 drivers/target/target_core_user.c 	return max(offsetof(struct tcmu_cmd_entry, req.iov[iov_cnt]),
tcmu_cmd_entry    867 drivers/target/target_core_user.c 			sizeof(struct tcmu_cmd_entry));
tcmu_cmd_entry    960 drivers/target/target_core_user.c 	struct tcmu_cmd_entry *entry;
tcmu_cmd_entry   1130 drivers/target/target_core_user.c static void tcmu_handle_completion(struct tcmu_cmd *cmd, struct tcmu_cmd_entry *entry)
tcmu_cmd_entry   1233 drivers/target/target_core_user.c 		struct tcmu_cmd_entry *entry = (void *) mb + CMDR_OFF + udev->cmdr_last_cleaned;
tcmu_cmd_entry   2734 drivers/target/target_core_user.c 	BUILD_BUG_ON((sizeof(struct tcmu_cmd_entry) % TCMU_OP_ALIGN_SIZE) != 0);