Home
last modified time | relevance | path

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

/drivers/staging/lustre/include/linux/lnet/
Dtypes.h126 } WIRE_ATTR lnet_handle_wire_t; typedef
141 lnet_handle_wire_t dst_wmd;
147 lnet_handle_wire_t ack_wmd;
155 lnet_handle_wire_t return_wmd;
163 lnet_handle_wire_t dst_wmd;
Dlib-lnet.h67 static inline int lnet_is_wire_handle_none(lnet_handle_wire_t *wh) in lnet_is_wire_handle_none()
310 lnet_wire_handle2md(lnet_handle_wire_t *wh) in lnet_wire_handle2md()
/drivers/staging/lustre/lnet/lnet/
Dapi-ni.c190 CLASSERT((int)sizeof(lnet_handle_wire_t) == 16); in lnet_assert_wire_constants()
191 CLASSERT((int)offsetof(lnet_handle_wire_t, wh_interface_cookie) == 0); in lnet_assert_wire_constants()
192 CLASSERT((int)sizeof(((lnet_handle_wire_t *)0)->wh_interface_cookie) == 8); in lnet_assert_wire_constants()
193 CLASSERT((int)offsetof(lnet_handle_wire_t, wh_object_cookie) == 8); in lnet_assert_wire_constants()
194 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.c1435 lnet_handle_wire_t reply_wmd; in lnet_parse_get()