Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/sfc/
H A Dtc_counters.h25 struct efx_tc_counter { struct
44 struct efx_tc_counter *cnt; argument
52 struct efx_tc_counter *efx_tc_flower_allocate_counter(struct efx_nic *efx,
55 struct efx_tc_counter *cnt);
H A Dtc_counters.c26 .key_len = offsetof(struct efx_tc_counter, linkage),
28 .head_offset = offsetof(struct efx_tc_counter, linkage),
33 struct efx_tc_counter *cnt = ptr; in efx_tc_counter_free()
89 struct efx_tc_counter *cnt = container_of(work, struct efx_tc_counter, work); in efx_tc_counter_work()
132 struct efx_tc_counter *efx_tc_flower_allocate_counter(struct efx_nic *efx, in efx_tc_flower_allocate_counter()
135 struct efx_tc_counter *cnt; in efx_tc_flower_allocate_counter()
173 struct efx_tc_counter *cnt) in efx_tc_flower_release_counter()
197 static struct efx_tc_counter *efx_tc_flower_find_counter_by_fw_id( in efx_tc_flower_find_counter_by_fw_id()
200 struct efx_tc_counter key = {}; in efx_tc_flower_find_counter_by_fw_id()
227 struct efx_tc_counter *cnt; in efx_tc_flower_get_counter_index()
[all …]
H A Dmae.h96 int efx_mae_allocate_counter(struct efx_nic *efx, struct efx_tc_counter *cnt);
97 int efx_mae_free_counter(struct efx_nic *efx, struct efx_tc_counter *cnt);
H A Dtc_conntrack.h50 struct efx_tc_counter *cnt;
H A Dtc_conntrack.c286 struct efx_tc_counter *cnt; in efx_tc_ct_replace()
426 struct efx_tc_counter *cnt; in efx_tc_ct_stats()
H A Dmae.c889 int efx_mae_allocate_counter(struct efx_nic *efx, struct efx_tc_counter *cnt) in efx_mae_allocate_counter()
913 int efx_mae_free_counter(struct efx_nic *efx, struct efx_tc_counter *cnt) in efx_mae_free_counter()
H A Dtc.c2282 struct efx_tc_counter *cnt; in efx_tc_flower_stats()