Home
last modified time | relevance | path

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

/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
/linux/include/linux/
H A Dpldmfw.h163 bool (*match_record)(struct pldmfw *context, struct pldmfw_record *record); member
/linux/drivers/net/ethernet/intel/ice/
H A Dice_fw_update.c831 .match_record = &pldmfw_op_pci_match_record,
839 .match_record = &ice_op_pci_match_record,
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_fw_update.c494 .match_record = &pldmfw_op_pci_match_record,
/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_devlink.c312 .match_record = fbnic_pldm_match_record,
/linux/lib/pldmfw/
H A Dpldmfw.c707 if (data->context->ops->match_record(data->context, record)) { in pldm_find_matching_record()