Home
last modified time | relevance | path

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

/openbmc/qemu/hw/cxl/
H A Dcxl-mailbox-utils.c1218 uint16_t index, req_entries; in cmd_features_get_supported() local
1229 req_entries = (get_feats_in->count - in cmd_features_get_supported()
1232 req_entries = MIN(req_entries, in cmd_features_get_supported()
1236 entry < req_entries; index++) { in cmd_features_get_supported()
1273 get_feats_out->hdr.entries = req_entries; in cmd_features_get_supported()
1275 req_entries * sizeof(CXLSupportedFeatureEntry); in cmd_features_get_supported()