Home
last modified time | relevance | path

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

/linux-6.3-rc2/Documentation/driver-api/pldmfw/
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
/linux-6.3-rc2/include/linux/
A Dpldmfw.h155 bool (*match_record)(struct pldmfw *context, struct pldmfw_record *record); member
/linux-6.3-rc2/drivers/net/ethernet/intel/ice/
A Dice_fw_update.c820 .match_record = &pldmfw_op_pci_match_record,
828 .match_record = &ice_op_pci_match_record,
/linux-6.3-rc2/lib/pldmfw/
A Dpldmfw.c699 if (data->context->ops->match_record(data->context, record)) { in pldm_find_matching_record()

Completed in 10 milliseconds