Lines Matching refs:counter_id
217 * @counter_id: VEB counter ID returned
223 u16 *counter_id)
284 *counter_id = LE16_TO_CPU(counter_ele->e.sw_resp);
297 * @counter_id: VEB counter ID returned
305 int ice_free_sw(struct ice_hw *hw, u16 sw_id, u16 counter_id)
345 counter_buf->elem[0].e.sw_resp = CPU_TO_LE16(counter_id);
1464 * @counter_id: VLAN counter ID returned as part of allocate resource
1469 u16 counter_id, u16 l_id)
1520 act |= (counter_id << ICE_LG_ACT_STAT_COUNT_S) &
1543 m_ent->counter_index = (u8)counter_id;
3868 * @counter_id: counter index returned by AQ call
3872 u16 *counter_id)
3893 *counter_id = LE16_TO_CPU(buf->elem[0].e.sw_resp);
3906 * @counter_id: counter ID resource which needs to be freed
3910 u16 counter_id)
3925 buf->elem[0].e.sw_resp = CPU_TO_LE16(counter_id);
3939 * @counter_id: returns counter index
3941 int ice_alloc_vlan_res_counter(struct ice_hw *hw, u16 *counter_id)
3945 counter_id);
3951 * @counter_id: counter index to be freed
3953 int ice_free_vlan_res_counter(struct ice_hw *hw, u16 counter_id)
3957 counter_id);
4071 u16 counter_id;
4125 ret = ice_alloc_vlan_res_counter(hw, &counter_id);
4140 ret = ice_add_counter_act(hw, m_entry, counter_id, lg_act_id);