Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/
Dnidstrings.c387 int lnd = LNET_NETTYP(net); in libcfs_net2str()
408 int lnd = LNET_NETTYP(net); in libcfs_nid2str()
829 if (nr->nr_netstrfns->nf_type != LNET_NETTYP(LNET_NIDNET(nid))) in cfs_match_nid()
/linux-4.1.27/drivers/staging/lustre/lnet/lnet/
Drouter.c264 lnd_type = LNET_NETTYP(LNET_NIDNET(ni->ni_nid)); in lnet_shuffle_seed()
319 LNET_NETTYP(LNET_NIDNET(gateway)) == LOLND || in lnet_add_route()
321 LNET_NETTYP(net) == LOLND || in lnet_add_route()
662 if (LNET_NETTYP(LNET_NIDNET(nid)) == LOLND) in lnet_parse_rc_info()
666 if (LNET_NETTYP(LNET_NIDNET(nid)) != PTLLND) in lnet_parse_rc_info()
680 if (LNET_NETTYP(LNET_NIDNET(nid)) == PTLLND) in lnet_parse_rc_info()
Dconfig.c264 if (LNET_NETTYP(net) != LOLND && /* LO is implicit */ in lnet_parse_networks()
713 LNET_NETTYP(net) == LOLND) in lnet_parse_route()
723 LNET_NETTYP(LNET_NIDNET(nid)) == LOLND) in lnet_parse_route()
Dlib-move.c649 LASSERT(LNET_NETTYP(LNET_NIDNET(ni->ni_nid)) == LOLND || in lnet_ni_send()
2382 if (LNET_NETTYP(LNET_NIDNET(dstnid)) == LOLND) in LNetDist()
Dapi-ni.c1053 lnd_type = LNET_NETTYP(LNET_NIDNET(ni->ni_nid)); in lnet_startup_lndnis()
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dsuper25.c149 if (LNET_NETTYP(LNET_NIDNET(lnet_id.nid)) != LOLND) in init_lustre_lite()
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_private.h439 #define LNET_NETTYP(net) (((net) >> 16) & 0xffff) macro
/linux-4.1.27/drivers/staging/lustre/include/linux/lnet/
Dlib-lnet.h634 LNET_NETTYP(net)) & in lnet_net2rnethash()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dobd_mount.c229 if (LNET_NETTYP(LNET_NIDNET(id.nid)) == LOLND) in lustre_start_mgc()