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