Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/infiniband/core/
H A Dsa_query.c94 struct ib_sa_classport_cache classport_info; member
1421 if (!port->classport_info.valid) in ib_sa_opa_pathrecord_support()
1424 if (port->classport_info.data.type == RDMA_CLASS_PORT_INFO_OPA) in ib_sa_opa_pathrecord_support()
1425 ret = opa_get_cpi_capmask2(&port->classport_info.data.opa) & in ib_sa_opa_pathrecord_support()
1969 if ((port->classport_info.valid) && in ib_sa_sendonly_fullmem_support()
1970 (port->classport_info.data.type == RDMA_CLASS_PORT_INFO_IB)) in ib_sa_sendonly_fullmem_support()
1971 ret = ib_get_cpi_capmask2(&port->classport_info.data.ib) in ib_sa_sendonly_fullmem_support()
1997 struct ib_sa_classport_cache *info = &sa_query->port->classport_info; in ib_sa_classport_info_rec_callback()
2114 if (port->classport_info.valid) { in update_ib_cpi()
2139 if (!port->classport_info.valid) { in update_ib_cpi()
[all …]