Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/
Dnidstrings.c388 int num = LNET_NETNUM(net); in libcfs_net2str()
409 int nnum = LNET_NETNUM(net); in libcfs_nid2str()
831 if (nr->nr_netnum != LNET_NETNUM(LNET_NIDNET(nid))) in cfs_match_nid()
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_private.h438 #define LNET_NETNUM(net) ((net) & 0xffff) macro
/linux-4.1.27/drivers/staging/lustre/include/linux/lnet/
Dlib-lnet.h633 return &the_lnet.ln_remote_nets_hash[(LNET_NETNUM(net) + in lnet_net2rnethash()