Home
last modified time | relevance | path

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

/drivers/net/ethernet/intel/ice/
Dice_flow.c1260 list_for_each_entry(p, &hw->fl_profs[blk], l_entry) in ice_flow_find_prof_conds()
1302 list_for_each_entry(p, &hw->fl_profs[blk], l_entry) in ice_flow_find_prof_id()
1339 list_del(&entry->l_entry); in ice_flow_rem_entry_sync()
1447 list_for_each_entry_safe(e, t, &prof->entries, l_entry) { in ice_flow_rem_prof_sync()
1459 list_del(&prof->l_entry); in ice_flow_rem_prof_sync()
1564 list_add(&(*prof)->l_entry, &hw->fl_profs[blk]); in ice_flow_add_prof()
1662 list_add(&e->l_entry, &prof->entries); in ice_flow_add_entry()
1884 list_for_each_entry_safe(r, tmp, &hw->rss_list_head, l_entry) in ice_rem_vsi_rss_list()
1887 list_del(&r->l_entry); in ice_rem_vsi_rss_list()
1915 list_for_each_entry_safe(p, t, &hw->fl_profs[blk], l_entry) in ice_rem_vsi_rss_cfg()
[all …]
Dice_flow.h347 struct list_head l_entry; member
362 struct list_head l_entry; member
379 struct list_head l_entry; member
Dice_switch.h126 struct list_head l_entry; member
Dice_flex_pipe.c3272 list_for_each_entry_safe(p, tmp, &hw->fl_profs[blk_idx], l_entry) { in ice_free_flow_profs()
3275 list_for_each_entry_safe(e, t, &p->entries, l_entry) in ice_free_flow_profs()
3279 list_del(&p->l_entry); in ice_free_flow_profs()
3345 list_for_each_entry_safe(r, rt, &hw->rss_list_head, l_entry) { in ice_free_hw_tbls()
3346 list_del(&r->l_entry); in ice_free_hw_tbls()
/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()