Lines Matching refs:tid
261 mad.mad_hdr.tid = mlx4_ib_get_new_demux_tid(group->demux); in send_join_to_wire()
262 group->last_req_tid = mad.mad_hdr.tid; /* keep it for later validation */ in send_join_to_wire()
288 mad.mad_hdr.tid = mlx4_ib_get_new_demux_tid(group->demux); in send_leave_to_wire()
289 group->last_req_tid = mad.mad_hdr.tid; /* keep it for later validation */ in send_leave_to_wire()
329 mad.mad_hdr.tid = req_sa_mad->mad_hdr.tid; in send_reply_to_slave()
330 *(u8 *)&mad.mad_hdr.tid = 0; /* resetting tid to 0 */ in send_reply_to_slave()
661 if (group->last_req_tid != group->response_sa_mad.mad_hdr.tid) { in mlx4_ib_mcg_work_handler()
663 be64_to_cpu(group->response_sa_mad.mad_hdr.tid), in mlx4_ib_mcg_work_handler()
743 __be64 tid, in search_relocate_mgid0_group() argument
755 if (group->last_req_tid == tid) { in search_relocate_mgid0_group()
898 __be64 tid = mad->mad_hdr.tid; in mlx4_ib_mcg_demux_handler() local
899 *(u8 *)(&tid) = (u8)slave; /* in group we kept the modified TID */ in mlx4_ib_mcg_demux_handler()
900 group = search_relocate_mgid0_group(ctx, tid, &rec->mgid); in mlx4_ib_mcg_demux_handler()
1011 be64_to_cpu(req->sa_mad.mad_hdr.tid)); in sysfs_show_group()
1045 atomic_set(&ctx->tid, 0); in mlx4_ib_mcg_port_init()