Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_ddp.c270 struct i40e_profile_segment *profile_hdr; in i40e_ddp_load() local
299 profile_hdr = (struct i40e_profile_segment *) in i40e_ddp_load()
301 if (!profile_hdr) { in i40e_ddp_load()
307 pinfo.version = profile_hdr->version; in i40e_ddp_load()
313 memcpy(pinfo.name, profile_hdr->name, I40E_DDP_NAME_SIZE); in i40e_ddp_load()
345 status = i40e_write_profile(&pf->hw, profile_hdr, track_id); in i40e_ddp_load()
356 status = i40e_rollback_profile(&pf->hw, profile_hdr, track_id); in i40e_ddp_load()
365 status = i40e_add_pinfo(&pf->hw, profile_hdr, profile_info_sec, in i40e_ddp_load()
372 status = i40e_del_pinfo(&pf->hw, profile_hdr, profile_info_sec, in i40e_ddp_load()