Lines Matching refs:ports_config
5328 wl_natoe_ports_config_t *ports_config; in wlu_natoe_set_vars_cbfn() local
5330 ports_config = (wl_natoe_ports_config_t *)data; in wlu_natoe_set_vars_cbfn()
5332 dtoh16(ports_config->start_port_num)); in wlu_natoe_set_vars_cbfn()
5334 "number of ports: %d\n", dtoh16(ports_config->no_of_ports)); in wlu_natoe_set_vars_cbfn()
5599 wl_natoe_ports_config_t ports_config; in wl_android_natoe_subcmd_config_ports() local
5642 bzero(&ports_config, sizeof(ports_config)); in wl_android_natoe_subcmd_config_ports()
5650 ports_config.start_port_num = htod16(bcm_atoi(str)); in wl_android_natoe_subcmd_config_ports()
5658 ports_config.no_of_ports = htod16(bcm_atoi(str)); in wl_android_natoe_subcmd_config_ports()
5660 if ((uint32)(ports_config.start_port_num + ports_config.no_of_ports) > in wl_android_natoe_subcmd_config_ports()
5667 &buflen, WL_NATOE_XTLV_CONFIG_PORTS, sizeof(ports_config), in wl_android_natoe_subcmd_config_ports()
5668 &ports_config, BCM_XTLV_OPTION_ALIGN32); in wl_android_natoe_subcmd_config_ports()