Home
last modified time | relevance | path

Searched refs:list_entry (Results 1 – 17 of 17) sorted by relevance

/dpdk/drivers/common/dpaax/
H A Ddpaa_list.h31 #define list_entry(node, type, member) \ macro
39 list_entry((ptr)->next, type, member)
64 for (i = list_entry((l)->next, typeof(*i), name); &i->name != (l); \
65 i = list_entry(i->name.next, typeof(*i), name))
67 for (i = list_entry((l)->next, typeof(*i), name), \
68 j = list_entry(i->name.next, typeof(*j), name); \
70 i = j, j = list_entry(j->name.next, typeof(*j), name))
H A Ddpaa_of.c277 return list_entry(f->linear.next, struct dt_dir, linear); in next_linear()
312 d = list_entry(linear.next, struct dt_dir, linear); in of_find_compatible_node()
407 c = list_entry(c->node.list.next, struct dt_dir, node.list); in of_get_next_child()
413 c = list_entry(p->subdirs.next, struct dt_dir, node.list); in of_get_next_child()
/dpdk/drivers/net/ice/base/
H A Dice_switch.c4265 list_entry) { in ice_update_sw_rule_bridge_mode()
4421 list_entry) { in ice_find_rule_entry()
4848 list_entry) { in ice_add_mac_rule()
4904 list_entry) { in ice_add_mac_rule()
5309 list_entry) { in ice_remove_eth_mac_rule()
5552 list_entry) { in ice_remove_mac_rule()
5614 list_entry) { in ice_remove_vlan_rule()
5659 list_entry) { in ice_remove_mac_vlan_rule()
5946 list_entry) { in ice_remove_promisc()
7982 list_entry) { in ice_add_adv_recipe()
[all …]
H A Dice_sched.c716 LIST_DEL(&rl_info->list_entry); in ice_sched_del_rl_profile()
767 list_entry) { in ice_sched_clear_agg()
777 LIST_DEL(&agg_info->list_entry); in ice_sched_clear_agg()
2001 list_entry) { in ice_sched_rm_agg_vsi_info()
2180 list_entry) in ice_get_agg_info()
2790 list_entry) { in ice_get_vsi_agg_info()
3643 list_entry) in ice_cfg_agg_vsi_priority_per_tc()
3779 list_entry) in ice_cfg_agg_bw_alloc()
5047 list_entry) in ice_sched_validate_agg_srl_node()
5529 list_entry) in ice_sched_replay_agg()
[all …]
H A Dice_switch.h340 struct LIST_ENTRY_TYPE list_entry; member
348 struct LIST_ENTRY_TYPE list_entry; member
367 struct LIST_ENTRY_TYPE list_entry; member
374 struct LIST_ENTRY_TYPE list_entry; member
H A Dice_sched.h50 struct LIST_ENTRY_TYPE list_entry; member
56 struct LIST_ENTRY_TYPE list_entry; member
65 struct LIST_ENTRY_TYPE list_entry; member
H A Dice_flex_pipe.c1926 list_entry) { in ice_get_sw_fv_list()
1927 LIST_DEL(&fvl->list_entry); in ice_get_sw_fv_list()
5342 LIST_DEL(&del->list_entry); in ice_rem_flow_all()
5562 LIST_ADD(&p->list_entry, chg); in ice_move_vsi()
5594 LIST_DEL(&tmp->list_entry); in ice_rem_chg_tcam_ent()
5670 LIST_ADD(&p->list_entry, chg); in ice_prof_tcam_ena_dis()
5886 LIST_ADD(&p->list_entry, chg); in ice_add_prof_id_vsig()
5947 LIST_ADD(&p->list_entry, chg); in ice_create_prof_id_vsig()
6061 LIST_DEL(&del->list_entry); in ice_add_vsi_flow()
6202 LIST_DEL(&del->list_entry); in ice_add_prof_id_flow()
[all …]
H A Dice_acl_ctrl.c835 LIST_ADD(&scen->list_entry, &hw->acl_tbl->scens); in ice_acl_create_scen()
880 ice_acl_scen, list_entry) in ice_acl_destroy_scen()
882 LIST_DEL(&scen->list_entry); in ice_acl_destroy_scen()
908 ice_acl_scen, list_entry) { in ice_acl_destroy_tbl()
H A Dice_osdep.h346 #define LIST_ADD_AFTER(entry, list_entry) \ argument
347 LIST_INSERT_AFTER(list_entry, entry, next)
H A Dice_acl.h67 struct LIST_ENTRY_TYPE list_entry; member
H A Dice_flex_type.h616 struct LIST_ENTRY_TYPE list_entry; member
986 struct LIST_ENTRY_TYPE list_entry; member
H A Dice_common.c780 ice_vsi_list_map_info, list_entry) { in ice_cleanup_fltr_mgmt_single()
781 LIST_DEL(&v_pos_map->list_entry); in ice_cleanup_fltr_mgmt_single()
804 list_entry) { in ice_cleanup_fltr_mgmt_single()
805 LIST_DEL(&lst_itr->list_entry); in ice_cleanup_fltr_mgmt_single()
816 list_entry) { in ice_cleanup_fltr_mgmt_single()
817 LIST_DEL(&lst_itr->list_entry); in ice_cleanup_fltr_mgmt_single()
H A Dice_flow.c1732 LIST_FOR_EACH_ENTRY(scen, &hw->acl_tbl->scens, ice_acl_scen, list_entry) in ice_flow_sel_acl_scen()
/dpdk/drivers/net/qede/base/
H A Decore_hw.c29 osal_list_entry_t list_entry; member
68 OSAL_LIST_PUSH_HEAD(&p_pool->ptts[i].list_entry, in ecore_ptt_pool_alloc()
128 struct ecore_ptt, list_entry); in ecore_ptt_acquire()
129 OSAL_LIST_REMOVE_ENTRY(&p_ptt->list_entry, in ecore_ptt_acquire()
157 OSAL_LIST_PUSH_HEAD(&p_ptt->list_entry, &p_hwfn->p_ptt_pool->free_list); in ecore_ptt_release()
H A Decore_dev.c55 osal_list_entry_t list_entry; member
158 OSAL_LIST_PUSH_TAIL(&db_entry->list_entry, in ecore_db_recovery_add()
191 list_entry, in ecore_db_recovery_del()
199 OSAL_LIST_REMOVE_ENTRY(&db_entry->list_entry, in ecore_db_recovery_del()
253 list_entry); in ecore_db_recovery_teardown()
255 OSAL_LIST_REMOVE_ENTRY(&db_entry->list_entry, in ecore_db_recovery_teardown()
279 list_entry, in ecore_db_recovery_dp()
348 list_entry, in ecore_db_recovery_execute()
/dpdk/drivers/net/ice/
H A Dice_ethdev.c941 LIST_ADD(&m_list_itr->list_entry, &list_head); in ice_add_mac_filter()
998 LIST_ADD(&m_list_itr->list_entry, &list_head); in ice_remove_mac_filter()
1075 LIST_ADD(&v_list_itr->list_entry, &list_head); in ice_add_vlan_filter()
1141 LIST_ADD(&v_list_itr->list_entry, &list_head); in ice_remove_vlan_filter()
2050 LIST_ADD(&s_list_itr->list_entry, &list_head); in ice_vsi_config_sw_lldp()
H A Dice_switch_filter.c1991 list_entry) { in ice_switch_redirect()