Home
last modified time | relevance | path

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

/dpdk/drivers/net/ice/base/
H A Dice_pg_cam.h41 bool is_mg; member
H A Dice_pg_cam.c44 ice_info(hw, "\tis_mg = %d\n", action->is_mg); in _pg_cam_action_dump()
94 action->is_mg = ((data >> 31) & 0x1) != 0; in _pg_cam_action_init()
H A Dice_parser_rt.c701 if (rt->action->is_mg) { in _marker_update()