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