Home
last modified time | relevance | path

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

/freebsd/sys/dev/sfxge/common/
H A Defx_tunnel.c64 __in efx_tunnel_cfg_t *etcp, in efx_mcdi_set_tunnel_encap_udp_ports() argument
77 if (etcp == NULL) in efx_mcdi_set_tunnel_encap_udp_ports()
80 entries_num = etcp->etc_udp_entries_num; in efx_mcdi_set_tunnel_encap_udp_ports()
101 switch (etcp->etc_udp_entries[i].etue_protocol) { in efx_mcdi_set_tunnel_encap_udp_ports()
124 etcp->etc_udp_entries[i].etue_port, in efx_mcdi_set_tunnel_encap_udp_ports()
164 efx_tunnel_cfg_t *etcp = &enp->en_tunnel_cfg; in efx_tunnel_init() local
206 memset(etcp->etc_udp_entries, 0, sizeof (etcp->etc_udp_entries)); in efx_tunnel_init()
207 etcp->etc_udp_entries_num = 0; in efx_tunnel_init()
250 __in efx_tunnel_cfg_t *etcp, in efx_tunnel_config_find_udp_tunnel_entry() argument
256 for (i = 0; i < etcp->etc_udp_entries_num; ++i) { in efx_tunnel_config_find_udp_tunnel_entry()
[all …]