Searched defs:smc_link_group (Results 1 – 1 of 1) sorted by relevance
124 struct smc_link_group { struct125 struct list_head list;126 enum smc_lgr_role role; /* client or server */127 __be32 daddr; /* destination ip address */128 struct smc_link lnk[SMC_LINKS_PER_LGR_MAX]; /* smc link */129 char peer_systemid[SMC_SYSTEMID_LEN];131 struct rb_root conns_all; /* connection tree */132 rwlock_t conns_lock; /* protects conns_all */133 unsigned int conns_num; /* current # of connections */134 unsigned short vlan_id; /* vlan id of link group */[all …]