Searched refs:etcp (Results 1 – 2 of 2) sorted by relevance
106 __in efx_tunnel_cfg_t *etcp, in efx_mcdi_set_tunnel_encap_udp_ports() argument121 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() argument355 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() argument393 etcp->etc_udp_entries_num--; in efx_tunnel_config_udp_do_remove()[all …]
237 efx_tunnel_cfg_t *etcp = &enp->en_tunnel_cfg; in rhead_tunnel_reconfigure() local252 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()