Home
last modified time | relevance | path

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

/Linux-v6.1/net/smc/
Dsmc_core.h247 struct smc_link_group { struct
248 struct list_head list;
249 struct rb_root conns_all; /* connection tree */
250 rwlock_t conns_lock; /* protects conns_all */
251 unsigned int conns_num; /* current # of connections */
252 unsigned short vlan_id; /* vlan id of link group */
254 struct list_head sndbufs[SMC_RMBE_SIZES];/* tx buffers */
255 struct mutex sndbufs_lock; /* protects tx buffers */
256 struct list_head rmbs[SMC_RMBE_SIZES]; /* rx buffers */
257 struct mutex rmbs_lock; /* protects rx buffers */
[all …]