Home
last modified time | relevance | path

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

/Linux-v5.4/include/rdma/
Dib_mad.h918 void *ib_get_rmpp_segment(struct ib_mad_send_buf *send_buf, int seg_num);
/Linux-v5.4/drivers/infiniband/core/
Dmad.c1162 void *ib_get_rmpp_segment(struct ib_mad_send_buf *send_buf, int seg_num) in ib_get_rmpp_segment() function
1182 EXPORT_SYMBOL(ib_get_rmpp_segment);
1187 return ib_get_rmpp_segment(&mad_send_wr->send_buf, in ib_get_payload()
Duser_mad.c431 if (copy_from_user(ib_get_rmpp_segment(msg, seg), buf, in copy_rmpp_mad()