Searched refs:rmpp_mad (Results 1 – 2 of 2) sorted by relevance
182 struct ib_rmpp_mad *rmpp_mad; in ack_ds_ack() local189 rmpp_mad = msg->mad; in ack_ds_ack()194 rmpp_mad->rmpp_hdr.seg_num = 0; in ack_ds_ack()216 struct ib_rmpp_mad *rmpp_mad; in nack_recv() local223 rmpp_mad = msg->mad; in nack_recv()371 struct ib_rmpp_mad *rmpp_mad; in get_last_flag() local379 struct ib_rmpp_mad *rmpp_mad; in get_seg_num() local429 struct ib_rmpp_mad *rmpp_mad; in get_mad_len() local569 struct ib_rmpp_mad *rmpp_mad; in send_next_seg() local656 struct ib_rmpp_mad *rmpp_mad; in process_rmpp_ack() local[all …]
819 struct ib_rmpp_mad *rmpp_mad = send_buf->mad; in alloc_send_rmpp_list() local843 rmpp_mad->rmpp_hdr.rmpp_version = send_wr->mad_agent_priv-> in alloc_send_rmpp_list()845 rmpp_mad->rmpp_hdr.rmpp_type = IB_MGMT_RMPP_TYPE_DATA; in alloc_send_rmpp_list()846 ib_set_rmpp_flags(&rmpp_mad->rmpp_hdr, IB_MGMT_RMPP_FLAG_ACTIVE); in alloc_send_rmpp_list()1224 struct ib_rmpp_mad *rmpp_mad; in is_solicited_fc_mad() local1230 rmpp_mad = mad_send_wr->send_buf.mad; in is_solicited_fc_mad()1232 (ib_get_rmpp_flags(&rmpp_mad->rmpp_hdr) & IB_MGMT_RMPP_FLAG_ACTIVE)) in is_solicited_fc_mad()1855 struct ib_rmpp_mad *rmpp_mad; in is_rmpp_data_mad() local1857 rmpp_mad = (struct ib_rmpp_mad *)mad_hdr; in is_rmpp_data_mad()1860 !(ib_get_rmpp_flags(&rmpp_mad->rmpp_hdr) & in is_rmpp_data_mad()[all …]
Completed in 13 milliseconds