Searched refs:l_entry (Results 1 – 3 of 3) sorted by relevance
| /drivers/net/ethernet/intel/ice/ |
| A D | ice_flow.c | 1282 list_for_each_entry(p, &hw->fl_profs[blk], l_entry) in ice_flow_find_prof_conds() 1329 list_for_each_entry(p, &hw->fl_profs[blk], l_entry) in ice_flow_find_prof_id() 1349 list_del(&entry->l_entry); in ice_flow_rem_entry_sync() 1479 list_del(&prof->l_entry); in ice_flow_rem_prof_sync() 1668 list_add(&(*prof)->l_entry, &hw->fl_profs[blk]); in ice_flow_add_prof() 1765 list_add(&e->l_entry, &prof->entries); in ice_flow_add_entry() 2049 list_del(&r->l_entry); in ice_rem_vsi_rss_list() 2150 list_del(&r->l_entry); in ice_rem_rss_list() 2172 list_for_each_entry(r, &hw->rss_list_head, l_entry) in ice_add_rss_list() 2189 list_add_tail(&rss_cfg->l_entry, &hw->rss_list_head); in ice_add_rss_list() [all …]
|
| A D | ice_flow.h | 379 struct list_head l_entry; member 391 struct list_head l_entry; member 410 struct list_head l_entry; member
|
| A D | ice_flex_pipe.c | 2059 list_for_each_entry_safe(p, tmp, &hw->fl_profs[blk_idx], l_entry) { in ice_free_flow_profs() 2062 list_for_each_entry_safe(e, t, &p->entries, l_entry) in ice_free_flow_profs() 2066 list_del(&p->l_entry); in ice_free_flow_profs() 2134 list_for_each_entry_safe(r, rt, &hw->rss_list_head, l_entry) { in ice_free_hw_tbls() 2135 list_del(&r->l_entry); in ice_free_hw_tbls()
|
Completed in 15 milliseconds