Home
last modified time | relevance | path

Searched refs:pldmfw_record (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dpldmfw.h19 struct pldmfw_record { struct
133 bool pldmfw_op_pci_match_record(struct pldmfw *context, struct pldmfw_record *record);
155 bool (*match_record)(struct pldmfw *context, struct pldmfw_record *record);
/openbmc/linux/lib/pldmfw/
H A Dpldmfw.c49 struct pldmfw_record *matching_record;
259 pldm_parse_desc_tlvs(struct pldmfw_priv *data, struct pldmfw_record *record, u8 desc_count) in pldm_parse_desc_tlvs()
323 struct pldmfw_record *record; in pldm_parse_one_record()
546 struct pldmfw_record *record, *r_safe; in pldmfw_free_priv()
628 bool pldmfw_op_pci_match_record(struct pldmfw *context, struct pldmfw_record *record) in pldmfw_op_pci_match_record()
696 struct pldmfw_record *record; in pldm_find_matching_record()
720 struct pldmfw_record *record = data->matching_record; in pldm_send_package_data()
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_fw_update.c764 ice_op_pci_match_record(struct pldmfw *context, struct pldmfw_record *record) in ice_op_pci_match_record()