Lines Matching full:loaded
43 * i40e_ddp_does_profile_exist - checks if DDP profile loaded already
47 * checks if DDP profile loaded already.
136 * Register a profile to the list of loaded profiles.
217 * reject non DDP profile file to be loaded by administrator mistake.
280 * also used for rolling back previously loaded profile.
336 netdev_err(netdev, "Failed to fetch loaded profiles."); in i40e_ddp_load()
341 netdev_err(netdev, "DDP profile already loaded."); in i40e_ddp_load()
346 netdev_err(netdev, "Failed to fetch loaded profiles."); in i40e_ddp_load()
402 * i40e_ddp_restore - restore previously loaded profile and remove from list
405 * Restores previously loaded profile stored on the list in driver memory.
480 netdev_info(netdev, "New profile loaded but roll-back will be impossible."); in i40e_ddp_flash()