Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/include/linux/lnet/
Dlib-types.h66 } WIRE_ATTR lnet_handle_wire_t; typedef
81 lnet_handle_wire_t dst_wmd;
87 lnet_handle_wire_t ack_wmd;
95 lnet_handle_wire_t return_wmd;
103 lnet_handle_wire_t dst_wmd;
Dlib-lnet.h81 static inline int lnet_is_wire_handle_none(lnet_handle_wire_t *wh) in lnet_is_wire_handle_none()
524 lnet_wire_handle2md(lnet_handle_wire_t *wh) in lnet_wire_handle2md()
/linux-4.1.27/drivers/staging/lustre/lnet/lnet/
Dapi-ni.c198 CLASSERT((int)sizeof(lnet_handle_wire_t) == 16); in lnet_assert_wire_constants()
199 CLASSERT((int)offsetof(lnet_handle_wire_t, wh_interface_cookie) == 0); in lnet_assert_wire_constants()
200 CLASSERT((int)sizeof(((lnet_handle_wire_t *)0)->wh_interface_cookie) == 8); in lnet_assert_wire_constants()
201 CLASSERT((int)offsetof(lnet_handle_wire_t, wh_object_cookie) == 8); in lnet_assert_wire_constants()
202 CLASSERT((int)sizeof(((lnet_handle_wire_t *)0)->wh_object_cookie) == 8); in lnet_assert_wire_constants()
Dlib-msg.c361 lnet_handle_wire_t ack_wmd; in lnet_complete_msg_locked()
Dlib-move.c1438 lnet_handle_wire_t reply_wmd; in lnet_parse_get()