Home
last modified time | relevance | path

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

/drivers/staging/lustre/lnet/lnet/
Dnidstrings.c373 if (nr->nr_netstrfns->nf_type != LNET_NETTYP(LNET_NIDNET(nid))) in cfs_match_nid()
968 { .nf_type = LOLND,
978 { .nf_type = SOCKLND,
988 { .nf_type = O2IBLND,
998 { .nf_type = GNILND,
1008 { .nf_type = GNIIPLND,
1028 if (lnd == libcfs_netstrfns[i].nf_type) in libcfs_lnd2netstrfns()
1082 return nf->nf_type; in libcfs_str2lnd()
1179 if (nf->nf_type == LOLND) /* net number not allowed */ in libcfs_str2net_internal()
1189 *net = LNET_MKNET(nf->nf_type, netnum); in libcfs_str2net_internal()
/drivers/staging/lustre/include/linux/lnet/
Dnidstr.h99 __u32 nf_type; member