Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ice/
A 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()
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()
1887 list_del(&r->l_entry); in ice_rem_vsi_rss_list()
1954 list_del(&r->l_entry); in ice_rem_rss_list()
1974 list_for_each_entry(r, &hw->rss_list_head, l_entry) in ice_add_rss_list()
1990 list_add_tail(&rss_cfg->l_entry, &hw->rss_list_head); in ice_add_rss_list()
[all …]
A Dice_flow.h347 struct list_head l_entry; member
362 struct list_head l_entry; member
379 struct list_head l_entry; member
A Dice_protocol_type.h233 struct list_head l_entry; member
A Dice_switch.c1334 list_add(&rg_entry->l_entry, &recps[rid].rg_list); in ice_get_recp_frm_fw()
3969 list_add(&entry->l_entry, rg_list); in ice_create_first_fit_recp_def()
4009 list_for_each_entry(rg, rg_list, l_entry) { in ice_fill_fv_word_index()
4176 list_for_each_entry(entry, &rm->rg_list, l_entry) { in ice_add_sw_recipe()
4311 list_for_each_entry(entry, &rm->rg_list, l_entry) { in ice_add_sw_recipe()
4317 list_add(&last_chain_entry->l_entry, &rm->rg_list); in ice_add_sw_recipe()
4343 list_for_each_entry(entry, &rm->rg_list, l_entry) { in ice_add_sw_recipe()
4708 list_for_each_entry_safe(r_entry, r_tmp, &rm->rg_list, l_entry) { in ice_add_adv_recipe()
4709 list_del(&r_entry->l_entry); in ice_add_adv_recipe()
A Dice_flex_pipe.c3574 list_for_each_entry_safe(p, tmp, &hw->fl_profs[blk_idx], l_entry) { in ice_free_flow_profs()
3577 list_for_each_entry_safe(e, t, &p->entries, l_entry) in ice_free_flow_profs()
3581 list_del(&p->l_entry); in ice_free_flow_profs()
3647 list_for_each_entry_safe(r, rt, &hw->rss_list_head, l_entry) { in ice_free_hw_tbls()
3648 list_del(&r->l_entry); in ice_free_hw_tbls()
A Dice_common.c629 &recps[i].rg_list, l_entry) { in ice_cleanup_fltr_mgmt_struct()
630 list_del(&rg_entry->l_entry); in ice_cleanup_fltr_mgmt_struct()
/linux/drivers/gpu/drm/gma500/
A 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()
/linux/fs/ksmbd/
A Doplock.c87 list_add(&lb->l_entry, &lease_table_list); in lb_add()
939 list_for_each_entry_safe(lb, lbtmp, &lease_table_list, l_entry) { in destroy_lease_table()
952 list_del(&lb->l_entry); in destroy_lease_table()
974 list_for_each_entry(lb, &lease_table_list, l_entry) { in find_same_lease_key()
1029 list_for_each_entry(lb, &lease_table_list, l_entry) { in add_lease_global_list()
1659 list_for_each_entry(lt, &lease_table_list, l_entry) { in lookup_lease_in_table()
A Doplock.h43 struct list_head l_entry; member

Completed in 51 milliseconds