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

/freebsd-13-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_mcg.c113 struct ib_sa_mad response_sa_mad; member in struct:mcast_group
663 status = be16_to_cpu(group->response_sa_mad.mad_hdr.status);
664 method = group->response_sa_mad.mad_hdr.method;
665 if (group->last_req_tid != group->response_sa_mad.mad_hdr.tid) {
668 group->response_sa_mad.mad_hdr.tid),
694 group->response_sa_mad.data)->scope_join_state & 0xf;
703 memcpy(&group->rec, group->response_sa_mad.data, sizeof group->rec);
913 group->response_sa_mad = *mad;

Completed in 105 milliseconds