Searched refs:l_entry (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.15/drivers/net/ethernet/intel/ice/ |
D | ice_flow.c | 1260 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 …]
|
D | ice_flow.h | 347 struct list_head l_entry; member 362 struct list_head l_entry; member 379 struct list_head l_entry; member
|
D | ice_switch.h | 126 struct list_head l_entry; member
|
D | ice_flex_pipe.c | 3272 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()
|
/Linux-v5.15/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()
|
/Linux-v5.15/fs/ksmbd/ |
D | oplock.h | 45 struct list_head l_entry; member
|
D | oplock.c | 87 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() 1665 list_for_each_entry(lt, &lease_table_list, l_entry) { in lookup_lease_in_table()
|