Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/dp/core/inc/
H A Dwlan_dp_main.h58 struct wlan_dp_intf **out_intf);
73 struct wlan_dp_intf **out_intf);
/wlan-driver/qcacld-3.0/components/dp/core/src/
H A Dwlan_dp_main.c104 struct wlan_dp_intf **out_intf) in dp_get_front_intf_no_lock() argument
109 *out_intf = NULL; in dp_get_front_intf_no_lock()
116 *out_intf = qdf_container_of(node, struct wlan_dp_intf, node); in dp_get_front_intf_no_lock()
123 struct wlan_dp_intf **out_intf) in dp_get_next_intf_no_lock() argument
131 *out_intf = NULL; in dp_get_next_intf_no_lock()
140 *out_intf = qdf_container_of(node, struct wlan_dp_intf, node); in dp_get_next_intf_no_lock()