Searched refs:mi_portal (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lnet/lnet/ |
D | lib-ptl.c | 197 info->mi_portal, libcfs_id2str(info->mi_id), mlength, in lnet_try_match_md() 271 LASSERT(info->mi_portal < the_lnet.ln_nportals); in lnet_mt_of_match() 272 ptl = the_lnet.ln_portals[info->mi_portal]; in lnet_mt_of_match() 422 !lnet_ptl_is_lazy(the_lnet.ln_portals[info->mi_portal])) in lnet_mt_match_md() 543 libcfs_id2str(info->mi_id), info->mi_rlength, info->mi_portal, in lnet_ptl_match_md() 546 if (info->mi_portal >= the_lnet.ln_nportals) { in lnet_ptl_match_md() 548 info->mi_portal, the_lnet.ln_nportals); in lnet_ptl_match_md() 552 ptl = the_lnet.ln_portals[info->mi_portal]; in lnet_ptl_match_md() 600 libcfs_id2str(info->mi_id), info->mi_portal, in lnet_ptl_match_md() 660 info.mi_portal = hdr->msg.put.ptl_index; in lnet_ptl_attach_md() [all …]
|
D | lib-move.c | 1398 info.mi_portal = hdr->msg.put.ptl_index; in lnet_parse_put() 1426 libcfs_id2str(info.mi_id), info.mi_portal, in lnet_parse_put() 1450 info.mi_portal = hdr->msg.get.ptl_index; in lnet_parse_get() 1458 libcfs_id2str(info.mi_id), info.mi_portal, in lnet_parse_get()
|
/linux-4.1.27/drivers/staging/lustre/include/linux/lnet/ |
D | lib-types.h | 571 unsigned int mi_portal; member
|