Searched defs:smc_link_group (Results 1 – 1 of 1) sorted by relevance
273 struct smc_link_group { struct274 struct list_head list;275 struct rb_root conns_all; /* connection tree */276 rwlock_t conns_lock; /* protects conns_all */277 unsigned int conns_num; /* current # of connections */278 unsigned short vlan_id; /* vlan id of link group */280 struct list_head sndbufs[SMC_RMBE_SIZES];/* tx buffers */281 struct rw_semaphore sndbufs_lock; /* protects tx buffers */282 struct list_head rmbs[SMC_RMBE_SIZES]; /* rx buffers */283 struct rw_semaphore rmbs_lock; /* protects rx buffers */[all …]