Searched refs:m_cap_l3ca (Results 1 – 1 of 1) sorted by relevance
26 static const struct pqos_capability *m_cap_l3ca; variable422 if (m_config[i].cdp == 1 && m_cap_l3ca->u.l3ca->cdp_on == 0) { in check_cdp()423 if (m_cap_l3ca->u.l3ca->cdp == 0) { in check_cdp()442 const uint64_t not_cbm = (UINT64_MAX << (m_cap_l3ca->u.l3ca->num_ways)); in check_cbm_len_and_contention()443 const uint64_t cbm_contention_mask = m_cap_l3ca->u.l3ca->way_contention; in check_cbm_len_and_contention()480 const unsigned cos_num = m_cap_l3ca->u.l3ca->num_classes; in check_and_select_classes()871 m_cap_l3ca = NULL;978 ret = pqos_cap_get_type(m_cap, PQOS_CAP_TYPE_L3CA, &m_cap_l3ca);979 if (ret != PQOS_RETVAL_OK || m_cap_l3ca == NULL) {