Home
last modified time | relevance | path

Searched refs:libcfs_netstrfns (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lnet/lnet/
Dnidstrings.c967 static struct netstrfns libcfs_netstrfns[] = { variable
1020 static const size_t libcfs_nnetstrfns = ARRAY_SIZE(libcfs_netstrfns);
1028 if (lnd == libcfs_netstrfns[i].nf_type) in libcfs_lnd2netstrfns()
1029 return &libcfs_netstrfns[i]; in libcfs_lnd2netstrfns()
1041 nf = &libcfs_netstrfns[i]; in libcfs_namenum2netstrfns()
1054 if (!strcmp(libcfs_netstrfns[i].nf_name, name)) in libcfs_name2netstrfns()
1055 return &libcfs_netstrfns[i]; in libcfs_name2netstrfns()
1166 nf = &libcfs_netstrfns[i]; in libcfs_str2net_internal()