Home
last modified time | relevance | path

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

/dpdk/drivers/net/ice/base/
H A Dice_pg_cam.h43 bool is_last_round; member
H A Dice_pg_cam.c46 ice_info(hw, "\tis_last_round = %d\n", action->is_last_round); in _pg_cam_action_dump()
96 action->is_last_round = ((data >> 40) & 0x1) != 0; in _pg_cam_action_init()
H A Dice_parser_rt.c859 if (rt->action->is_last_round) { in ice_parser_rt_execute()