pldmfw
struct pldmfw context;
ice_send_component_table(struct pldmfw *context, struct pldmfw_component *component,
ice_send_package_data(struct pldmfw *context, const u8 *data, u16 length)
ice_flash_component(struct pldmfw *context, struct pldmfw_component *component)
static int ice_finalize_update(struct pldmfw *context)
ice_op_pci_match_record(struct pldmfw *context, struct pldmfw_record *record)
struct pldmfw context;
static int ixgbe_send_component_table(struct pldmfw *context,
static int ixgbe_send_package_data(struct pldmfw *context,
static int ixgbe_flash_component(struct pldmfw *context,
static int ixgbe_finalize_update(struct pldmfw *context)
fbnic_pldm_match_record(struct pldmfw *context, struct pldmfw_record *record)
fbnic_flash_component(struct pldmfw *context,
struct pldmfw context;
bool pldmfw_op_pci_match_record(struct pldmfw *context, struct pldmfw_record *record);
bool (*match_record)(struct pldmfw *context, struct pldmfw_record *record);
int (*send_package_data)(struct pldmfw *context, const u8 *data, u16 length);
int (*send_component_table)(struct pldmfw *context, struct pldmfw_component *component,
int (*flash_component)(struct pldmfw *context, struct pldmfw_component *component);
int (*finalize_update)(struct pldmfw *context);
int pldmfw_flash_image(struct pldmfw *context, const struct firmware *fw);
struct pldmfw *context;
bool pldmfw_op_pci_match_record(struct pldmfw *context, struct pldmfw_record *record)
int pldmfw_flash_image(struct pldmfw *context, const struct firmware *fw)