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

/linux-master/include/trace/events/
H A Dib_mad.h252 __field(u32, hi_tid)
261 __entry->hi_tid = agent->agent.hi_tid;
273 TP_printk("%d:%d mad agent : hi_tid 0x%08x class 0x%02x class_ver 0x%02x",
275 __entry->hi_tid, __entry->mgmt_class,
/linux-master/include/rdma/
H A Dib_mad.h560 * @hi_tid: Access layer assigned transaction ID for this client.
576 u32 hi_tid; member in struct:ib_mad_agent
/linux-master/drivers/infiniband/core/
H A Dmad.c412 ret2 = xa_alloc_cyclic(&ib_mad_clients, &mad_agent_priv->agent.hi_tid,
467 xa_erase(&ib_mad_clients, mad_agent_priv->agent.hi_tid);
503 xa_erase(&ib_mad_clients, mad_agent_priv->agent.hi_tid);
1537 u32 hi_tid; local
1543 hi_tid = be64_to_cpu(mad_hdr->tid) >> 32;
1545 mad_agent = xa_load(&ib_mad_clients, hi_tid);
H A Dcm.c1289 u64 hi_tid = 0, low_tid; local
1299 hi_tid = ((u64)cm_id_priv->av.port->mad_agent->hi_tid) << 32;
1301 return cpu_to_be64(hi_tid | low_tid);
H A Duser_mad.c621 *tid = cpu_to_be64(((u64) agent->hi_tid) << 32 |
H A Dsa_query.c1330 cpu_to_be64(((u64) agent->hi_tid) << 32 | tid++);

Completed in 157 milliseconds