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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/rdma/
H A Dib_user_mad.h117 * @rmpp_version: If set, indicates the RMPP version used.
127 __u8 rmpp_version; member in struct:ib_user_mad_reg_req
H A Dib_mad.h141 u8 rmpp_version; member in struct:ib_rmpp_hdr
346 * @rmpp_version: If set, indicates the RMPP version used by this agent.
358 u8 rmpp_version; member in struct:ib_mad_agent
433 * @rmpp_version: If set, indicates that the client will send
446 u8 rmpp_version,
547 * @rmpp_version: If set, indicates that the client will send
561 u8 rmpp_version,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/core/
H A Dmad.c185 u8 rmpp_version,
207 if (rmpp_version && rmpp_version != IB_MGMT_RMPP_VERSION)
240 if (rmpp_version)
297 mad_agent_priv->agent.rmpp_version = rmpp_version;
836 rmpp_mad->rmpp_hdr.rmpp_version = send_wr->mad_agent_priv->
837 agent.rmpp_version;
863 if ((!mad_agent->rmpp_version &&
1070 if (mad_agent_priv->agent.rmpp_version) {
181 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
1160 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.c222 rmpp_mad->rmpp_hdr.rmpp_version = IB_MGMT_RMPP_VERSION;
798 if (rmpp_mad->rmpp_hdr.rmpp_version != IB_MGMT_RMPP_VERSION) {
H A Duser_mad.c635 ureq.rmpp_version,

Completed in 153 milliseconds