Home
last modified time | relevance | path

Searched refs:CNETERR (Results 1 – 11 of 11) sorted by relevance

/drivers/staging/lustre/lnet/lnet/
Dacceptor.c102CNETERR("Connection to %s at host %pI4h on port %d was refused: check that Lustre is running on th… in lnet_connect_console_error()
108CNETERR("Connection to %s at host %pI4h was unreachable: the network or that node may be down, or … in lnet_connect_console_error()
112CNETERR("Connection to %s at host %pI4h on port %d took too long: that node may be hung or experie… in lnet_connect_console_error()
Dlib-move.c803 CNETERR("Dropping message for %s: peer not alive\n", in lnet_post_send_locked()
816 CNETERR("Aborting message for %s: LNetM[DE]Unlink() already called on the MD/ME.\n", in lnet_post_send_locked()
1422 CNETERR("Dropping PUT from %s portal %d match %llu offset %d length %d: %d\n", in lnet_parse_put()
1454 CNETERR("Dropping GET from %s portal %d match %llu offset %d length %d\n", in lnet_parse_get()
1514 CNETERR("%s: Dropping REPLY from %s for %s MD %#llx.%#llx\n", in lnet_parse_reply()
1534 CNETERR("%s: Dropping REPLY from %s length %d for MD %#llx would overflow (%d)\n", in lnet_parse_reply()
2133 CNETERR("Error sending PUT to %s: %d\n", in LNetPut()
2326 CNETERR("Error sending GET to %s: %d\n", in LNetGet()
/drivers/staging/lustre/lnet/klnds/socklnd/
Dsocklnd_proto.c500 CNETERR("Error %d sending HELLO hdr to %pI4h/%d\n", in ksocknal_send_hello_v1()
516 CNETERR("Error %d sending HELLO payload (%d) to %pI4h/%d\n", in ksocknal_send_hello_v1()
548 CNETERR("Error %d sending HELLO hdr to %pI4h/%d\n", in ksocknal_send_hello_v2()
560 CNETERR("Error %d sending HELLO payload (%d) to %pI4h/%d\n", in ksocknal_send_hello_v2()
Dsocklnd_cb.c416 CNETERR("Deleting packet type %d len %d %s->%s\n", in ksocknal_txlist_done()
422 CNETERR("Deleting noop packet\n"); in ksocknal_txlist_done()
916 CNETERR("No usable routes to %s\n", libcfs_id2str(id)); in ksocknal_launch_packet()
2256 CNETERR("A connection with %s (%pI4h:%d) was reset; it may have rebooted.\n", in ksocknal_find_timed_out_conn()
2262 CNETERR("A connection with %s (%pI4h:%d) timed out; the network or node may be down.\n", in ksocknal_find_timed_out_conn()
2268 CNETERR("An unexpected network error %d occurred with %s (%pI4h:%d\n", in ksocknal_find_timed_out_conn()
2284 CNETERR("Timeout receiving from %s (%pI4h:%d), state %d wanted %d left %d\n", in ksocknal_find_timed_out_conn()
2301 CNETERR("Timeout sending data to %s (%pI4h:%d) the network or that node may be down.\n", in ksocknal_find_timed_out_conn()
/drivers/staging/lustre/lnet/klnds/o2iblnd/
Do2iblnd_cb.c480 CNETERR("Rx from %s failed: %d\n", in kiblnd_rx_complete()
967 CNETERR("Tx -> %s cookie %#llx sending %d waiting %d: failed %d\n", in kiblnd_tx_complete()
1845 CNETERR("Closing conn to %s: error %d%s%s%s%s%s\n", in kiblnd_close_conn_locked()
2026 CNETERR("Deleting messages for %s: connection failed\n", in kiblnd_peer_connect_failed()
2466 CNETERR("%s: retrying (%s), %x, %x, queue_dep: %d, max_frag: %d, msg_size: %d\n", in kiblnd_reconnect()
2491 CNETERR("%s rejected: no listener at %d\n", in kiblnd_rejected()
2607 CNETERR("%s rejected: reason %d, size %d\n", in kiblnd_rejected()
2800 CNETERR("%s: ADDR ERROR %d\n", in kiblnd_cm_callback()
2813 CNETERR("Can't resolve address for %s: %d\n", in kiblnd_cm_callback()
2831 CNETERR("%s: ROUTE ERROR %d\n", in kiblnd_cm_callback()
[all …]
/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_debug.h233 #define CNETERR(format, a...) CDEBUG_LIMIT(D_NETERROR, format, ## a) macro
/drivers/staging/lustre/lnet/selftest/
Dconrpc.c935 CNETERR("session protocol error from %s: %u\n", in lstcon_sesnew_stat_reply()
949 CNETERR("Framework features %x from %s is different with features on this transaction: %x\n", in lstcon_sesnew_stat_reply()
Dconsole.c1712 CNETERR("Session %s already exists\n", in lstcon_session_new()
1725 CNETERR("Unknown session features %x\n", in lstcon_session_new()
Drpc.c683CNETERR("Active RPC %p on shutdown: sv %s, peer %s, wi %s scheduled %d running %d, ev fired %d typ… in srpc_finish_service()
Dframework.c1267 CNETERR("Features of framework RPC don't match features of current session: %x/%x\n", in sfw_handle_server_rpc()
/drivers/staging/lustre/lustre/ptlrpc/
Dclient.c82 CNETERR("cannot find peer %s!\n", uuid->uuid); in ptlrpc_uuid_to_connection()