Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_cfg80211.h829 uint32_t port_id,
855 uint32_t port_id,
880 uint32_t port_id, in wlan_hdd_set_wlm_client_latency_level() argument
902 uint32_t port_id, in wlan_hdd_get_set_client_info_id() argument
Dwlan_hdd_cfg80211.c10682 uint32_t port_id, in wlan_hdd_get_set_client_info_id() argument
10691 if (port_id == adapter->client_info[i].port_id) { in wlan_hdd_get_set_client_info_id()
10700 adapter->client_info[i].port_id = port_id; in wlan_hdd_get_set_client_info_id()
10795 adapter->client_info[client_id].port_id = 0; in wlan_hdd_reset_client_info()
10800 uint32_t port_id, in wlan_hdd_set_wlm_client_latency_level() argument
10806 status = wlan_hdd_get_set_client_info_id(adapter, port_id, in wlan_hdd_set_wlm_client_latency_level()
10845 uint32_t *port_id) in hdd_get_netlink_sender_portid() argument
10850 *port_id = cfg80211_vendor_cmd_get_sender(wiphy); in hdd_get_netlink_sender_portid()
10856 hdd_get_netlink_sender_portid(struct hdd_context *hdd_ctx, uint32_t *port_id) in hdd_get_netlink_sender_portid() argument
10867 uint32_t port_id; in hdd_config_latency_level() local
[all …]
Dwlan_hdd_main.c14767 adapter->client_info[i].port_id = 0; in wlan_hdd_init_multi_client_info_table()
14780 adapter->client_info[i].port_id = 0; in wlan_hdd_deinit_multi_client_info_table()
14793 static void wlan_hdd_get_host_driver_port_id(uint32_t *port_id) in wlan_hdd_get_host_driver_port_id() argument
14795 *port_id = WLAM_WLM_HOST_DRIVER_PORT_ID; in wlan_hdd_get_host_driver_port_id()
14804 static inline void wlan_hdd_get_host_driver_port_id(uint32_t *port_id) in wlan_hdd_get_host_driver_port_id() argument
14814 uint32_t port_id; in hdd_adapter_set_wlm_client_latency_level() local
14830 wlan_hdd_get_host_driver_port_id(&port_id); in hdd_adapter_set_wlm_client_latency_level()
14832 adapter, port_id, in hdd_adapter_set_wlm_client_latency_level()
/wlan-driver/qcacld-3.0/core/hdd/inc/
Dwlan_hdd_main.h1058 uint32_t port_id; member