Home
last modified time | relevance | path

Searched refs:lst (Results 1 – 3 of 3) sorted by relevance

/dpdk/lib/table/
H A Drte_lru_x86.h81 __m128i lst = _mm_set_epi64x((uint64_t)-1, lru_list);
82 __m128i min = _mm_minpos_epu16(lst);
/dpdk/drivers/net/ice/base/
H A Dice_flex_pipe.c5452 struct LIST_HEAD_TYPE *lst) in ice_get_profs_vsig() argument
5467 LIST_ADD_TAIL(&p->list, lst); in ice_get_profs_vsig()
5490 struct LIST_HEAD_TYPE *lst, u64 hdl) in ice_add_prof_to_lst() argument
5521 LIST_ADD(&p->list, lst); in ice_add_prof_to_lst()
5968 struct LIST_HEAD_TYPE *lst, u16 *new_vsig, in ice_create_vsig_from_lst() argument
5983 LIST_FOR_EACH_ENTRY(t, lst, ice_vsig_prof, list) { in ice_create_vsig_from_lst()
6007 struct LIST_HEAD_TYPE lst; in ice_find_prof_vsig() local
6010 INIT_LIST_HEAD(&lst); in ice_find_prof_vsig()
6017 LIST_ADD(&t->list, &lst); in ice_find_prof_vsig()
6019 status = ice_find_dup_props_vsig(hw, blk, &lst, vsig); in ice_find_prof_vsig()
[all …]
/dpdk/app/test-pmd/
H A Dconfig.c1678 struct port_template *lst = *list; in template_alloc() local
1685 if (lst) { in template_alloc()
1686 if (lst->id == UINT32_MAX - 1) { in template_alloc()
1691 id = lst->id + 1; in template_alloc()
1721 struct port_table *lst = *list; in table_alloc() local
1728 if (lst) { in table_alloc()
1729 if (lst->id == UINT32_MAX - 1) { in table_alloc()
1734 id = lst->id + 1; in table_alloc()