Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/infiniband/core/
Dsa_query.c94 struct ib_sa_classport_cache classport_info; member
1403 if (!port->classport_info.valid) in ib_sa_opa_pathrecord_support()
1406 if (port->classport_info.data.type == RDMA_CLASS_PORT_INFO_OPA) in ib_sa_opa_pathrecord_support()
1407 ret = opa_get_cpi_capmask2(&port->classport_info.data.opa) & in ib_sa_opa_pathrecord_support()
1827 struct ib_sa_classport_cache *info = &sa_query->port->classport_info; in ib_sa_classport_info_rec_callback()
1944 if (port->classport_info.valid) { in update_ib_cpi()
1969 if (!port->classport_info.valid) { in update_ib_cpi()
1970 port->classport_info.retry_cnt++; in update_ib_cpi()
1971 if (port->classport_info.retry_cnt <= in update_ib_cpi()
2142 port->classport_info.valid = false; in ib_sa_event()
[all …]