Searched refs:hi_tid (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | ib_mad.h | 257 __field(u32, hi_tid) 266 __entry->hi_tid = agent->agent.hi_tid; 278 TP_printk("%d:%d mad agent : hi_tid 0x%08x class 0x%02x class_ver 0x%02x", 280 __entry->hi_tid, __entry->mgmt_class,
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | ib_mad.h | 252 __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,
|
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | mad.c | 418 ret2 = xa_alloc_cyclic(&ib_mad_clients, &mad_agent_priv->agent.hi_tid, in ib_register_mad_agent() 473 xa_erase(&ib_mad_clients, mad_agent_priv->agent.hi_tid); in ib_register_mad_agent() 509 xa_erase(&ib_mad_clients, mad_agent_priv->agent.hi_tid); in unregister_mad_agent() 1548 u32 hi_tid; in find_mad_agent() local 1554 hi_tid = be64_to_cpu(mad_hdr->tid) >> 32; in find_mad_agent() 1556 mad_agent = xa_load(&ib_mad_clients, hi_tid); in find_mad_agent()
|
H A D | cm.c | 1312 u64 hi_tid, low_tid; in cm_form_tid() local 1314 hi_tid = ((u64) cm_id_priv->av.port->mad_agent->hi_tid) << 32; in cm_form_tid() 1316 return cpu_to_be64(hi_tid | low_tid); in cm_form_tid()
|
H A D | user_mad.c | 621 *tid = cpu_to_be64(((u64) agent->hi_tid) << 32 | in ib_umad_write()
|
H A D | sa_query.c | 1355 cpu_to_be64(((u64) agent->hi_tid) << 32 | tid++); in init_mad()
|
/kernel/linux/linux-6.6/drivers/infiniband/core/ |
H A D | mad.c | 412 ret2 = xa_alloc_cyclic(&ib_mad_clients, &mad_agent_priv->agent.hi_tid, in ib_register_mad_agent() 467 xa_erase(&ib_mad_clients, mad_agent_priv->agent.hi_tid); in ib_register_mad_agent() 503 xa_erase(&ib_mad_clients, mad_agent_priv->agent.hi_tid); in unregister_mad_agent() 1537 u32 hi_tid; in find_mad_agent() local 1543 hi_tid = be64_to_cpu(mad_hdr->tid) >> 32; in find_mad_agent() 1545 mad_agent = xa_load(&ib_mad_clients, hi_tid); in find_mad_agent()
|
H A D | cm.c | 1268 u64 hi_tid = 0, low_tid; in cm_form_tid() local 1278 hi_tid = ((u64)cm_id_priv->av.port->mad_agent->hi_tid) << 32; in cm_form_tid() 1280 return cpu_to_be64(hi_tid | low_tid); in cm_form_tid()
|
H A D | sa_query.c | 1330 cpu_to_be64(((u64) agent->hi_tid) << 32 | tid++); in init_mad()
|
H A D | user_mad.c | 621 *tid = cpu_to_be64(((u64) agent->hi_tid) << 32 | in ib_umad_write()
|
/kernel/linux/linux-5.10/include/rdma/ |
H A D | ib_mad.h | 557 * @hi_tid: Access layer assigned transaction ID for this client. 573 u32 hi_tid; member
|
/kernel/linux/linux-6.6/include/rdma/ |
H A D | ib_mad.h | 558 * @hi_tid: Access layer assigned transaction ID for this client. 574 u32 hi_tid; member
|
Completed in 48 milliseconds