Home
last modified time | relevance | path

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

/openbmc/linux/net/smc/
H A Dsmc_core.h35 struct smc_lgr_list { /* list of link group definition */ struct
36 struct list_head list;
37 spinlock_t lock; /* protects list of link groups */
38 u32 num; /* unique link group number */
H A Dsmc_core.c43 struct smc_lgr_list smc_lgr_list = { /* established link groups */ variable