Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/sfc/
H A Dtc_conntrack.h19 struct efx_tc_ct_zone { struct
34 struct efx_tc_ct_zone *efx_tc_ct_register_zone(struct efx_nic *efx, u16 zone, argument
37 struct efx_tc_ct_zone *ct_zone);
48 struct efx_tc_ct_zone *zone;
H A Dtc_conntrack.c19 .key_len = sizeof_field(struct efx_tc_ct_zone, zone),
21 .head_offset = offsetof(struct efx_tc_ct_zone, linkage),
32 struct efx_tc_ct_zone *zone = ptr; in efx_tc_ct_zone_free()
279 static int efx_tc_ct_replace(struct efx_tc_ct_zone *ct_zone, in efx_tc_ct_replace()
398 static int efx_tc_ct_destroy(struct efx_tc_ct_zone *ct_zone, in efx_tc_ct_destroy()
421 static int efx_tc_ct_stats(struct efx_tc_ct_zone *ct_zone, in efx_tc_ct_stats()
453 struct efx_tc_ct_zone *ct_zone = cb_priv; in efx_tc_flow_block()
472 struct efx_tc_ct_zone *efx_tc_ct_register_zone(struct efx_nic *efx, u16 zone, in efx_tc_ct_register_zone()
475 struct efx_tc_ct_zone *ct_zone, *old; in efx_tc_ct_register_zone()
517 struct efx_tc_ct_zone *ct_zone) in efx_tc_ct_unregister_zone()
H A Dtc.h187 struct efx_tc_ct_zone *zone;
H A Dtc.c889 struct efx_tc_ct_zone *ct_zone; in efx_tc_flower_handle_lhs_actions()