Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc_fs.c1244 u64 features, installed_features, missing_features = 0; in npc_install_flow() local
1286 missing_features = (def_ucast_rule->features ^ features) & in npc_install_flow()
1288 if (missing_features) in npc_install_flow()
1289 npc_update_flow(rvu, entry, missing_features, in npc_install_flow()
1294 installed_features = req->features | missing_features; in npc_install_flow()
/linux/tools/perf/util/
H A Devsel.c2123 if (evsel->pmu && evsel->pmu->missing_features.exclude_guest) in evsel__disable_missing_features()
2214 if (pmu == NULL || pmu->missing_features.checked) in evsel__detect_missing_pmu_features()
2229 pmu->missing_features.exclude_guest = true; in evsel__detect_missing_pmu_features()
2233 pmu->missing_features.checked = true; in evsel__detect_missing_pmu_features()
/linux/net/ceph/
H A Dmessenger_v2.c2590 u64 missing_features; in process_ident_missing_features() local
2597 ceph_decode_64_safe(&p, end, missing_features, bad); in process_ident_missing_features()
2599 client->supported_features, missing_features); in process_ident_missing_features()