Home
last modified time | relevance | path

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

/linux-5.19.10/net/smc/
Dsmc_core.h26 struct smc_lgr_list { /* list of link group definition */ struct
27 struct list_head list;
28 spinlock_t lock; /* protects list of link groups */
29 u32 num; /* unique link group number */
Dsmc_core.c43 struct smc_lgr_list smc_lgr_list = { /* established link groups */ variable