Home
last modified time | relevance | path

Searched refs:match_bits (Results 1 – 7 of 7) sorted by relevance

/drivers/staging/lustre/lnet/lnet/
Dlib-me.c78 __u64 match_bits, __u64 ignore_bits, in LNetMEAttach() argument
93 match_bits, ignore_bits, pos); in LNetMEAttach()
105 me->me_match_bits = match_bits; in LNetMEAttach()
115 head = lnet_mt_match_head(mtable, match_id, match_bits); in LNetMEAttach()
150 __u64 match_bits, __u64 ignore_bits, in LNetMEInsert() argument
194 new_me->me_match_bits = match_bits; in LNetMEInsert()
Dlib-msg.c96 ev->match_bits = hdr->msg.put.match_bits; in lnet_build_msg_event()
102 ev->match_bits = hdr->msg.get.match_bits; in lnet_build_msg_event()
107 ev->match_bits = hdr->msg.ack.match_bits; in lnet_build_msg_event()
117 ev->match_bits = le64_to_cpu(hdr->msg.put.match_bits); in lnet_build_msg_event()
126 ev->match_bits = le64_to_cpu(hdr->msg.get.match_bits); in lnet_build_msg_event()
383 msg->msg_hdr.msg.ack.match_bits = msg->msg_ev.match_bits; in lnet_complete_msg_locked()
Dlib-move.c1388 hdr->msg.put.match_bits = le64_to_cpu(hdr->msg.put.match_bits); in lnet_parse_put()
1398 info.mi_mbits = hdr->msg.put.match_bits; in lnet_parse_put()
1439 hdr->msg.get.match_bits = le64_to_cpu(hdr->msg.get.match_bits); in lnet_parse_get()
1450 info.mi_mbits = hdr->msg.get.match_bits; in lnet_parse_get()
1571 hdr->msg.ack.match_bits = le64_to_cpu(hdr->msg.ack.match_bits); in lnet_parse_ack()
1676 hdr->msg.put.match_bits); in lnet_print_hdr()
1687 hdr->msg.get.match_bits); in lnet_print_hdr()
1962 msg->msg_hdr.msg.put.match_bits, in lnet_drop_delayed_msg_list()
2005 msg->msg_hdr.msg.put.match_bits, in lnet_recv_delayed_msg_list()
2060 __u64 match_bits, unsigned int offset, in LNetPut() argument
[all …]
Dapi-ni.c225 CLASSERT((int)offsetof(lnet_hdr_t, msg.ack.match_bits) == 48); in lnet_assert_wire_constants()
226 CLASSERT((int)sizeof(((lnet_hdr_t *)0)->msg.ack.match_bits) == 8); in lnet_assert_wire_constants()
233 CLASSERT((int)offsetof(lnet_hdr_t, msg.put.match_bits) == 48); in lnet_assert_wire_constants()
234 CLASSERT((int)sizeof(((lnet_hdr_t *)0)->msg.put.match_bits) == 8); in lnet_assert_wire_constants()
245 CLASSERT((int)offsetof(lnet_hdr_t, msg.get.match_bits) == 48); in lnet_assert_wire_constants()
246 CLASSERT((int)sizeof(((lnet_hdr_t *)0)->msg.get.match_bits) == 8); in lnet_assert_wire_constants()
Dlib-ptl.c663 info.mi_mbits = hdr->msg.put.match_bits; in lnet_ptl_attach_md()
/drivers/staging/lustre/include/linux/lnet/
Dtypes.h142 __u64 match_bits; member
148 __u64 match_bits; member
156 __u64 match_bits; member
575 __u64 match_bits; member
/drivers/staging/lustre/lustre/ptlrpc/
Devents.c326 req->rq_xid = ev->match_bits; in request_in_callback()