Searched refs:match_record (Results 1 – 4 of 4) sorted by relevance
10 ``.match_record``13 The ``.match_record`` operation is used to determine whether a given PLDM19 The ``.match_record`` operation should return true if a given record matches
155 bool (*match_record)(struct pldmfw *context, struct pldmfw_record *record); member
823 .match_record = &pldmfw_op_pci_match_record,831 .match_record = &ice_op_pci_match_record,
699 if (data->context->ops->match_record(data->context, record)) { in pldm_find_matching_record()