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

/freebsd-10.1-release/sys/ofed/include/rdma/
H A Dib_mad.h346 * @hi_tid: Access layer assigned transaction ID for this client.
360 u32 hi_tid; member in struct:ib_mad_agent
/freebsd-10.1-release/sys/ofed/drivers/infiniband/core/
H A Dmad.c336 mad_agent_priv->agent.hi_tid = ++ib_mad_client_id;
581 if (mad_agent->hi_tid) {
1584 u32 hi_tid; local
1591 hi_tid = be64_to_cpu(mad->mad_hdr.tid) >> 32;
1593 if (entry->agent.hi_tid == hi_tid) {
H A Dlocal_sa.c458 static __be64 form_tid(u32 hi_tid) argument
461 return cpu_to_be64((((u64) hi_tid) << 32) |
477 mad->mad_hdr.tid = form_tid(msg->mad_agent->hi_tid);
H A Dcm.c991 u64 hi_tid, low_tid; local
993 hi_tid = ((u64) cm_id_priv->av.port->mad_agent->hi_tid) << 32;
996 return cpu_to_be64(hi_tid | low_tid);
H A Dsa_query.c737 cpu_to_be64(((u64) agent->hi_tid) << 32 | tid++);
H A Duser_mad.c559 *tid = cpu_to_be64(((u64) agent->hi_tid) << 32 |

Completed in 160 milliseconds