Searched refs:ddp_old_prof (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_ddp.c414 if (!list_empty(&pf->ddp_old_prof)) {
415 entry = list_first_entry(&pf->ddp_old_prof,
484 list_add(&list_entry->list, &pf->ddp_old_prof);
490 if (!list_empty(&pf->ddp_old_prof)) {
H A Di40e.h686 struct list_head ddp_old_prof; member in struct:i40e_pf
H A Di40e_main.c15655 INIT_LIST_HEAD(&pf->ddp_old_prof);

Completed in 180 milliseconds