Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dpldmfw.h121 struct pldmfw_ops;
135 const struct pldmfw_ops *ops;
162 struct pldmfw_ops { struct
/linux/drivers/net/ethernet/intel/ice/
H A Dice_fw_update.c830 static const struct pldmfw_ops ice_fwu_ops_e810 = {
838 static const struct pldmfw_ops ice_fwu_ops_e822 = {
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_fw_update.c493 static const struct pldmfw_ops ixgbe_fwu_ops_e610 = {
/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_devlink.c311 static const struct pldmfw_ops fbnic_pldmfw_ops = {
/linux/lib/pldmfw/
H A Dpldmfw.c729 const struct pldmfw_ops *ops = data->context->ops; in pldm_send_package_data()