Home
last modified time | relevance | path

Searched refs:msg_routing (Results 1 – 5 of 5) sorted by relevance

/drivers/staging/lustre/lnet/lnet/
Dlib-msg.c66 LASSERT(!msg->msg_routing); in lnet_build_msg_event()
182 LASSERT(msg->msg_routing); in lnet_msg_decommit_tx()
235 LASSERT(msg->msg_routing); in lnet_msg_decommit_rx()
316 LASSERT(!msg->msg_routing); in lnet_msg_attach_md()
376 LASSERT(!msg->msg_routing); in lnet_complete_msg_locked()
405 (msg->msg_routing && !msg->msg_sending)) { in lnet_complete_msg_locked()
451 msg->msg_routing ? "X" : "", in lnet_finalize()
Dlo.c41 LASSERT(!lntmsg->msg_routing); in lolnd_send()
Dlib-move.c608 LASSERT(!msg->msg_routing); in lnet_setpayloadbuffer()
907 LASSERT(msg->msg_routing); in lnet_post_routed_recv_locked()
1228 LASSERT(!msg->msg_routing); in lnet_send()
1253 if (!msg->msg_routing) in lnet_send()
1327 if (!msg->msg_routing) { in lnet_send()
1869 msg->msg_routing = 1; in lnet_parse()
2163 LASSERT(!getmsg->msg_routing); in lnet_create_reply_msg()
/drivers/staging/lustre/include/linux/lnet/
Dlib-types.h200 unsigned int msg_routing:1; /* being forwarded */ member
/drivers/staging/lustre/lnet/klnds/o2iblnd/
Do2iblnd_cb.c1463 int routing = lntmsg->msg_routing; in kiblnd_send()