Searched refs:peer_nid (Results 1 – 6 of 6) sorted by relevance
/drivers/staging/lustre/lnet/lnet/ |
D | acceptor.c | 96 lnet_connect_console_error(int rc, lnet_nid_t peer_nid, in lnet_connect_console_error() argument 103 libcfs_nid2str(peer_nid), in lnet_connect_console_error() 109 libcfs_nid2str(peer_nid), &peer_ip); in lnet_connect_console_error() 113 libcfs_nid2str(peer_nid), in lnet_connect_console_error() 118 libcfs_nid2str(peer_nid), in lnet_connect_console_error() 120 libcfs_nid2str(peer_nid)); in lnet_connect_console_error() 124 libcfs_nid2str(peer_nid), in lnet_connect_console_error() 129 libcfs_nid2str(peer_nid), in lnet_connect_console_error() 134 rc, libcfs_nid2str(peer_nid), in lnet_connect_console_error() 142 lnet_connect(struct socket **sockp, lnet_nid_t peer_nid, in lnet_connect() argument [all …]
|
/drivers/staging/lustre/lustre/obdclass/ |
D | lustre_peer.c | 72 int lustre_uuid_to_peer(const char *uuid, lnet_nid_t *peer_nid, int index) in lustre_uuid_to_peer() argument 86 *peer_nid = data->un_nids[index]; in lustre_uuid_to_peer()
|
/drivers/staging/lustre/include/linux/lnet/ |
D | lib-lnet.h | 625 int lnet_connect(struct socket **sockp, lnet_nid_t peer_nid, 627 void lnet_connect_console_error(int rc, lnet_nid_t peer_nid,
|
/drivers/staging/lustre/lnet/klnds/socklnd/ |
D | socklnd.h | 660 lnet_nid_t peer_nid, ksock_hello_msg_t *hello);
|
D | socklnd_cb.c | 1648 lnet_nid_t peer_nid, ksock_hello_msg_t *hello) in ksocknal_send_hello() argument 1659 hello->kshm_dst_nid = peer_nid; in ksocknal_send_hello()
|
/drivers/staging/lustre/lustre/include/ |
D | obd_class.h | 1775 int lustre_uuid_to_peer(const char *uuid, lnet_nid_t *peer_nid, int index);
|