Searched refs:tcmu_cmd_entry (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/uapi/linux/
H A Dtarget_core_user.h26 * tcmu_cmd_entry in the ring, updating mailbox->cmd_head, and poking
29 * tcmu_cmd_entry contains a header. If the header type is PAD,
111 struct tcmu_cmd_entry { struct
/linux-master/drivers/target/
H A Dtarget_core_user.c896 return max(offsetof(struct tcmu_cmd_entry, req.iov[iov_cnt]),
897 sizeof(struct tcmu_cmd_entry));
1018 struct tcmu_cmd_entry *entry;
1321 struct tcmu_cmd_entry *entry, bool keep_buf)
1459 struct tcmu_cmd_entry *entry = udev->cmdr + udev->cmdr_last_cleaned;
3315 BUILD_BUG_ON((sizeof(struct tcmu_cmd_entry) % TCMU_OP_ALIGN_SIZE) != 0);

Completed in 123 milliseconds