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