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

/freebsd-10.2-release/contrib/ofed/management/libibmad/src/
H A Dregister.c124 mad_register_port_client(int port_id, int mgmt, uint8_t rmpp_version) argument
133 vers, rmpp_version, 0)) < 0) {
147 mad_register_client(int mgmt, uint8_t rmpp_version) argument
151 agent = mad_register_port_client(madrpc_portid(), mgmt, rmpp_version);
159 mad_register_server(int mgmt, uint8_t rmpp_version, argument
187 if ((agent = umad_register_oui(mad_portid, mgmt, rmpp_version,
192 } else if ((agent = umad_register(mad_portid, mgmt, vers, rmpp_version,
H A Drpc.c317 int rmpp_version = 0; local
321 rmpp_version = 1;
322 if (mad_register_client(mgmt, rmpp_version) < 0)
362 int rmpp_version = 0; local
367 rmpp_version = 1;
370 rmpp_version)) < 0) {
/freebsd-10.2-release/sys/ofed/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
/freebsd-10.2-release/contrib/ofed/management/libibumad/include/infiniband/
H A Dumad.h186 uint8_t rmpp_version, long method_mask[16/sizeof(long)]);
187 int umad_register_oui(int portid, int mgmt_class, uint8_t rmpp_version,
/freebsd-10.2-release/contrib/ofed/management/libibumad/src/
H A Dumad.c76 uint8_t rmpp_version; member in struct:ib_user_mad_reg_req
902 umad_register_oui(int fd, int mgmt_class, uint8_t rmpp_version, argument
907 TRACE("fd %d mgmt_class %u rmpp_version %d oui 0x%x%x%x method_mask %p",
908 fd, mgmt_class, (int)rmpp_version, (int)oui[0], (int)oui[1],
920 req.rmpp_version = rmpp_version;
942 uint8_t rmpp_version, long method_mask[])
948 TRACE("fd %d mgmt_class %u mgmt_version %u rmpp_version %d method_mask %p",
949 fd, mgmt_class, mgmt_version, rmpp_version, method_mask);
954 req.rmpp_version
941 umad_register(int fd, int mgmt_class, int mgmt_version, uint8_t rmpp_version, long method_mask[]) argument
[all...]
/freebsd-10.2-release/contrib/ofed/management/opensm/libvendor/
H A Dosm_vendor_ibumad.c392 ((ib_rmpp_mad_t *) mad)->rmpp_version,
771 uint8_t rmpp_version; local
838 rmpp_version = 0;
840 /* If SA class, set rmpp_version */
842 rmpp_version = 1;
844 rmpp_version = 0;
850 rmpp_version, method_mask)) < 0) {
1047 p_sa->rmpp_version = 0;
1060 p_sa->rmpp_version = 1;
H A Dosm_vendor_mlx_rmpp_ctx.c176 p_rmpp_mad->rmpp_version = 1;
/freebsd-10.2-release/sys/ofed/drivers/infiniband/core/
H A Dmad.c203 u8 rmpp_version,
225 if (rmpp_version && rmpp_version != IB_MGMT_RMPP_VERSION)
258 if (rmpp_version)
315 mad_agent_priv->agent.rmpp_version = rmpp_version;
860 rmpp_mad->rmpp_hdr.rmpp_version = send_wr->mad_agent_priv->
861 agent.rmpp_version;
887 if ((!mad_agent->rmpp_version &&
1094 if (mad_agent_priv->agent.rmpp_version) {
199 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
1186 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.c225 rmpp_mad->rmpp_hdr.rmpp_version = IB_MGMT_RMPP_VERSION;
805 if (rmpp_mad->rmpp_hdr.rmpp_version != IB_MGMT_RMPP_VERSION) {
H A Duser_mad.c664 ureq.rmpp_version,
/freebsd-10.2-release/contrib/ofed/management/libibmad/include/infiniband/
H A Dmad.h694 int mad_register_port_client(int port_id, int mgmt, uint8_t rmpp_version);
695 int mad_register_client(int mgmt, uint8_t rmpp_version);
696 int mad_register_server(int mgmt, uint8_t rmpp_version,
/freebsd-10.2-release/sys/ofed/drivers/infiniband/util/
H A Dmadeye.c288 printk("RMPP version...0x%01x\n", rmpp_hdr->rmpp_version);
/freebsd-10.2-release/contrib/ofed/management/opensm/opensm/
H A Dosm_helper.c1975 p_mad->rmpp_version,
/freebsd-10.2-release/contrib/ofed/management/opensm/include/iba/
H A Dib_types.h3630 uint8_t rmpp_version; member in struct:_ib_rmpp_mad
4227 uint8_t rmpp_version;

Completed in 207 milliseconds