Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/target/
Dtarget_core_user.c79 struct tcmu_dev { struct
80 struct se_device se_dev;
82 char *name;
83 struct se_hba *hba;
87 unsigned long flags;
89 struct uio_info uio_info;
91 struct tcmu_mailbox *mb_addr;
115 #define TCMU_DEV(_se_dev) container_of(_se_dev, struct tcmu_dev, se_dev) argument
121 struct tcmu_dev *tcmu_dev; member
723 struct tcmu_dev *tcmu_dev = container_of(info, struct tcmu_dev, uio_info); in tcmu_irqcontrol() local