Home
last modified time | relevance | path

Searched defs:tcmu_dev (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/target/
Dtarget_core_user.c76 struct tcmu_dev { struct
77 struct se_device se_dev;
79 char *name;
80 struct se_hba *hba;
84 unsigned long flags;
86 struct uio_info uio_info;
88 struct tcmu_mailbox *mb_addr;
112 #define TCMU_DEV(_se_dev) container_of(_se_dev, struct tcmu_dev, se_dev) argument
118 struct tcmu_dev *tcmu_dev; member
683 struct tcmu_dev *tcmu_dev = container_of(info, struct tcmu_dev, uio_info); in tcmu_irqcontrol() local