Lines Matching refs:tid
265 mad.mad_hdr.tid = mlx4_ib_get_new_demux_tid(group->demux); in send_join_to_wire()
266 group->last_req_tid = mad.mad_hdr.tid; /* keep it for later validation */ in send_join_to_wire()
292 mad.mad_hdr.tid = mlx4_ib_get_new_demux_tid(group->demux); in send_leave_to_wire()
293 group->last_req_tid = mad.mad_hdr.tid; /* keep it for later validation */ in send_leave_to_wire()
333 mad.mad_hdr.tid = req_sa_mad->mad_hdr.tid; in send_reply_to_slave()
334 *(u8 *)&mad.mad_hdr.tid = 0; /* resetting tid to 0 */ in send_reply_to_slave()
665 if (group->last_req_tid != group->response_sa_mad.mad_hdr.tid) { in mlx4_ib_mcg_work_handler()
667 be64_to_cpu(group->response_sa_mad.mad_hdr.tid), in mlx4_ib_mcg_work_handler()
747 __be64 tid, in search_relocate_mgid0_group() argument
759 if (group->last_req_tid == tid) { in search_relocate_mgid0_group()
902 __be64 tid = mad->mad_hdr.tid; in mlx4_ib_mcg_demux_handler() local
903 *(u8 *)(&tid) = (u8)slave; /* in group we kept the modified TID */ in mlx4_ib_mcg_demux_handler()
904 group = search_relocate_mgid0_group(ctx, tid, &rec->mgid); in mlx4_ib_mcg_demux_handler()
1015 be64_to_cpu(req->sa_mad.mad_hdr.tid)); in sysfs_show_group()
1049 atomic_set(&ctx->tid, 0); in mlx4_ib_mcg_port_init()