Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
Dice_flow.c607 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 …]
Dice_flow.h186 struct list_head l_entry; member
201 struct list_head l_entry; member
218 struct list_head l_entry; member
Dice_switch.h124 struct list_head l_entry; member
Dice_flex_pipe.c2877 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/
Dgma_display.c30 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()