Home
last modified time | relevance | path

Searched defs:smc_link_group (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/net/smc/
Dsmc_core.h168 struct smc_link_group { struct
169 struct list_head list;
170 struct rb_root conns_all; /* connection tree */
171 rwlock_t conns_lock; /* protects conns_all */
172 unsigned int conns_num; /* current # of connections */
173 unsigned short vlan_id; /* vlan id of link group */
175 struct list_head sndbufs[SMC_RMBE_SIZES];/* tx buffers */
176 rwlock_t sndbufs_lock; /* protects tx buffers */
177 struct list_head rmbs[SMC_RMBE_SIZES]; /* rx buffers */
178 rwlock_t rmbs_lock; /* protects rx buffers */
[all …]