Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ice/base/
H A Dice_switch.c5840 u16 lg_act_id; in ice_add_mac_with_sw_marker() local
5896 ret = ice_alloc_res_lg_act(hw, &lg_act_id, 3); in ice_add_mac_with_sw_marker()
5900 if (lg_act_id == ICE_INVAL_LG_ACT_INDEX) in ice_add_mac_with_sw_marker()
5904 ret = ice_add_marker_act(hw, m_entry, sw_marker, lg_act_id); in ice_add_mac_with_sw_marker()
5936 u16 lg_act_id; in ice_add_mac_with_counter() local
5995 ret = ice_alloc_res_lg_act(hw, &lg_act_id, 2); in ice_add_mac_with_counter()
5999 if (lg_act_id == ICE_INVAL_LG_ACT_INDEX) in ice_add_mac_with_counter()
6003 ret = ice_add_counter_act(hw, m_entry, counter_id, lg_act_id); in ice_add_mac_with_counter()