Searched refs:LNET_MKNET (Results 1 – 5 of 5) sorted by relevance
/drivers/staging/lustre/lustre/libcfs/ |
D | nidstrings.c | 449 *net = LNET_MKNET(nf->nf_type, netnum); in libcfs_str2net_internal() 479 net = LNET_MKNET(SOCKLND, 0); in libcfs_str2nid()
|
/drivers/staging/lustre/include/linux/libcfs/ |
D | libcfs_private.h | 440 #define LNET_MKNET(typ, num) ((((__u32)(typ))<<16)|((__u32)(num))) macro
|
/drivers/staging/lustre/lustre/ptlrpc/ |
D | events.c | 460 peer->nid = *self = LNET_MKNID(LNET_MKNET(LOLND, 0), 0); in ptlrpc_uuid_to_peer()
|
/drivers/staging/lustre/lnet/lnet/ |
D | config.c | 208 ni = lnet_ni_alloc(LNET_MKNET(LOLND, 0), NULL, nilist); in lnet_parse_networks()
|
/drivers/staging/lustre/lustre/obdclass/ |
D | obd_config.c | 1548 LNET_MKNID(LNET_MKNET(lcfg->lcfg_nal, 0), addr); in class_config_llog_handler()
|