Home
last modified time | relevance | path

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

/openbmc/linux/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_switch.c2269 list_add(&rg_entry->l_entry, &recps[rid].rg_list); in ice_get_recp_frm_fw()
4808 list_add(&entry->l_entry, rg_list); in ice_create_first_fit_recp_def()
4848 list_for_each_entry(rg, rg_list, l_entry) { in ice_fill_fv_word_index()
5014 list_for_each_entry(entry, &rm->rg_list, l_entry) { in ice_add_sw_recipe()
5154 list_for_each_entry(entry, &rm->rg_list, l_entry) { in ice_add_sw_recipe()
5160 list_add(&last_chain_entry->l_entry, &rm->rg_list); in ice_add_sw_recipe()
5186 list_for_each_entry(entry, &rm->rg_list, l_entry) { in ice_add_sw_recipe()
5474 list_for_each_entry_safe(r_entry, r_tmp, &rm->rg_list, l_entry) { in ice_add_adv_recipe()
5475 list_del(&r_entry->l_entry); in ice_add_adv_recipe()
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_common.c808 &recps[i].rg_list, l_entry) { in ice_cleanup_fltr_mgmt_struct()
809 list_del(&rg_entry->l_entry); in ice_cleanup_fltr_mgmt_struct()
/openbmc/u-boot/include/zfs/
H A Dzap_leaf.h74 } l_entry; member
/openbmc/linux/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()
958 list_for_each_entry_safe(lb, lbtmp, &lease_table_list, l_entry) { in destroy_lease_table()
971 list_del(&lb->l_entry); in destroy_lease_table()
993 list_for_each_entry(lb, &lease_table_list, l_entry) { in find_same_lease_key()
1050 list_for_each_entry(lb, &lease_table_list, l_entry) { in add_lease_global_list()
1764 list_for_each_entry(lt, &lease_table_list, l_entry) { in lookup_lease_in_table()
/openbmc/openpower-vpd-parser/vpd-tool/include/
H A Dtool_utils.hpp757 for (const auto& l_entry : l_row) in Print() local
759 PrintEntry(l_entry, m_columns[l_columnNumber].Width()); in Print()
/openbmc/u-boot/fs/zfs/
H A Dzfs.c120 #define ZAP_LEAF_ENTRY(l, bs, idx) (&ZAP_LEAF_CHUNK(l, bs, idx).l_entry)