Home
last modified time | relevance | path

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

123

/wlan-dirver/qca-wifi-host-cmn/utils/sys/
H A Dqueue.h116 #define QMD_TRACE_HEAD(head) d argument
132 QMD_TRACE_HEAD(head) global() argument
151 SLIST_HEAD_INITIALIZER(head) global() argument
162 SLIST_EMPTY(head) global() argument
164 SLIST_FIRST(head) global() argument
166 SLIST_FOREACH(var,head,field) global() argument
171 SLIST_FOREACH_SAFE(var,head,field,tvar) global() argument
176 SLIST_FOREACH_PREVPTR(var,varp,head,field) global() argument
181 SLIST_INIT(head) global() argument
190 SLIST_INSERT_HEAD(head,elm,field) global() argument
197 SLIST_REMOVE(head,elm,type,field) global() argument
210 SLIST_REMOVE_HEAD(head,field) global() argument
224 STAILQ_HEAD_INITIALIZER(head) global() argument
243 STAILQ_EMPTY(head) global() argument
245 STAILQ_FIRST(head) global() argument
247 STAILQ_FOREACH(var,head,field) global() argument
252 STAILQ_FOREACH_SAFE(var,head,field,tvar) global() argument
257 STAILQ_INIT(head) global() argument
262 STAILQ_INSERT_AFTER(head,tqelm,elm,field) global() argument
269 STAILQ_INSERT_HEAD(head,elm,field) global() argument
276 STAILQ_INSERT_TAIL(head,elm,field) global() argument
282 STAILQ_LAST(head,type,field) global() argument
290 STAILQ_REMOVE(head,elm,type,field) global() argument
306 STAILQ_REMOVE_AFTER(head,elm,field) global() argument
316 STAILQ_REMOVE_HEAD(head,field) global() argument
323 STAILQ_REMOVE_HEAD_UNTIL(head,elm,field) global() argument
341 LIST_HEAD_INITIALIZER(head) global() argument
354 LIST_EMPTY(head) global() argument
356 LIST_FIRST(head) global() argument
358 LIST_FOREACH(var,head,field) global() argument
363 LIST_FOREACH_SAFE(var,head,field,tvar) global() argument
368 LIST_INIT(head) global() argument
388 LIST_INSERT_HEAD(head,elm,field) global() argument
414 COPY_HEADNAME(head) global() argument
417 COPY_HEADNAME(head) global() argument
428 TAILQ_HEAD_INITIALIZER(head) global() argument
442 TAILQ_EMPTY(head) global() argument
444 TAILQ_FIRST(head) global() argument
446 TAILQ_FOREACH(var,head,field) global() argument
451 TAILQ_FOREACH_SAFE(var,head,field,tvar) global() argument
456 TAILQ_FOREACH_REVERSE(var,head,headname,field) global() argument
461 TAILQ_FOREACH_REVERSE_SAFE(var,head,headname,field,tvar) global() argument
466 TAILQ_INIT(head) global() argument
473 TAILQ_INSERT_AFTER(head,listelm,elm,field) global() argument
497 TAILQ_INSERT_HEAD(head,elm,field) global() argument
509 TAILQ_INSERT_TAIL(head,elm,field) global() argument
518 TAILQ_LAST(head,headname) global() argument
526 TAILQ_REMOVE(head,elm,field) global() argument
566 *head = (struct quehead *)b; insque() local
[all...]
/wlan-dirver/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() argument
30 QDF_STATUS qdf_unregister_blocking_notifier_chain(qdf_blocking_notif_head *head, in qdf_unregister_blocking_notifier_chain() argument
41 QDF_STATUS qdf_blocking_notfier_call(qdf_blocking_notif_head *head, in qdf_blocking_notfier_call() argument
51 QDF_STATUS qdf_register_atomic_notifier_chain(qdf_atomic_notif_head *head, in qdf_register_atomic_notifier_chain() argument
61 QDF_STATUS qdf_unregister_atomic_notifier_chain(qdf_atomic_notif_head *head, in qdf_unregister_atomic_notifier_chain() argument
71 qdf_atomic_notfier_call(qdf_atomic_notif_head * head,unsigned long v,void * data) qdf_atomic_notfier_call() argument
[all...]
/wlan-dirver/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() argument
42 __qdf_unregister_blocking_notifier_chain(__qdf_blocking_notif_head *head, in __qdf_unregister_blocking_notifier_chain() argument
49 __qdf_blocking_notfier_call(__qdf_blocking_notif_head *head, in __qdf_blocking_notfier_call() argument
56 __qdf_register_atomic_notifier_chain(__qdf_atomic_notif_head *head, in __qdf_register_atomic_notifier_chain() argument
63 __qdf_unregister_atomic_notifier_chain(__qdf_atomic_notif_head *head, in __qdf_unregister_atomic_notifier_chain() argument
70 __qdf_atomic_notifier_call(__qdf_atomic_notif_head * head,unsigned long v,void * data) __qdf_atomic_notifier_call() argument
[all...]
H A Di_qdf_hashtable.h55 __qdf_hl_for_each_entry_safe(pos,n,head,member) global() argument
58 __qdf_hl_for_each_entry_rcu(pos,head,member) global() argument
/wlan-dirver/qca-wifi-host-cmn/qdf/inc/
H A Dqdf_notifier.h132 qdf_register_blocking_notifier_chain(qdf_blocking_notif_head * head,qdf_notif_block * qnb) qdf_register_blocking_notifier_chain() argument
139 qdf_unregister_blocking_notifier_chain(qdf_blocking_notif_head * head,qdf_notif_block * qnb) qdf_unregister_blocking_notifier_chain() argument
146 qdf_blocking_notfier_call(qdf_blocking_notif_head * head,unsigned long v,void * data) qdf_blocking_notfier_call() argument
153 qdf_register_atomic_notifier_chain(qdf_atomic_notif_head * head,qdf_notif_block * qnb) qdf_register_atomic_notifier_chain() argument
160 qdf_unregister_atomic_notifier_chain(qdf_atomic_notif_head * head,qdf_notif_block * qnb) qdf_unregister_atomic_notifier_chain() argument
166 qdf_atomic_notfier_call(qdf_atomic_notif_head * head,unsigned long v,void * data) qdf_atomic_notfier_call() argument
[all...]
H A Dqdf_hashtable.h164 qdf_hl_for_each_entry_rcu(pos,head,member) global() argument
175 qdf_hl_for_each_entry_safe(pos,n,head,member) global() argument
H A Dqdf_nbuf.h1458 * qdf_nbuf_queue_head_dequeue() - dequeue nbuf from the head of queue in qdf_nbuf_queue_head_lock() argument
1469 qdf_nbuf_queue_head_unlock(qdf_nbuf_queue_head_t * head) qdf_nbuf_queue_head_unlock() argument
3079 qdf_nbuf_queue_init(qdf_nbuf_queue_t * head) qdf_nbuf_queue_init() argument
3091 qdf_nbuf_queue_add(qdf_nbuf_queue_t * head,qdf_nbuf_t buf) qdf_nbuf_queue_add() argument
3104 qdf_nbuf_queue_insert_head(qdf_nbuf_queue_t * head,qdf_nbuf_t buf) qdf_nbuf_queue_insert_head() argument
3115 qdf_nbuf_queue_remove_last(qdf_nbuf_queue_t * head) qdf_nbuf_queue_remove_last() argument
3126 qdf_nbuf_queue_remove(qdf_nbuf_queue_t * head) qdf_nbuf_queue_remove() argument
3137 qdf_nbuf_queue_len(qdf_nbuf_queue_t * head) qdf_nbuf_queue_len() argument
3172 qdf_nbuf_queue_free(qdf_nbuf_queue_t * head) qdf_nbuf_queue_free() argument
3181 qdf_nbuf_queue_first(qdf_nbuf_queue_t * head) qdf_nbuf_queue_first() argument
3187 qdf_nbuf_queue_last(qdf_nbuf_queue_t * head) qdf_nbuf_queue_last() argument
[all...]
H A Dqdf_list.h98 #define QDF_LIST_INIT(tail, head) __QDF_LIST_INIT(tail, head) argument
/wlan-dirver/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() argument
271 qdf_list_t *head; in tdls_add_peer() local
328 tdls_find_progress_peer_in_list(qdf_list_t * head,const uint8_t * macaddr,uint8_t skip_self) tdls_find_progress_peer_in_list() argument
371 qdf_list_t *head; tdls_find_progress_peer() local
458 qdf_list_t *head; tdls_find_first_connected_peer() local
1198 qdf_list_t *head; tdls_peer_idle_timers_destroy() local
1230 qdf_list_t *head; tdls_free_peer_list() local
[all...]
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
1022 qdf_list_t *head; tdls_ct_process_handler() local
[all...]
H A Dwlan_tdls_main.c384 qdf_list_t *head; in __tdls_get_all_peers_from_list() local
2172 head in tdls_check_peer_buf_capable() local
774 qdf_list_t *head; tdls_peer_idle_timers_stop() local
[all...]
/wlan-dirver/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; dp_rx_refill_buff_pool_dequeue_nbuf() local
289 uint16_t head = 0; dp_rx_refill_buff_pool_init() local
[all...]
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() argument
1120 dp_rx_defrag_deliver(struct dp_txrx_peer * txrx_peer,unsigned int tid,qdf_nbuf_t head) dp_rx_defrag_deliver() argument
1151 dp_rx_defrag_reo_reinject(struct dp_txrx_peer * txrx_peer,unsigned int tid,qdf_nbuf_t head) dp_rx_defrag_reo_reinject() argument
1215 dp_rx_defrag_reo_reinject(struct dp_txrx_peer * txrx_peer,unsigned int tid,qdf_nbuf_t head) dp_rx_defrag_reo_reinject() argument
1831 dp_rx_defrag_store_fragment(struct dp_soc * soc,hal_ring_desc_t ring_desc,union dp_rx_desc_list_elem_t ** head,union dp_rx_desc_list_elem_t ** tail,struct hal_rx_mpdu_desc_info * mpdu_desc_info,unsigned int tid,struct dp_rx_desc * rx_desc,uint32_t * rx_bfs) dp_rx_defrag_store_fragment() argument
[all...]
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 __dp_rx_add_to_free_desc_list(union dp_rx_desc_list_elem_t ** head,union dp_rx_desc_list_elem_t ** tail,struct dp_rx_desc * new,const char * func_name) __dp_rx_add_to_free_desc_list() argument
1199 DP_RX_HEAD_APPEND(head,elem) global() argument
1206 DP_RX_LIST_APPEND(head,tail,elem) global() argument
1896 __dp_rx_add_to_free_desc_list_reuse(union dp_rx_desc_list_elem_t ** head,union dp_rx_desc_list_elem_t ** tail,struct dp_rx_desc * new,const char * func_name) __dp_rx_add_to_free_desc_list_reuse() argument
1920 __dp_rx_add_to_free_desc_list_reuse(union dp_rx_desc_list_elem_t ** head,union dp_rx_desc_list_elem_t ** tail,struct dp_rx_desc * new,const char * func_name) __dp_rx_add_to_free_desc_list_reuse() argument
2146 DP_RX_PROCESS_NBUF(soc,head,tail,ebuf_head,ebuf_tail,rx_desc) global() argument
2163 DP_RX_PROCESS_NBUF(soc,head,tail,ebuf_head,ebuf_tail,rx_desc) global() argument
[all...]
H A Ddp_rx_err.c3131 &head, &tail); in dp_wbm_int_err_mpdu_pop() argument
2918 dp_rx_err_mpdu_pop(struct dp_soc * soc,uint32_t mac_id,hal_rxdma_desc_t rxdma_dst_ring_desc,union dp_rx_desc_list_elem_t ** head,union dp_rx_desc_list_elem_t ** tail) dp_rx_err_mpdu_pop() argument
3070 union dp_rx_desc_list_elem_t *head = NULL; dp_rxdma_err_process() local
3229 union dp_rx_desc_list_elem_t *head = NULL; dp_handle_wbm_internal_error() local
[all...]
H A Ddp_rx_buffer_pool.h109 uint16_t head = buff_pool->head; in dp_rx_schedule_refill_thread() local
/wlan-dirver/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() argument
488 union dp_rx_desc_list_elem_t **head, in dp_rx_mon_drop_one_mpdu() argument
605 union dp_rx_desc_list_elem_t **head, in dp_rx_mon_check_n_drop_mpdu() argument
640 dp_rx_mon_check_n_drop_mpdu(struct dp_pdev * pdev,uint32_t mac_id,hal_rxdma_desc_t rxdma_dst_ring_desc,union dp_rx_desc_list_elem_t ** head,union dp_rx_desc_list_elem_t ** tail,uint32_t * rx_bufs_dropped) dp_rx_mon_check_n_drop_mpdu() argument
656 union dp_rx_desc_list_elem_t *head = NULL; dp_rx_mon_dest_process() local
959 union dp_rx_desc_list_elem_t *head = NULL; dp_mon_dest_srng_drop_for_mac() local
1041 union dp_rx_desc_list_elem_t *head = NULL; dp_mon_dest_srng_drop_for_mac() local
1328 dp_rx_mon_check_n_drop_mpdu(struct dp_pdev * pdev,uint32_t mac_id,hal_rxdma_desc_t rxdma_dst_ring_desc,union dp_rx_desc_list_elem_t ** head,union dp_rx_desc_list_elem_t ** tail,uint32_t * rx_bufs_dropped) dp_rx_mon_check_n_drop_mpdu() argument
[all...]
/wlan-dirver/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() argument
1538 union dp_rx_desc_list_elem_t *head = NULL; dp_rx_frag_indication_handler() local
[all...]
/wlan-dirver/qcacld-3.0/components/dp/core/src/
H A Dwlan_dp_fpm.c
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() argument
435 qdf_nbuf_t head; in dp_rx_tm_thread_dequeue() local
[all...]
/wlan-dirver/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-dirver/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() argument
1061 static inline void htt_list_add_tail(struct htt_list_node *head, in htt_list_add_tail() argument
1078 HTT_LIST_ITER_FWD(iter,head) global() argument
[all...]
/wlan-dirver/qca-wifi-host-cmn/dp/wifi3.0/monitor/inc/
H A Ddp_full_mon.h
/wlan-dirver/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; global() member
[all...]
/wlan-dirver/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() argument
508 #define dp_mon_add_to_free_desc_list(head, tai argument
[all...]

123