Lines Matching defs:cnt
55 efx_tc_flower_release_counter(efx, conn->cnt);
286 struct efx_tc_counter *cnt;
341 cnt = efx_tc_flower_allocate_counter(efx, EFX_TC_COUNTER_TYPE_CT);
342 if (IS_ERR(cnt)) {
343 rc = PTR_ERR(cnt);
346 conn->cnt = cnt;
359 if (conn->cnt)
360 efx_tc_flower_release_counter(efx, conn->cnt);
394 efx_tc_flower_release_counter(efx, conn->cnt);
426 struct efx_tc_counter *cnt;
438 cnt = conn->cnt;
439 spin_lock_bh(&cnt->lock);
441 flow_stats_update(&tc->stats, 0, 0, 0, cnt->touched,
443 spin_unlock_bh(&cnt->lock);