Searched refs:l_entry (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
D | ice_flow.c | 607 list_for_each_entry(p, &hw->fl_profs[blk], l_entry) in ice_flow_find_prof_conds() 649 list_for_each_entry(p, &hw->fl_profs[blk], l_entry) in ice_flow_find_prof_id() 686 list_del(&entry->l_entry); in ice_flow_rem_entry_sync() 786 list_for_each_entry_safe(e, t, &prof->entries, l_entry) { in ice_flow_rem_prof_sync() 798 list_del(&prof->l_entry); in ice_flow_rem_prof_sync() 905 list_add(&(*prof)->l_entry, &hw->fl_profs[blk]); in ice_flow_add_prof() 1003 list_add(&e->l_entry, &prof->entries); in ice_flow_add_entry() 1220 list_for_each_entry_safe(r, tmp, &hw->rss_list_head, l_entry) in ice_rem_vsi_rss_list() 1223 list_del(&r->l_entry); in ice_rem_vsi_rss_list() 1251 list_for_each_entry_safe(p, t, &hw->fl_profs[blk], l_entry) in ice_rem_vsi_rss_cfg() [all …]
|
D | ice_flow.h | 186 struct list_head l_entry; member 201 struct list_head l_entry; member 218 struct list_head l_entry; member
|
D | ice_switch.h | 124 struct list_head l_entry; member
|
D | ice_flex_pipe.c | 2877 list_for_each_entry_safe(p, tmp, &hw->fl_profs[blk_idx], l_entry) { in ice_free_flow_profs() 2880 list_for_each_entry_safe(e, t, &p->entries, l_entry) in ice_free_flow_profs() 2884 list_del(&p->l_entry); in ice_free_flow_profs() 2949 list_for_each_entry_safe(r, rt, &hw->rss_list_head, l_entry) { in ice_free_hw_tbls() 2950 list_del(&r->l_entry); in ice_free_hw_tbls()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/ |
D | gma_display.c | 30 struct drm_connector *l_entry; in gma_pipe_has_type() local 32 list_for_each_entry(l_entry, &mode_config->connector_list, head) { in gma_pipe_has_type() 33 if (l_entry->encoder && l_entry->encoder->crtc == crtc) { in gma_pipe_has_type() 35 gma_attached_encoder(l_entry); in gma_pipe_has_type()
|