Home
last modified time | relevance | path

Searched refs:LNET_EVENT_SEND (Results 1 – 6 of 6) sorted by relevance

/drivers/staging/lustre/lnet/lnet/
Dlib-msg.c66 if (ev_type == LNET_EVENT_SEND) { in lnet_build_msg_event()
109 case LNET_EVENT_SEND: /* active message */ in lnet_build_msg_event()
193 case LNET_EVENT_SEND: in lnet_msg_decommit_tx()
Drouter.c746 LASSERT(event->type == LNET_EVENT_SEND || in lnet_router_checker_event()
763 if (event->type == LNET_EVENT_SEND) { in lnet_router_checker_event()
Dlib-move.c2060 lnet_build_msg_event(msg, LNET_EVENT_SEND); in LNetPut()
2257 lnet_build_msg_event(msg, LNET_EVENT_SEND); in LNetGet()
/drivers/staging/lustre/lustre/ptlrpc/
Devents.c56 LASSERT(ev->type == LNET_EVENT_SEND || ev->type == LNET_EVENT_UNLINK); in request_out_callback()
398 LASSERT(ev->type == LNET_EVENT_SEND || in reply_out_callback()
/drivers/staging/lustre/include/linux/lnet/
Dtypes.h545 LNET_EVENT_SEND, enumerator
/drivers/staging/lustre/lnet/selftest/
Drpc.c1562 LASSERT(ev->type == LNET_EVENT_SEND || in srpc_lnet_ev_handler()