Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_switch.c2274 recps[idx].need_pass_l2 = !!(root_bufs.content.act_ctrl & in ice_get_recp_frm_fw()
2276 recps[idx].allow_pass_l2 = !!(root_bufs.content.act_ctrl & in ice_get_recp_frm_fw()
4645 if (recp[i].root_buf && recp[i].root_buf->content.act_ctrl & in ice_find_recp()
5081 content->act_ctrl |= ICE_AQ_RECIPE_ACT_NEED_PASS_L2; in ice_add_sw_recipe()
5084 content->act_ctrl |= ICE_AQ_RECIPE_ACT_ALLOW_PASS_L2; in ice_add_sw_recipe()
H A Dice_adminq_cmd.h567 u8 act_ctrl; member