Searched refs:pldmfw (Results 1 - 5 of 5) sorted by relevance

/linux-master/lib/pldmfw/
H A DMakefile2 obj-$(CONFIG_PLDMFW) += pldmfw.o
H A Dpldmfw.c11 #include <linux/pldmfw.h>
21 struct pldmfw *context;
628 bool pldmfw_op_pci_match_record(struct pldmfw *context, struct pldmfw_record *record)
832 int pldmfw_flash_image(struct pldmfw *context, const struct firmware *fw)
/linux-master/include/linux/
H A Dpldmfw.h128 struct pldmfw { 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);
156 int (*send_package_data)(struct pldmfw *context, const u8 *data, u16 length);
157 int (*send_component_table)(struct pldmfw *context, struct pldmfw_component *component,
159 int (*flash_component)(struct pldmfw *context, struct pldmfw_component *component);
160 int (*finalize_update)(struct pldmfw *context);
163 int pldmfw_flash_image(struct pldmfw *context, const struct firmware *fw);
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_fw_update.c7 #include <linux/pldmfw.h>
12 struct pldmfw context;
48 ice_send_package_data(struct pldmfw *context, const u8 *data, u16 length)
207 ice_send_component_table(struct pldmfw *context, struct pldmfw_component *component,
632 ice_flash_component(struct pldmfw *context, struct pldmfw_component *component)
693 static int ice_finalize_update(struct pldmfw *context)
764 ice_op_pci_match_record(struct pldmfw *context, struct pldmfw_record *record)
/linux-master/lib/
H A DMakefile382 # pldmfw library
383 obj-$(CONFIG_PLDMFW) += pldmfw/

Completed in 118 milliseconds