Home
last modified time | relevance | path

Searched refs:ib_get_rmpp_segment (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/rdma/
H A Dib_mad.h804 void *ib_get_rmpp_segment(struct ib_mad_send_buf *send_buf, int seg_num);
/openbmc/linux/drivers/infiniband/core/
H A Dmad.c945 void *ib_get_rmpp_segment(struct ib_mad_send_buf *send_buf, int seg_num) in ib_get_rmpp_segment() function
965 EXPORT_SYMBOL(ib_get_rmpp_segment);
970 return ib_get_rmpp_segment(&mad_send_wr->send_buf, in ib_get_payload()
H A Duser_mad.c455 if (copy_from_user(ib_get_rmpp_segment(msg, seg), buf, in copy_rmpp_mad()