Symbol: pldmfw
drivers/net/ethernet/intel/ice/ice_fw_update.c
13
struct pldmfw context;
drivers/net/ethernet/intel/ice/ice_fw_update.c
212
ice_send_component_table(struct pldmfw *context, struct pldmfw_component *component,
drivers/net/ethernet/intel/ice/ice_fw_update.c
49
ice_send_package_data(struct pldmfw *context, const u8 *data, u16 length)
drivers/net/ethernet/intel/ice/ice_fw_update.c
640
ice_flash_component(struct pldmfw *context, struct pldmfw_component *component)
drivers/net/ethernet/intel/ice/ice_fw_update.c
701
static int ice_finalize_update(struct pldmfw *context)
drivers/net/ethernet/intel/ice/ice_fw_update.c
772
ice_op_pci_match_record(struct pldmfw *context, struct pldmfw_record *record)
drivers/net/ethernet/intel/ixgbe/ixgbe_fw_update.c
12
struct pldmfw context;
drivers/net/ethernet/intel/ixgbe/ixgbe_fw_update.c
157
static int ixgbe_send_component_table(struct pldmfw *context,
drivers/net/ethernet/intel/ixgbe/ixgbe_fw_update.c
36
static int ixgbe_send_package_data(struct pldmfw *context,
drivers/net/ethernet/intel/ixgbe/ixgbe_fw_update.c
411
static int ixgbe_flash_component(struct pldmfw *context,
drivers/net/ethernet/intel/ixgbe/ixgbe_fw_update.c
467
static int ixgbe_finalize_update(struct pldmfw *context)
drivers/net/ethernet/meta/fbnic/fbnic_devlink.c
116
fbnic_pldm_match_record(struct pldmfw *context, struct pldmfw_record *record)
drivers/net/ethernet/meta/fbnic/fbnic_devlink.c
194
fbnic_flash_component(struct pldmfw *context,
drivers/net/ethernet/meta/fbnic/fbnic_devlink.c
324
struct pldmfw context;
include/linux/pldmfw.h
141
bool pldmfw_op_pci_match_record(struct pldmfw *context, struct pldmfw_record *record);
include/linux/pldmfw.h
163
bool (*match_record)(struct pldmfw *context, struct pldmfw_record *record);
include/linux/pldmfw.h
164
int (*send_package_data)(struct pldmfw *context, const u8 *data, u16 length);
include/linux/pldmfw.h
165
int (*send_component_table)(struct pldmfw *context, struct pldmfw_component *component,
include/linux/pldmfw.h
167
int (*flash_component)(struct pldmfw *context, struct pldmfw_component *component);
include/linux/pldmfw.h
168
int (*finalize_update)(struct pldmfw *context);
include/linux/pldmfw.h
171
int pldmfw_flash_image(struct pldmfw *context, const struct firmware *fw);
lib/pldmfw/pldmfw.c
21
struct pldmfw *context;
lib/pldmfw/pldmfw.c
636
bool pldmfw_op_pci_match_record(struct pldmfw *context, struct pldmfw_record *record)
lib/pldmfw/pldmfw.c
846
int pldmfw_flash_image(struct pldmfw *context, const struct firmware *fw)