Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/intel/i40e/
Di40e_ddp.c436 const struct firmware *ddp_config; in i40e_ddp_flash() local
464 status = request_firmware(&ddp_config, profile_name, in i40e_ddp_flash()
471 status = i40e_ddp_load(netdev, ddp_config->data, in i40e_ddp_flash()
472 ddp_config->size, true); in i40e_ddp_flash()
477 ddp_config->size, GFP_KERNEL); in i40e_ddp_flash()
483 ddp_config->data, ddp_config->size); in i40e_ddp_flash()
484 list_entry->old_ddp_size = ddp_config->size; in i40e_ddp_flash()
489 release_firmware(ddp_config); in i40e_ddp_flash()