Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/core/
H A Dmad_rmpp.h38 IB_RMPP_RESULT_CONSUMED, enumerator
H A Dmad_rmpp.c896 return IB_RMPP_RESULT_CONSUMED; in ib_send_rmpp_mad()
936 return IB_RMPP_RESULT_CONSUMED; in ib_process_rmpp_send_wc()
959 return IB_RMPP_RESULT_CONSUMED; in ib_retry_rmpp()
H A Dmad.c1134 if (ret >= 0 && ret != IB_RMPP_RESULT_CONSUMED) in ib_post_send_mad()
2227 if (ret == IB_RMPP_RESULT_CONSUMED) in ib_mad_complete_send_wr()
2599 case IB_RMPP_RESULT_CONSUMED: in retry_send()