Home
last modified time | relevance | path

Searched refs:l_entry (Results 1 - 13 of 13) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H A 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...]
H A Dice_flow.h186 struct list_head l_entry; member
201 struct list_head l_entry; member
218 struct list_head l_entry; member
H A Dice_switch.h124 struct list_head l_entry; member
H A 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-6.6/drivers/net/ethernet/intel/ice/
H A Dice_flow.c1257 list_for_each_entry(p, &hw->fl_profs[blk], l_entry) in ice_flow_find_prof_conds()
1299 list_for_each_entry(p, &hw->fl_profs[blk], l_entry) in ice_flow_find_prof_id()
1319 list_del(&entry->l_entry); in ice_flow_rem_entry_sync()
1428 list_for_each_entry_safe(e, t, &prof->entries, l_entry) { in ice_flow_rem_prof_sync()
1440 list_del(&prof->l_entry); in ice_flow_rem_prof_sync()
1545 list_add(&(*prof)->l_entry, &hw->fl_profs[blk]); in ice_flow_add_prof()
1642 list_add(&e->l_entry, &prof->entries); in ice_flow_add_entry()
1823 list_for_each_entry_safe(e, t, &prof->entries, l_entry) { in ice_flow_rem_vsi_prof()
1913 list_for_each_entry_safe(r, tmp, &hw->rss_list_head, l_entry) in ice_rem_vsi_rss_list()
1916 list_del(&r->l_entry); in ice_rem_vsi_rss_list()
[all...]
H A Dice_flow.h349 struct list_head l_entry; member
364 struct list_head l_entry; member
381 struct list_head l_entry; member
H A Dice_protocol_type.h459 struct list_head l_entry; member
H A Dice_flex_pipe.c2050 list_for_each_entry_safe(p, tmp, &hw->fl_profs[blk_idx], l_entry) { in ice_free_flow_profs()
2053 list_for_each_entry_safe(e, t, &p->entries, l_entry) in ice_free_flow_profs()
2057 list_del(&p->l_entry); in ice_free_flow_profs()
2123 list_for_each_entry_safe(r, rt, &hw->rss_list_head, l_entry) { in ice_free_hw_tbls()
2124 list_del(&r->l_entry); in ice_free_hw_tbls()
H A Dice_switch.c2266 list_add(&rg_entry->l_entry, &recps[rid].rg_list); in ice_get_recp_frm_fw()
4804 list_add(&entry->l_entry, rg_list); in ice_create_first_fit_recp_def()
4844 list_for_each_entry(rg, rg_list, l_entry) { in ice_fill_fv_word_index()
5010 list_for_each_entry(entry, &rm->rg_list, l_entry) { in ice_add_sw_recipe()
5150 list_for_each_entry(entry, &rm->rg_list, l_entry) { in ice_add_sw_recipe()
5156 list_add(&last_chain_entry->l_entry, &rm->rg_list); in ice_add_sw_recipe()
5182 list_for_each_entry(entry, &rm->rg_list, l_entry) { in ice_add_sw_recipe()
5468 list_for_each_entry_safe(r_entry, r_tmp, &rm->rg_list, l_entry) { in ice_add_adv_recipe()
5469 list_del(&r_entry->l_entry); in ice_add_adv_recipe()
H A Dice_common.c790 &recps[i].rg_list, l_entry) { in ice_cleanup_fltr_mgmt_struct()
791 list_del(&rg_entry->l_entry); in ice_cleanup_fltr_mgmt_struct()
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/
H 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()
/kernel/linux/linux-6.6/fs/smb/server/
H A Doplock.h45 struct list_head l_entry; member
H A Doplock.c88 list_add(&lb->l_entry, &lease_table_list); in lb_add()
960 list_for_each_entry_safe(lb, lbtmp, &lease_table_list, l_entry) { in destroy_lease_table()
973 list_del(&lb->l_entry); in destroy_lease_table()
995 list_for_each_entry(lb, &lease_table_list, l_entry) { in find_same_lease_key()
1052 list_for_each_entry(lb, &lease_table_list, l_entry) { in add_lease_global_list()
1778 list_for_each_entry(lt, &lease_table_list, l_entry) { in lookup_lease_in_table()

Completed in 39 milliseconds