Home
last modified time | relevance | path

Searched refs:tun_flow_info (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_tun.c58 tun_entry->tun_flow_info[params->port_id].state = in ulp_install_outer_tun_flow()
98 flow_info = &tun_entry->tun_flow_info[tun_o_params->port_id]; in ulp_install_inner_tun_flow()
124 flow_state = tun_entry->tun_flow_info[params->port_id].state; in ulp_post_process_outer_tun_flow()
163 flow_info = &tun_entry->tun_flow_info[params->port_id]; in ulp_post_process_first_inner_tun_flow()
270 flow_state = tun_entry->tun_flow_info[params->port_id].state; in ulp_post_process_tun_flow()
335 flow_info = &tun_tbl[i].tun_flow_info[j]; in ulp_clear_tun_inner_entry()
H A Dulp_tun.h90 struct ulp_per_port_flow_info tun_flow_info[RTE_MAX_ETHPORTS]; member