Home
last modified time | relevance | path

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

/linux-4.1.27/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.c1391 hdr->msg.put.match_bits = le64_to_cpu(hdr->msg.put.match_bits); in lnet_parse_put()
1401 info.mi_mbits = hdr->msg.put.match_bits; in lnet_parse_put()
1442 hdr->msg.get.match_bits = le64_to_cpu(hdr->msg.get.match_bits); in lnet_parse_get()
1453 info.mi_mbits = hdr->msg.get.match_bits; in lnet_parse_get()
1574 hdr->msg.ack.match_bits = le64_to_cpu(hdr->msg.ack.match_bits); in lnet_parse_ack()
1679 hdr->msg.put.match_bits); in lnet_print_hdr()
1690 hdr->msg.get.match_bits); in lnet_print_hdr()
1965 msg->msg_hdr.msg.put.match_bits, in lnet_drop_delayed_msg_list()
2008 msg->msg_hdr.msg.put.match_bits, in lnet_recv_delayed_msg_list()
2063 __u64 match_bits, unsigned int offset, in LNetPut() argument
[all …]
Dapi-ni.c233 CLASSERT((int)offsetof(lnet_hdr_t, msg.ack.match_bits) == 48); in lnet_assert_wire_constants()
234 CLASSERT((int)sizeof(((lnet_hdr_t *)0)->msg.ack.match_bits) == 8); in lnet_assert_wire_constants()
241 CLASSERT((int)offsetof(lnet_hdr_t, msg.put.match_bits) == 48); in lnet_assert_wire_constants()
242 CLASSERT((int)sizeof(((lnet_hdr_t *)0)->msg.put.match_bits) == 8); in lnet_assert_wire_constants()
253 CLASSERT((int)offsetof(lnet_hdr_t, msg.get.match_bits) == 48); in lnet_assert_wire_constants()
254 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()
/linux-4.1.27/drivers/staging/lustre/include/linux/lnet/
Dlib-types.h82 __u64 match_bits; member
88 __u64 match_bits; member
96 __u64 match_bits; member
Dtypes.h405 __u64 match_bits; member
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Devents.c326 req->rq_xid = ev->match_bits; in request_in_callback()