Lines Matching refs:scope_join_state
96 u8 scope_join_state; member
302 sa_data->scope_join_state = join_state; in send_leave_to_wire()
344 sa_data->scope_join_state &= 0xf0; in send_reply_to_slave()
345 sa_data->scope_join_state |= (group->func[slave].join_state & 0x0f); in send_reply_to_slave()
426 (src->scope_join_state & 0xf0) != in cmp_rec()
427 (dst->scope_join_state & 0xf0)) in cmp_rec()
492 return leave_state & (group->rec.scope_join_state & 0xf); in get_leave_state()
567 if (group->rec.scope_join_state & 0xf) in mlx4_ib_mcg_timeout_handler()
568 group->rec.scope_join_state &= 0xf0; in mlx4_ib_mcg_timeout_handler()
608 u8 group_join_state = group->rec.scope_join_state & 0xf; in handle_join_req()
693 group->response_sa_mad.data)->scope_join_state & 0xf; in mlx4_ib_mcg_work_handler()
694 cur_join_state = group->rec.scope_join_state & 0xf; in mlx4_ib_mcg_work_handler()
713 req_join_state = sa_data->scope_join_state & 0xf; in mlx4_ib_mcg_work_handler()
728 group->rec.scope_join_state &= ~req_join_state; in mlx4_ib_mcg_work_handler()
1020 group->rec.scope_join_state & 0xf, in sysfs_show_group()