Searched refs:ib_get_rmpp_segment (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/rdma/ |
H A D | ib_mad.h | 797 * ib_get_rmpp_segment - returns the data buffer for a given RMPP segment. 804 void *ib_get_rmpp_segment(struct ib_mad_send_buf *send_buf, int seg_num);
|
/kernel/linux/linux-6.6/include/rdma/ |
H A D | ib_mad.h | 797 * ib_get_rmpp_segment - returns the data buffer for a given RMPP segment. 804 void *ib_get_rmpp_segment(struct ib_mad_send_buf *send_buf, int seg_num);
|
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | mad.c | 953 void *ib_get_rmpp_segment(struct ib_mad_send_buf *send_buf, int seg_num) in ib_get_rmpp_segment() function 973 EXPORT_SYMBOL(ib_get_rmpp_segment); variable 978 return ib_get_rmpp_segment(&mad_send_wr->send_buf, in ib_get_payload()
|
H A D | user_mad.c | 446 if (copy_from_user(ib_get_rmpp_segment(msg, seg), buf, in copy_rmpp_mad()
|
/kernel/linux/linux-6.6/drivers/infiniband/core/ |
H A D | mad.c | 945 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); variable 970 return ib_get_rmpp_segment(&mad_send_wr->send_buf, in ib_get_payload()
|
H A D | user_mad.c | 446 if (copy_from_user(ib_get_rmpp_segment(msg, seg), buf, in copy_rmpp_mad()
|
Completed in 15 milliseconds