Home
last modified time | relevance | path

Searched defs:head (Results 1 – 25 of 59) sorted by relevance

123

/wlan-driver/qca-wifi-host-cmn/utils/sys/
H A Dqueue.h116 #define QMD_TRACE_HEAD(head) do { \ argument
132 #define QMD_TRACE_HEAD(head) argument
151 #define SLIST_HEAD_INITIALIZER(head) \ argument
162 #define SLIST_EMPTY(head) ((head)->slh_first == NULL) argument
164 #define SLIST_FIRST(head) ((head)->slh_first) argument
166 #define SLIST_FOREACH(var, head, field) \ argument
171 #define SLIST_FOREACH_SAFE(var, head, field, tvar) \ argument
176 #define SLIST_FOREACH_PREVPTR(var, varp, head, field) \ argument
181 #define SLIST_INIT(head) do { \ argument
190 #define SLIST_INSERT_HEAD(head, elm, field) do { \ argument
[all …]
/wlan-driver/qca-wifi-host-cmn/qdf/src/
H A Dqdf_notifier.c20 QDF_STATUS qdf_register_blocking_notifier_chain(qdf_blocking_notif_head *head, in qdf_register_blocking_notifier_chain()
30 QDF_STATUS qdf_unregister_blocking_notifier_chain(qdf_blocking_notif_head *head, in qdf_unregister_blocking_notifier_chain()
41 QDF_STATUS qdf_blocking_notfier_call(qdf_blocking_notif_head *head, in qdf_blocking_notfier_call()
51 QDF_STATUS qdf_register_atomic_notifier_chain(qdf_atomic_notif_head *head, in qdf_register_atomic_notifier_chain()
61 QDF_STATUS qdf_unregister_atomic_notifier_chain(qdf_atomic_notif_head *head, in qdf_unregister_atomic_notifier_chain()
71 QDF_STATUS qdf_atomic_notfier_call(qdf_atomic_notif_head *head, in qdf_atomic_notfier_call()
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
H A Di_qdf_notifier.h35 __qdf_register_blocking_notifier_chain(__qdf_blocking_notif_head *head, in __qdf_register_blocking_notifier_chain()
42 __qdf_unregister_blocking_notifier_chain(__qdf_blocking_notif_head *head, in __qdf_unregister_blocking_notifier_chain()
49 __qdf_blocking_notfier_call(__qdf_blocking_notif_head *head, in __qdf_blocking_notfier_call()
56 __qdf_register_atomic_notifier_chain(__qdf_atomic_notif_head *head, in __qdf_register_atomic_notifier_chain()
63 __qdf_unregister_atomic_notifier_chain(__qdf_atomic_notif_head *head, in __qdf_unregister_atomic_notifier_chain()
70 __qdf_atomic_notifier_call(__qdf_atomic_notif_head *head, in __qdf_atomic_notifier_call()
H A Di_qdf_list.h83 #define __QDF_LIST_INIT(tail, head) \ argument
/wlan-driver/qca-wifi-host-cmn/qdf/inc/
H A Dqdf_notifier.h132 qdf_blocking_notif_head *head, in qdf_register_blocking_notifier_chain()
139 qdf_blocking_notif_head *head, in qdf_unregister_blocking_notifier_chain()
146 qdf_blocking_notif_head *head, in qdf_blocking_notfier_call()
153 qdf_atomic_notif_head *head, in qdf_register_atomic_notifier_chain()
160 qdf_atomic_notif_head *head, in qdf_unregister_atomic_notifier_chain()
166 static inline QDF_STATUS qdf_atomic_notfier_call(qdf_atomic_notif_head *head, in qdf_atomic_notfier_call()
H A Dqdf_slist.h45 struct qdf_slist_node *head; member
H A Dqdf_list.h98 #define QDF_LIST_INIT(tail, head) __QDF_LIST_INIT(tail, head) argument
/wlan-driver/qcacld-3.0/components/tdls/core/src/
H A Dwlan_tdls_peer.c50 qdf_list_t *head; in tdls_find_peer() local
225 tdls_remove_first_idle_peer(qdf_list_t *head) { in tdls_remove_first_idle_peer()
271 qdf_list_t *head; in tdls_add_peer() local
328 tdls_find_progress_peer_in_list(qdf_list_t *head, in tdls_find_progress_peer_in_list()
371 qdf_list_t *head; in tdls_find_progress_peer() local
458 qdf_list_t *head; in tdls_find_first_connected_peer() local
1217 qdf_list_t *head; in tdls_peer_idle_timers_destroy() local
1249 qdf_list_t *head; in tdls_free_peer_list() local
H A Dwlan_tdls_ct.c66 qdf_list_t *head; in tdls_peer_reset_discovery_processed() local
89 qdf_list_t *head; in tdls_discovery_timeout_peer_cb() local
212 qdf_list_t *head; in tdls_reset_tx_rx() local
1032 qdf_list_t *head; in tdls_ct_process_handler() local
H A Dwlan_tdls_main.c384 qdf_list_t *head; in __tdls_get_all_peers_from_list() local
773 qdf_list_t *head; in tdls_peer_idle_timers_stop() local
2162 qdf_list_t *head; in tdls_check_peer_buf_capable() local
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_rx_buffer_pool.c125 uint16_t head, tail; in dp_rx_refill_buff_pool_enqueue() local
194 uint16_t head, tail; in dp_rx_refill_buff_pool_dequeue_nbuf() local
289 uint16_t head = 0; in dp_rx_refill_buff_pool_init() local
H A Ddp_rx_defrag.c117 union dp_rx_desc_list_elem_t *head = NULL; in dp_rx_return_head_frag_desc() local
887 qdf_nbuf_t head, in dp_rx_construct_fraglist()
1120 qdf_nbuf_t head) in dp_rx_defrag_deliver()
1151 unsigned int tid, qdf_nbuf_t head) in dp_rx_defrag_reo_reinject()
1215 unsigned int tid, qdf_nbuf_t head) in dp_rx_defrag_reo_reinject()
1831 union dp_rx_desc_list_elem_t **head, in dp_rx_defrag_store_fragment()
H A Ddp_rx.h50 #define DP_PDEV_INVALID_PEER_MSDU_CHECK(head, tail) \ argument
56 #define DP_PDEV_INVALID_PEER_MSDU_CHECK(head, tail) /* no op */ argument
217 #define dp_rx_add_to_free_desc_list(head, tail, new) \ argument
220 #define dp_rx_add_to_free_desc_list_reuse(head, tail, new) \ argument
1156 void __dp_rx_add_to_free_desc_list(union dp_rx_desc_list_elem_t **head, in __dp_rx_add_to_free_desc_list()
1199 #define DP_RX_HEAD_APPEND(head, elem) \ argument
1206 #define DP_RX_LIST_APPEND(head, tail, elem) \ argument
1896 void __dp_rx_add_to_free_desc_list_reuse(union dp_rx_desc_list_elem_t **head, in __dp_rx_add_to_free_desc_list_reuse()
1920 void __dp_rx_add_to_free_desc_list_reuse(union dp_rx_desc_list_elem_t **head, in __dp_rx_add_to_free_desc_list_reuse()
2146 #define DP_RX_PROCESS_NBUF(soc, head, tail, ebuf_head, ebuf_tail, rx_desc) \ argument
[all …]
H A Ddp_rx_buffer_pool.h109 uint16_t head = buff_pool->head; in dp_rx_schedule_refill_thread() local
H A Ddp_rx_err.c2946 union dp_rx_desc_list_elem_t **head, in dp_rx_err_mpdu_pop()
3098 union dp_rx_desc_list_elem_t *head = NULL; in dp_rxdma_err_process() local
3159 union dp_rx_desc_list_elem_t **head, in dp_wbm_int_err_mpdu_pop()
3257 union dp_rx_desc_list_elem_t *head = NULL; in dp_handle_wbm_internal_error() local
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/1.0/
H A Ddp_rx_mon_dest_1.0.c170 union dp_rx_desc_list_elem_t **head, in dp_rx_mon_mpdu_pop()
488 union dp_rx_desc_list_elem_t **head, in dp_rx_mon_drop_one_mpdu()
605 union dp_rx_desc_list_elem_t **head, in dp_rx_mon_check_n_drop_mpdu()
640 union dp_rx_desc_list_elem_t **head, in dp_rx_mon_check_n_drop_mpdu()
656 union dp_rx_desc_list_elem_t *head = NULL; in dp_rx_mon_dest_process() local
959 union dp_rx_desc_list_elem_t *head = NULL; in dp_mon_dest_srng_drop_for_mac() local
1041 union dp_rx_desc_list_elem_t *head = NULL; in dp_mon_dest_srng_drop_for_mac() local
1328 union dp_rx_desc_list_elem_t **head, in dp_rx_mon_check_n_drop_mpdu()
/wlan-driver/wpa_supplicant_8/wpa_supplicant/
H A Dctrl_iface_udp.c
/wlan-driver/wpa_supplicant_8/src/wps/
H A Dwps_upnp.c
H A Dwps_attr_process.c
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/rh/
H A Ddp_rh_rx.c718 union dp_rx_desc_list_elem_t *head[MAX_PDEV_CNT]; in dp_rx_data_indication_handler() local
1300 qdf_nbuf_t head) in dp_rx_defrag_deliver_rh()
1538 union dp_rx_desc_list_elem_t *head = NULL; in dp_rx_frag_indication_handler() local
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/li/
H A Ddp_li_rx.c203 union dp_rx_desc_list_elem_t *head[MAX_PDEV_CNT]; in dp_rx_process_li() local
1104 union dp_rx_desc_list_elem_t *head[MAX_PDEV_CNT] = { NULL }; in dp_rx_wbm_err_reap_desc_li() local
/wlan-driver/qcacld-3.0/core/dp/htt/
H A Dhtt_rx_ll.c1054 static inline void htt_list_init(struct htt_list_node *head) in htt_list_init()
1061 static inline void htt_list_add_tail(struct htt_list_node *head, in htt_list_add_tail()
1078 #define HTT_LIST_ITER_FWD(iter, head) for (iter = (head)->next; \ argument
/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_tx_sched.c66 ol_tx_desc_list head; member
162 ol_tx_frms_queue_list head; member
487 ol_tx_frms_queue_list head; member
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/2.0/
H A Ddp_mon_2.0.h490 void __dp_mon_add_to_free_desc_list(union dp_mon_desc_list_elem_t **head, in __dp_mon_add_to_free_desc_list()
508 #define dp_mon_add_to_free_desc_list(head, tail, new) \ argument
/wlan-driver/qcacld-3.0/components/dp/core/src/
H A Dwlan_dp_rx_thread.c413 static void dp_rx_thread_adjust_nbuf_list(qdf_nbuf_t head) in dp_rx_thread_adjust_nbuf_list()
435 qdf_nbuf_t head; in dp_rx_tm_thread_dequeue() local

123