Searched defs:tcmu_dev (Results 1 – 2 of 2) sorted by relevance
111 struct tcmu_dev { struct112 struct list_head node;113 struct kref kref;115 struct se_device se_dev;116 struct se_dev_plug se_plug;118 char *name;119 struct se_hba *hba;126 unsigned long flags;128 struct uio_info uio_info;130 struct inode *inode;[all …]
109 struct tcmu_dev { struct110 struct list_head node;111 struct kref kref;113 struct se_device se_dev;115 char *name;116 struct se_hba *hba;122 unsigned long flags;124 struct uio_info uio_info;126 struct inode *inode;128 struct tcmu_mailbox *mb_addr;[all …]