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

/freebsd-12-stable/sys/dev/ice/
H A Dice_flex_pipe.c4327 prof->ptg_cnt = 0;
4331 while (bytes && prof->ptg_cnt < ICE_MAX_PTG_PER_PROFILE) {
4359 prof->ptg[prof->ptg_cnt] = ptg;
4361 if (++prof->ptg_cnt >= ICE_MAX_PTG_PER_PROFILE)
4708 for (i = 0; i < map->ptg_cnt; i++)
4807 p->tcam_count = map->ptg_cnt;
4809 for (i = 0; i < map->ptg_cnt; i++) {
5064 t->tcam_count = map->ptg_cnt;
5067 for (i = 0; i < map->ptg_cnt; i++) {
H A Dice_flex_type.h549 u8 ptg_cnt; member in struct:ice_prof_map

Completed in 105 milliseconds