Home
last modified time | relevance | path

Searched refs:ft (Results 1 – 10 of 10) sorted by relevance

/dpdk/drivers/net/sfc/
H A Dsfc_flow_tunnel.c47 ft->id = ft_id; in sfc_flow_tunnel_pick()
49 return ft; in sfc_flow_tunnel_pick()
129 ft->id); in sfc_flow_tunnel_detect_jump_rule()
136 ft->id); in sfc_flow_tunnel_detect_jump_rule()
142 spec->ft = ft; in sfc_flow_tunnel_detect_jump_rule()
205 ft->action.conf = &ft->action_mark; in sfc_flow_tunnel_attach()
208 ft->item_mark_v.id = ft->action_mark.id; in sfc_flow_tunnel_attach()
209 ft->item.spec = &ft->item_mark_v; in sfc_flow_tunnel_attach()
210 ft->item.mask = &ft->item_mark_m; in sfc_flow_tunnel_attach()
215 ft->refcnt = 0; in sfc_flow_tunnel_attach()
[all …]
H A Dsfc_mae_counter.c949 struct sfc_flow_tunnel *ft = counter->ft; in sfc_mae_counter_get() local
968 if (ft != NULL) { in sfc_mae_counter_get()
969 data->hits += ft->group_hit_counter; in sfc_mae_counter_get()
971 data->hits -= ft->reset_jump_hit_counter; in sfc_mae_counter_get()
978 if (ft != NULL) { in sfc_mae_counter_get()
979 ft->reset_jump_hit_counter = non_reset_jump_hit_counter; in sfc_mae_counter_get()
H A Dsfc_mae.c1219 if (spec_mae->ft != NULL) { in sfc_mae_flow_cleanup()
1224 --(spec_mae->ft->refcnt); in sfc_mae_flow_cleanup()
2788 struct sfc_flow_tunnel *ft; in sfc_mae_rule_preparse_item_mark() local
2797 if (ft == NULL) { in sfc_mae_rule_preparse_item_mark()
2802 if (ft->refcnt == 0) { in sfc_mae_rule_preparse_item_mark()
2804 ft->id); in sfc_mae_rule_preparse_item_mark()
2817 ctx->ft = ft; in sfc_mae_rule_preparse_item_mark()
2999 ctx_mae.ft = spec->ft; in sfc_mae_rule_parse_pattern()
3067 spec->ft = ctx_mae.ft; in sfc_mae_rule_parse_pattern()
4124 ctx.counter_ft = spec_mae->ft; in sfc_mae_rule_parse_actions()
[all …]
H A Dsfc_mae.h82 struct sfc_flow_tunnel *ft; member
371 struct sfc_flow_tunnel *ft; member
H A Dsfc_flow.h70 struct sfc_flow_tunnel *ft; member
H A Dsfc_flow.c2428 if (spec_mae->ft != NULL) { in sfc_flow_parse_rte_to_mae()
2430 spec_mae->ft->jump_rule_is_set = B_TRUE; in sfc_flow_parse_rte_to_mae()
2432 ++(spec_mae->ft->refcnt); in sfc_flow_parse_rte_to_mae()
2440 spec_mae->ft = NULL; in sfc_flow_parse_rte_to_mae()
/dpdk/lib/eal/windows/include/
H A Drte_os_shim.h62 FILETIME ft; in rte_timespec_get() local
68 GetSystemTimePreciseAsFileTime(&ft); in rte_timespec_get()
69 ticks = ((uint64_t)ft.dwHighDateTime << 32) | ft.dwLowDateTime; in rte_timespec_get()
/dpdk/lib/eal/windows/
H A Deal_alarm.c91 FILETIME ft; in rte_eal_alarm_set() local
102 GetSystemTimePreciseAsFileTime(&ft); in rte_eal_alarm_set()
103 deadline.LowPart = ft.dwLowDateTime; in rte_eal_alarm_set()
104 deadline.HighPart = ft.dwHighDateTime; in rte_eal_alarm_set()
/dpdk/drivers/net/bnxt/
H A Dbnxt_rxr.h163 #define BNXT_CMPL_ITYPE_TO_IDX(ft) \ argument
164 (((ft) & RX_PKT_CMPL_FLAGS_ITYPE_MASK) >> \
/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_flex.c930 struct rte_flow_item_flex_field *ft; in mlx5_flex_translate_sample() local
933 ft = conf->sample_data + j; in mlx5_flex_translate_sample()
934 ret = mlx5_flex_cover_sample(&cover, ft, fl, in mlx5_flex_translate_sample()