Home
last modified time | relevance | path

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

/drivers/staging/lustre/lnet/lnet/
Drouter.c263 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()
665 if (LNET_NETTYP(LNET_NIDNET(nid)) == LOLND) in lnet_parse_rc_info()
669 if (LNET_NETTYP(LNET_NIDNET(nid)) != PTLLND) in lnet_parse_rc_info()
683 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()
708 LNET_NETTYP(net) == LOLND) in lnet_parse_route()
718 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()
2383 if (LNET_NETTYP(LNET_NIDNET(dstnid)) == LOLND) in LNetDist()
Dapi-ni.c1056 lnd_type = LNET_NETTYP(LNET_NIDNET(ni->ni_nid)); in lnet_startup_lndnis()
/drivers/staging/lustre/lustre/libcfs/
Dnidstrings.c366 int lnd = LNET_NETTYP(net); in libcfs_net2str()
387 int lnd = LNET_NETTYP(net); in libcfs_nid2str()
846 if (nr->nr_netstrfns->nf_type != LNET_NETTYP(LNET_NIDNET(nid))) in cfs_match_nid()
/drivers/staging/lustre/lustre/llite/
Dsuper25.c169 if (LNET_NETTYP(LNET_NIDNET(lnet_id.nid)) != LOLND) { in init_lustre_lite()
/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_private.h439 #define LNET_NETTYP(net) (((net) >> 16) & 0xffff) macro
/drivers/staging/lustre/include/linux/lnet/
Dlib-lnet.h634 LNET_NETTYP(net)) & in lnet_net2rnethash()
/drivers/staging/lustre/lustre/obdclass/
Dobd_mount.c236 if (LNET_NETTYP(LNET_NIDNET(id.nid)) == LOLND) in lustre_start_mgc()