Lines Matching refs:scope_join_state
92 u8 scope_join_state; member
298 sa_data->scope_join_state = join_state; in send_leave_to_wire()
340 sa_data->scope_join_state &= 0xf0; in send_reply_to_slave()
341 sa_data->scope_join_state |= (group->func[slave].join_state & 0x0f); in send_reply_to_slave()
422 (src->scope_join_state & 0xf0) != in cmp_rec()
423 (dst->scope_join_state & 0xf0)) in cmp_rec()
488 return leave_state & (group->rec.scope_join_state & 7); in get_leave_state()
563 if (group->rec.scope_join_state & 7) in mlx4_ib_mcg_timeout_handler()
564 group->rec.scope_join_state &= 0xf8; in mlx4_ib_mcg_timeout_handler()
604 u8 group_join_state = group->rec.scope_join_state & 7; in handle_join_req()
689 group->response_sa_mad.data)->scope_join_state & 7; in mlx4_ib_mcg_work_handler()
690 cur_join_state = group->rec.scope_join_state & 7; in mlx4_ib_mcg_work_handler()
709 req_join_state = sa_data->scope_join_state & 0x7; in mlx4_ib_mcg_work_handler()
724 group->rec.scope_join_state &= ~req_join_state; in mlx4_ib_mcg_work_handler()
1014 group->rec.scope_join_state & 0xf, in sysfs_show_group()