Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/driver-api/pldmfw/
H A Ddriver-ops.rst10 ``.match_record``
13 The ``.match_record`` operation is used to determine whether a given PLDM
19 The ``.match_record`` operation should return true if a given record matches
/openbmc/linux/include/linux/
H A Dpldmfw.h155 bool (*match_record)(struct pldmfw *context, struct pldmfw_record *record); member
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_fw_update.c823 .match_record = &pldmfw_op_pci_match_record,
831 .match_record = &ice_op_pci_match_record,
/openbmc/linux/lib/pldmfw/
H A Dpldmfw.c699 if (data->context->ops->match_record(data->context, record)) { in pldm_find_matching_record()