Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Defx_tunnel.c106 __in efx_tunnel_cfg_t *etcp, in efx_mcdi_set_tunnel_encap_udp_ports() argument
121 if (etcp != NULL) { in efx_mcdi_set_tunnel_encap_udp_ports()
263 memset(etcp->etc_udp_entries, 0, sizeof (etcp->etc_udp_entries)); in efx_tunnel_init()
297 __in efx_tunnel_cfg_t *etcp, in efx_tunnel_config_find_udp_tunnel_entry() argument
355 etcp->etc_udp_entries[etcp->etc_udp_entries_num].etue_port = port; in efx_tunnel_config_udp_add()
356 etcp->etc_udp_entries[etcp->etc_udp_entries_num].etue_protocol = in efx_tunnel_config_udp_add()
358 etcp->etc_udp_entries[etcp->etc_udp_entries_num].etue_state = in efx_tunnel_config_udp_add()
361 etcp->etc_udp_entries_num++; in efx_tunnel_config_udp_add()
389 __in efx_tunnel_cfg_t *etcp, in efx_tunnel_config_udp_do_remove() argument
393 etcp->etc_udp_entries_num--; in efx_tunnel_config_udp_do_remove()
[all …]
H A Drhead_tunnel.c237 efx_tunnel_cfg_t *etcp = &enp->en_tunnel_cfg; in rhead_tunnel_reconfigure() local
252 memcpy(&etc, etcp, sizeof (etc)); in rhead_tunnel_reconfigure()
290 for (i = 0, j = 0; i < etcp->etc_udp_entries_num; i++) { in rhead_tunnel_reconfigure()
291 efx_tunnel_udp_entry_t *cur_entry = &etcp->etc_udp_entries[i]; in rhead_tunnel_reconfigure()