Home
last modified time | relevance | path

Searched refs:rmpp_version (Results 1 – 4 of 4) sorted by relevance

/linux/include/uapi/rdma/
H A Dib_user_mad.h192 __u8 rmpp_version; member
230 __u8 rmpp_version; member
/linux/drivers/infiniband/core/
H A Dmad.c245 u8 rmpp_version, in ib_register_mad_agent() argument
274 if (rmpp_version && rmpp_version != IB_MGMT_RMPP_VERSION) { in ib_register_mad_agent()
277 __func__, rmpp_version); in ib_register_mad_agent()
331 if (rmpp_version) { in ib_register_mad_agent()
406 mad_agent_priv->agent.rmpp_version = rmpp_version; in ib_register_mad_agent()
843 rmpp_mad->rmpp_hdr.rmpp_version = send_wr->mad_agent_priv-> in alloc_send_rmpp_list()
844 agent.rmpp_version; in alloc_send_rmpp_list()
856 return agent->rmpp_version && !(agent->flags & IB_MAD_USER_RMPP); in ib_mad_kernel_rmpp_agent()
1231 if (mad_send_wr->mad_agent_priv->agent.rmpp_version && in is_solicited_fc_mad()
1290 if (mad_agent_priv->agent.rmpp_version) { in ib_post_send_mad()
[all …]
H A Dmad_rmpp.c227 rmpp_mad->rmpp_hdr.rmpp_version = IB_MGMT_RMPP_VERSION; in nack_recv()
822 if (rmpp_mad->rmpp_hdr.rmpp_version != IB_MGMT_RMPP_VERSION) { in ib_process_rmpp_recv_wc()
H A Duser_mad.c759 ureq.rmpp_version, in ib_umad_reg_agent()
872 ureq.rmpp_version, in ib_umad_reg_agent2()