Home
last modified time | relevance | path

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

/linux-5.19.10/net/smc/
Dsmc_core.h236 struct smc_link_group { struct
237 struct list_head list;
238 struct rb_root conns_all; /* connection tree */
239 rwlock_t conns_lock; /* protects conns_all */
240 unsigned int conns_num; /* current # of connections */
241 unsigned short vlan_id; /* vlan id of link group */
243 struct list_head sndbufs[SMC_RMBE_SIZES];/* tx buffers */
244 struct mutex sndbufs_lock; /* protects tx buffers */
245 struct list_head rmbs[SMC_RMBE_SIZES]; /* rx buffers */
246 struct mutex rmbs_lock; /* protects rx buffers */
[all …]