Home
last modified time | relevance | path

Searched refs:classport_info (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/infiniband/core/
Dsa_query.c94 struct ib_sa_classport_cache classport_info; member
1411 if (!port->classport_info.valid) in ib_sa_opa_pathrecord_support()
1414 if (port->classport_info.data.type == RDMA_CLASS_PORT_INFO_OPA) in ib_sa_opa_pathrecord_support()
1415 ret = opa_get_cpi_capmask2(&port->classport_info.data.opa) & in ib_sa_opa_pathrecord_support()
1888 struct ib_sa_classport_cache *info = &sa_query->port->classport_info; in ib_sa_classport_info_rec_callback()
2005 if (port->classport_info.valid) { in update_ib_cpi()
2030 if (!port->classport_info.valid) { in update_ib_cpi()
2031 port->classport_info.retry_cnt++; in update_ib_cpi()
2032 if (port->classport_info.retry_cnt <= in update_ib_cpi()
2203 port->classport_info.valid = false; in ib_sa_event()
[all …]