Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
Dqdf_event.c251 qdf_list_node_t *list_node = NULL; in qdf_complete_wait_events() local
259 &list_node); in qdf_complete_wait_events()
261 while (list_node) { in qdf_complete_wait_events()
262 event_node = qdf_container_of(list_node, in qdf_complete_wait_events()
271 &event_node->node, &list_node); in qdf_complete_wait_events()
/wlan-driver/qcacld-3.0/components/dp/core/inc/
Dwlan_dp_wfds.h76 qdf_list_node_t list_node; member
/wlan-driver/qcacld-3.0/components/tdls/core/src/
Dwlan_tdls_ct.c1033 qdf_list_node_t *list_node; in tdls_ct_process_handler() local
1054 status = qdf_list_peek_front(head, &list_node); in tdls_ct_process_handler()
1056 curr_peer = qdf_container_of(list_node, in tdls_ct_process_handler()
1063 list_node, &list_node); in tdls_ct_process_handler()
/wlan-driver/qcacld-3.0/components/dp/core/src/
Dwlan_dp_wfds.c315 list_node))) { in dp_wfds_work()
317 &wfds_evt->list_node); in dp_wfds_work()
366 &wfds_evt->list_node); in dp_wfds_event_post()
/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/src/
Dwlan_mlo_mgr_peer.c2794 qdf_list_node_t *list_node = NULL; in wlan_mlo_assoc_list_peek_head() local
2797 if (qdf_list_peek_front(assoc_list, &list_node) != QDF_STATUS_SUCCESS) in wlan_mlo_assoc_list_peek_head()
2800 sta_entry = qdf_container_of(list_node, in wlan_mlo_assoc_list_peek_head()
/wlan-driver/qca-wifi-host-cmn/wmi/src/
Dwmi_unified.c1489 qdf_list_node_t *list_node = NULL; in wmi_ext_dbg_msg_dequeue() local
1492 qdf_list_remove_front(&wmi_handle->wmi_ext_dbg_msg_queue, &list_node); in wmi_ext_dbg_msg_dequeue()
1495 if (!list_node) in wmi_ext_dbg_msg_dequeue()
1498 return qdf_container_of(list_node, struct wmi_ext_dbg_msg, node); in wmi_ext_dbg_msg_dequeue()