Home
last modified time | relevance | path

Searched refs:send_component_table (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/Documentation/driver-api/pldmfw/
H A Ddriver-ops.rst31 ``.send_component_table``
34 The ``.send_component_table`` operation is used to forward component
/openbmc/linux/include/linux/
H A Dpldmfw.h157 int (*send_component_table)(struct pldmfw *context, struct pldmfw_component *component, member
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_fw_update.c825 .send_component_table = &ice_send_component_table,
833 .send_component_table = &ice_send_component_table,
/openbmc/linux/lib/pldmfw/
H A Dpldmfw.c760 err = data->context->ops->send_component_table(data->context, in pldm_send_component_tables()