Home
last modified time | relevance | path

Searched refs:pldmfw_ops (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/include/linux/
Dpldmfw.h121 struct pldmfw_ops;
129 const struct pldmfw_ops *ops;
154 struct pldmfw_ops { struct
/linux-6.1.9/drivers/net/ethernet/intel/ice/
Dice_fw_update.c819 static const struct pldmfw_ops ice_fwu_ops_e810 = {
827 static const struct pldmfw_ops ice_fwu_ops_e822 = {
/linux-6.1.9/lib/pldmfw/
Dpldmfw.c721 const struct pldmfw_ops *ops = data->context->ops; in pldm_send_package_data()