Searched refs:LIST_ADD (Results 1 – 8 of 8) sorted by relevance
| /dpdk/drivers/net/ice/base/ |
| H A D | ice_osdep.h | 345 #define LIST_ADD(entry, list_head) LIST_INSERT_HEAD(list_head, entry, next) macro 397 #define HLIST_ADD_HEAD(entry, list_head) LIST_ADD(entry, list_head)
|
| H A D | ice_flex_pipe.c | 1915 LIST_ADD(&fvl->list_entry, fv_list); in ice_get_sw_fv_list() 5119 LIST_ADD(&prof->list, &hw->blk[blk].es.prof_map); in ice_add_prof() 5269 LIST_ADD(&p->list_entry, chg); in ice_rem_vsig() 5432 LIST_ADD(&p->list_entry, chg); in ice_get_prof() 5521 LIST_ADD(&p->list, lst); in ice_add_prof_to_lst() 5562 LIST_ADD(&p->list_entry, chg); in ice_move_vsi() 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() 5895 LIST_ADD(&t->list, in ice_add_prof_id_vsig() 5947 LIST_ADD(&p->list_entry, chg); in ice_create_prof_id_vsig() [all …]
|
| H A D | ice_switch.c | 2313 LIST_ADD(&rg_entry->l_entry, &recps[rid].rg_list); in ice_get_recp_frm_fw() 4057 LIST_ADD(&v_map->list_entry, &sw->vsi_list_map_head); in ice_create_vsi_list_map() 4959 LIST_ADD(&fm_entry->list_entry, rule_head); in ice_add_mac_rule() 5744 LIST_ADD(&tmp->list_entry, vsi_list_head); in ice_add_entry_to_vsi_fltr_list() 6543 LIST_ADD(&fl_info.list_entry, &l_head); in ice_add_mac_with_sw_marker() 6641 LIST_ADD(&fl_info.list_entry, &l_head); in ice_add_mac_with_counter() 6957 LIST_ADD(&entry->l_entry, rg_list); in ice_create_first_fit_recp_def() 6976 LIST_ADD(&entry->l_entry, rg_list); in ice_create_first_fit_recp_def() 7328 LIST_ADD(&last_chain_entry->l_entry, &rm->rg_list); in ice_add_sw_recipe() 7910 LIST_ADD(&fvl->list_entry, &rm->fv_list); in ice_add_adv_recipe() [all …]
|
| H A D | ice_acl_ctrl.c | 835 LIST_ADD(&scen->list_entry, &hw->acl_tbl->scens); in ice_acl_create_scen()
|
| H A D | ice_flow.c | 2649 LIST_ADD(&(*prof)->l_entry, &hw->fl_profs[blk]); in ice_flow_add_prof() 3322 LIST_ADD(&e->l_entry, &prof->entries); in ice_flow_acl_add_scen_entry_sync() 3473 LIST_ADD(&e->l_entry, &prof->entries); in ice_flow_add_entry()
|
| H A D | ice_sched.c | 2700 LIST_ADD(&agg_info->list_entry, &hw->agg_list); in ice_sched_cfg_agg() 2880 LIST_ADD(&agg_vsi_info->list_entry, &agg_info->agg_vsi_list); in ice_sched_assoc_vsi_to_agg() 4001 LIST_ADD(&rl_prof_elem->list_entry, &hw->rl_prof_list[layer_num]); in ice_sched_add_rl_profile()
|
| H A D | ice_fdir.c | 4178 LIST_ADD(&fltr->fltr_node, &hw->fdir_list_head); in ice_fdir_list_add_fltr()
|
| /dpdk/drivers/net/ice/ |
| H A D | ice_ethdev.c | 941 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()
|