Searched refs:efx_tc_counter (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/net/ethernet/sfc/ |
H A D | tc_counters.h | 25 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 D | tc_counters.c | 26 .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 D | mae.h | 96 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 D | tc_conntrack.h | 50 struct efx_tc_counter *cnt;
|
H A D | tc_conntrack.c | 286 struct efx_tc_counter *cnt; in efx_tc_ct_replace() 426 struct efx_tc_counter *cnt; in efx_tc_ct_stats()
|
H A D | mae.c | 889 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 D | tc.c | 2282 struct efx_tc_counter *cnt; in efx_tc_flower_stats()
|