Searched refs:rmpp_version (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/rdma/
H A Dib_mad.h144 u8 rmpp_version; member in struct:ib_rmpp_hdr
350 * @rmpp_version: If set, indicates the RMPP version used by this agent.
362 u8 rmpp_version; member in struct:ib_mad_agent
437 * @rmpp_version: If set, indicates that the client will send
450 u8 rmpp_version,
551 * @rmpp_version: If set, indicates that the client will send
565 u8 rmpp_version,
H A Dib_user_mad.h181 * @rmpp_version: If set, indicates the RMPP version used.
191 __u8 rmpp_version; member in struct:ib_user_mad_reg_req
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/core/
H A Dmad.c194 u8 rmpp_version,
216 if (rmpp_version && rmpp_version != IB_MGMT_RMPP_VERSION)
249 if (rmpp_version)
304 mad_agent_priv->agent.rmpp_version = rmpp_version;
846 rmpp_mad->rmpp_hdr.rmpp_version = send_wr->mad_agent_priv->
847 agent.rmpp_version;
873 if ((!mad_agent->rmpp_version &&
1080 if (mad_agent_priv->agent.rmpp_version) {
190 ib_register_mad_agent(struct ib_device *device, u8 port_num, enum ib_qp_type qp_type, struct ib_mad_reg_req *mad_reg_req, u8 rmpp_version, ib_mad_send_handler send_handler, ib_mad_recv_handler recv_handler, void *context) argument
1172 ib_redirect_mad_qp(struct ib_qp *qp, u8 rmpp_version, ib_mad_send_handler send_handler, ib_mad_recv_handler recv_handler, void *context) argument
[all...]
H A Dmad_rmpp.c227 rmpp_mad->rmpp_hdr.rmpp_version = IB_MGMT_RMPP_VERSION;
807 if (rmpp_mad->rmpp_hdr.rmpp_version != IB_MGMT_RMPP_VERSION) {
H A Duser_mad.c656 ureq.rmpp_version,

Completed in 33 milliseconds