Searched refs:match_record (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dpldmfw.h138 * @match_record: check if the device matches the given record. For
155 bool (*match_record)(struct pldmfw *context, struct pldmfw_record *record); member in struct:pldmfw_ops
/linux-master/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,
/linux-master/lib/pldmfw/
H A Dpldmfw.c699 if (data->context->ops->match_record(data->context, record)) {

Completed in 114 milliseconds