Searched defs:smcd_dev (Results 1 – 1 of 1) sorted by relevance
82 struct smcd_dev { struct83 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];[all …]