Lines Matching defs:smcd_dev
81 struct smcd_dev { struct
82 const struct smcd_ops *ops;
83 void *priv;
84 struct list_head list;
85 spinlock_t lock;
86 struct smc_connection **conn;
87 struct list_head vlan;
88 struct workqueue_struct *event_wq;
89 u8 pnetid[SMC_MAX_PNETID_LEN];
90 bool pnetid_by_user;
91 struct list_head lgr_list;
92 spinlock_t lgr_lock;
93 atomic_t lgr_cnt;
94 wait_queue_head_t lgrs_deleted;
95 u8 going_away : 1;