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