Searched refs:rmpp_mad (Results 1 - 4 of 4) sorted by relevance

/drivers/infiniband/core/
H A Dmad_rmpp.c183 struct ib_rmpp_mad *rmpp_mad; local
190 rmpp_mad = msg->mad;
191 memcpy(rmpp_mad, recv_wc->recv_buf.mad, msg->hdr_len);
193 rmpp_mad->mad_hdr.method ^= IB_MGMT_METHOD_RESP;
194 ib_set_rmpp_flags(&rmpp_mad->rmpp_hdr, IB_MGMT_RMPP_FLAG_ACTIVE);
195 rmpp_mad->rmpp_hdr.seg_num = 0;
196 rmpp_mad->rmpp_hdr.paylen_newwin = cpu_to_be32(1);
216 struct ib_rmpp_mad *rmpp_mad; local
223 rmpp_mad = msg->mad;
224 memcpy(rmpp_mad, recv_w
374 struct ib_rmpp_mad *rmpp_mad; local
382 struct ib_rmpp_mad *rmpp_mad; local
432 struct ib_rmpp_mad *rmpp_mad; local
563 struct ib_rmpp_mad *rmpp_mad; local
645 struct ib_rmpp_mad *rmpp_mad; local
771 struct ib_rmpp_mad *rmpp_mad; local
785 struct ib_rmpp_mad *rmpp_mad; local
801 struct ib_rmpp_mad *rmpp_mad; local
870 struct ib_rmpp_mad *rmpp_mad; local
896 struct ib_rmpp_mad *rmpp_mad; local
934 struct ib_rmpp_mad *rmpp_mad; local
[all...]
H A Dmad_priv.h84 struct ib_rmpp_mad rmpp_mad; member in union:ib_mad_private::__anon914
H A Duser_mad.c445 struct ib_rmpp_mad *rmpp_mad; local
501 rmpp_mad = (struct ib_rmpp_mad *) packet->mad.data;
502 hdr_len = ib_get_mad_data_offset(rmpp_mad->mad_hdr.mgmt_class);
503 if (!ib_is_mad_class_rmpp(rmpp_mad->mad_hdr.mgmt_class)) {
508 rmpp_active = ib_get_rmpp_flags(&rmpp_mad->rmpp_hdr) &
552 rmpp_mad->mad_hdr.tid = *tid;
H A Dmad.c828 struct ib_rmpp_mad *rmpp_mad = send_buf->mad; local
854 rmpp_mad->rmpp_hdr.rmpp_version = send_wr->mad_agent_priv->
856 rmpp_mad->rmpp_hdr.rmpp_type = IB_MGMT_RMPP_TYPE_DATA;
857 ib_set_rmpp_flags(&rmpp_mad->rmpp_hdr, IB_MGMT_RMPP_FLAG_ACTIVE);
1675 struct ib_rmpp_mad *rmpp_mad; local
1677 rmpp_mad = (struct ib_rmpp_mad *)mad_hdr;
1679 !(ib_get_rmpp_flags(&rmpp_mad->rmpp_hdr) &
1681 (rmpp_mad->rmpp_hdr.rmpp_type == IB_MGMT_RMPP_TYPE_DATA);

Completed in 134 milliseconds