Home
last modified time | relevance | path

Searched refs:ptg_cnt (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/sys/dev/ice/
HDice_flex_pipe.c2580 prof->ptg_cnt = 0; in ice_add_prof()
2598 prof->ptg[prof->ptg_cnt] = ptg; in ice_add_prof()
2600 if (++prof->ptg_cnt >= ICE_MAX_PTG_PER_PROFILE) in ice_add_prof()
2945 for (i = 0; i < map->ptg_cnt; i++) in ice_get_prof()
3044 p->tcam_count = map->ptg_cnt; in ice_add_prof_to_lst()
3046 for (i = 0; i < map->ptg_cnt; i++) { in ice_add_prof_to_lst()
3301 t->tcam_count = map->ptg_cnt; in ice_add_prof_id_vsig()
3304 for (i = 0; i < map->ptg_cnt; i++) { in ice_add_prof_id_vsig()
HDice_flex_type.h305 u8 ptg_cnt; member