Lines Matching defs:smcd_dev
87 struct smcd_dev { struct
88 const struct smcd_ops *ops;
89 void *priv;
90 struct list_head list;
91 spinlock_t lock;
92 struct smc_connection **conn;
93 struct list_head vlan;
94 struct workqueue_struct *event_wq;
95 u8 pnetid[SMC_MAX_PNETID_LEN];
96 bool pnetid_by_user;
97 struct list_head lgr_list;
98 spinlock_t lgr_lock;
99 atomic_t lgr_cnt;
100 wait_queue_head_t lgrs_deleted;
101 u8 going_away : 1;