Searched refs:md_length (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lnet/lnet/ |
D | lib-md.c | 124 lmd->md_length = total_length; in lnet_md_build() 145 lmd->md_length = total_length; in lnet_md_build() 152 lmd->md_length = umd->length; in lnet_md_build() 213 lmd->md_length : lmd->md_niov; in lnet_md_deconstruct()
|
D | lib-ptl.c | 178 LASSERT(md->md_offset + mlength <= md->md_length); in lnet_try_match_md() 180 mlength = md->md_length - offset; in lnet_try_match_md() 189 info->mi_rlength, md->md_length - offset, mlength); in lnet_try_match_md()
|
D | lib-move.c | 1530 mlength = min_t(uint, rlength, md->md_length); in lnet_parse_reply() 2107 lnet_prep_send(msg, LNET_MSG_PUT, target, 0, md->md_length); in LNetPut() 2189 msg->msg_hdr.payload_length = getmd->md_length; in lnet_create_reply_msg() 2192 lnet_msg_attach_md(msg, getmd, getmd->md_offset, getmd->md_length); in lnet_create_reply_msg() 2210 the_lnet.ln_counters[cpt]->drop_length += getmd->md_length; in lnet_create_reply_msg() 2312 msg->msg_hdr.msg.get.sink_length = cpu_to_le32(md->md_length); in LNetGet()
|
/linux-4.4.14/drivers/staging/lustre/include/linux/lnet/ |
D | lib-types.h | 147 unsigned int md_length; member
|
D | lib-lnet.h | 77 md->md_offset + md->md_max_size > md->md_length)); in lnet_md_exhausted()
|
/linux-4.4.14/drivers/staging/lustre/lnet/klnds/o2iblnd/ |
D | o2iblnd_cb.c | 1462 nob = offsetof(kib_msg_t, ibm_u.immediate.ibim_payload[lntmsg->msg_md->md_length]); in kiblnd_send() 1479 0, lntmsg->msg_md->md_length); in kiblnd_send() 1484 0, lntmsg->msg_md->md_length); in kiblnd_send()
|