Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dtarget_core_user.h48 __u32 cmdr_off; member
/linux-4.4.14/Documentation/target/
Dtcmu-design.txt121 cmdr_off - The offset of the start of the command ring from the start
320 struct tcmu_cmd_entry *ent = (void *) mb + mb->cmdr_off + mb->cmd_tail;
324 while (ent != (void *)mb + mb->cmdr_off + mb->cmd_head) {
351 ent = (void *) mb + mb->cmdr_off + mb->cmd_tail;
/linux-4.4.14/drivers/target/
Dtarget_core_user.c896 mb->cmdr_off = CMDR_OFF; in tcmu_configure_device()