Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/core/
H A Dmad_priv.h211 int ib_send_mad(struct ib_mad_send_wr_private *mad_send_wr);
H A Dmad.c993 int ib_send_mad(struct ib_mad_send_wr_private *mad_send_wr) in ib_send_mad() function
1135 ret = ib_send_mad(mad_send_wr); in ib_post_send_mad()
1137 ret = ib_send_mad(mad_send_wr); in ib_post_send_mad()
2597 ret = ib_send_mad(mad_send_wr); in retry_send()
2607 ret = ib_send_mad(mad_send_wr); in retry_send()
H A Dmad_rmpp.c595 return ib_send_mad(mad_send_wr); in send_next_seg()