Home
last modified time | relevance | path

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

/dpdk/drivers/net/ice/base/
H A Dice_switch.c6522 u16 lg_act_id; in ice_add_mac_with_sw_marker() local
6578 ret = ice_alloc_res_lg_act(hw, &lg_act_id, 3); in ice_add_mac_with_sw_marker()
6582 if (lg_act_id == ICE_INVAL_LG_ACT_INDEX) in ice_add_mac_with_sw_marker()
6586 ret = ice_add_marker_act(hw, m_entry, sw_marker, lg_act_id); in ice_add_mac_with_sw_marker()
6618 u16 lg_act_id; in ice_add_mac_with_counter() local
6677 ret = ice_alloc_res_lg_act(hw, &lg_act_id, 2); in ice_add_mac_with_counter()
6681 if (lg_act_id == ICE_INVAL_LG_ACT_INDEX) in ice_add_mac_with_counter()
6685 ret = ice_add_counter_act(hw, m_entry, counter_id, lg_act_id); in ice_add_mac_with_counter()