Home
last modified time | relevance | path

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

/dpdk/drivers/net/sfc/
H A Dsfc_dp.c128 uint64_t sfc_dp_ft_id_valid; variable
147 if (sfc_dp_ft_id_valid != 0) { in sfc_dp_ft_id_register()
167 sfc_dp_ft_id_valid = UINT64_C(1) << flag; in sfc_dp_ft_id_register()
H A Dsfc_dp.h156 extern uint64_t sfc_dp_ft_id_valid;
H A Dsfc_flow_tunnel.c426 if ((m->ol_flags & sfc_dp_ft_id_valid) == 0) { in sfc_flow_tunnel_get_restore_info()
H A Dsfc_ef100_rx.c460 ol_flags |= sfc_dp_ft_id_valid; in sfc_ef100_rx_prefix_to_offloads()