Home
last modified time | relevance | path

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

/linux/Documentation/driver-api/pldmfw/
H A Ddriver-ops.rst31 ``.send_component_table``
34 The ``.send_component_table`` operation is used to forward component
/linux/include/linux/
H A Dpldmfw.h165 int (*send_component_table)(struct pldmfw *context, struct pldmfw_component *component, member
/linux/lib/pldmfw/
H A Dpldmfw.c761 if (!data->context->ops->send_component_table) in pldm_send_component_tables()
774 err = data->context->ops->send_component_table(data->context, in pldm_send_component_tables()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_fw_update.c833 .send_component_table = &ice_send_component_table,
841 .send_component_table = &ice_send_component_table,
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_fw_update.c496 .send_component_table = &ixgbe_send_component_table,