Home
last modified time | relevance | path

Searched refs:__queue (Results 1 – 25 of 147) sorted by relevance

123456

/OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/include/
H A Drtw_recv.h33 struct __queue pending_recvframe_queue;
156 struct __queue free_recv_queue;
157 struct __queue recv_pending_queue;
158 struct __queue uc_swdec_pending_queue;
172 struct __queue free_recv_buf_queue;
194 struct __queue defrag_q; /* keeping the fragment frame until defrag */
230 struct recv_frame *_rtw_alloc_recvframe(struct __queue *pfree_recv_queue);
231 struct recv_frame *rtw_alloc_recvframe(struct __queue *pfree_recv_queue);
235 struct __queue *pfree_recv_queue);
238 struct __queue *queue);
[all …]
H A Drtw_xmit.h95 struct __queue *sta_queue;
217 struct __queue sta_pending;
249 struct __queue be_pending;
250 struct __queue bk_pending;
251 struct __queue vi_pending;
252 struct __queue vo_pending;
253 struct __queue bm_pending;
257 struct __queue free_xmit_queue;
281 struct __queue free_xmitbuf_queue;
282 struct __queue pending_xmitbuf_queue;
[all …]
H A Dosdep_service.h46 struct __queue { struct
51 static inline struct list_head *get_list_head(struct __queue *queue) in get_list_head() argument
67 void _rtw_init_queue(struct __queue *pqueue);
H A Dsta_info.h33 struct __queue acl_node_q;
77 struct __queue sleep_q;
285 struct __queue free_sta_queue;
290 struct __queue sleep_q;
291 struct __queue wakeup_q;
H A Drtw_mlme.h117 struct __queue free_bss_pool;
118 struct __queue scanned_queue;
306 struct wlan_network *rtw_find_network(struct __queue *scanned_queue, u8 *addr);
307 struct wlan_network *rtw_get_oldest_wlan_network(struct __queue *scanned_queue);
/OK3568_Linux_fs/kernel/drivers/staging/rtl8712/
H A Drtl871x_xmit.h82 struct __queue *sta_queue;
162 struct __queue sta_pending;
197 struct __queue be_pending;
198 struct __queue bk_pending;
199 struct __queue vi_pending;
200 struct __queue vo_pending;
201 struct __queue bm_pending;
202 struct __queue legacy_dz_queue;
203 struct __queue apsd_queue;
209 struct __queue free_xmit_queue;
[all …]
H A Drtl871x_recv.h21 struct __queue pending_recvframe_queue;
84 struct __queue free_recv_queue;
85 struct __queue recv_pending_queue;
104 struct __queue free_recv_buf_queue;
118 struct __queue defrag_q; /* keeping the fragment frame until defrag */
128 union recv_frame *r8712_alloc_recvframe(struct __queue *pfree_recv_queue);
130 struct __queue *pfree_recv_queue);
131 void r8712_free_recvframe_queue(struct __queue *pframequeue,
132 struct __queue *pfree_recv_queue);
H A Dsta_info.h93 struct __queue free_sta_queue;
97 struct __queue sleep_q;
98 struct __queue wakeup_q;
H A Drtl8712_recv.c115 struct __queue *pfree_recv_queue) in r8712_free_recvframe()
172 struct __queue *defrag_q) in recvframe_defrag()
179 struct __queue *pfree_recv_queue; in recvframe_defrag()
243 struct __queue *pfree_recv_queue, *pdefrag_q; in r8712_recvframe_chk_defrag()
322 struct __queue *pfree_recv_queue = &(precvpriv->free_recv_queue); in amsdu_to_msdu()
470 struct __queue *ppending_recvframe_queue = in enqueue_reorder_recvframe()
501 struct __queue *ppending_recvframe_queue = in r8712_recv_indicatepkts_in_order()
555 struct __queue *ppending_recvframe_queue = in recv_indicatepkt_reorder()
608 struct __queue *ppending_recvframe_queue = in r8712_reordering_ctrl_timeout_handler()
923 struct __queue *pfree_recv_queue = &padapter->recvpriv.free_recv_queue; in recv_func()
[all …]
H A Drtl871x_mlme.h87 struct __queue free_bss_pool;
88 struct __queue scanned_queue;
184 struct __queue *scanned_queue);
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/include/
H A Drtw_recv.h49 struct __queue pending_recvframe_queue;
218 struct __queue free_recv_queue;
219 struct __queue recv_pending_queue;
220 struct __queue uc_swdec_pending_queue;
245 struct __queue free_recv_buf_queue;
248 struct __queue recv_buf_pending_queue;
282 struct __queue defrag_q; /* keeping the fragment frame until defrag */
385 extern union recv_frame *_rtw_alloc_recvframe(struct __queue *pfree_recv_queue); /* get a free rec…
386 extern union recv_frame *rtw_alloc_recvframe(struct __queue *pfree_recv_queue); /* get a free recv…
387 extern int rtw_free_recvframe(union recv_frame *precvframe, struct __queue *pfree_recv_queue);
[all …]
H A Drtw_xmit.h133 struct __queue *sta_queue;
309 struct __queue sta_pending;
368 struct __queue be_pending;
369 struct __queue bk_pending;
370 struct __queue vi_pending;
371 struct __queue vo_pending;
372 struct __queue bm_pending;
380 struct __queue free_xmit_queue;
388 struct __queue free_xframe_ext_queue;
423 struct __queue free_xmitbuf_queue;
[all …]
H A Dcmd_osdep.h15 int _rtw_enqueue_cmd(struct __queue *queue, struct cmd_obj *obj);
16 extern struct cmd_obj *_rtw_dequeue_cmd(struct __queue *queue);
H A Dsta_info.h31 struct __queue acl_node_q;
80 struct __queue sleep_q;
315 struct __queue free_sta_queue;
320 struct __queue sleep_q;
321 struct __queue wakeup_q;
H A Drtw_mlme.h349 struct __queue free_bss_pool;
350 struct __queue scanned_queue;
564 extern struct wlan_network* rtw_find_network(struct __queue *scanned_queue, u8 *addr);
565 extern struct wlan_network* rtw_get_oldest_wlan_network(struct __queue *scanned_queue);
566 struct wlan_network *_rtw_find_same_network(struct __queue *scanned_queue, struct wlan_network *net…
603 extern struct wlan_network* _rtw_find_network(struct __queue *scanned_queue, u8 *addr);
H A Dosdep_service_linux.h47 struct __queue { struct
72 static inline struct list_head *get_list_head(struct __queue *queue) in get_list_head() argument
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/debug/backend/
H A Dmali_kbase_debug_ktrace_csf.h182 struct kbase_queue *__queue = queue; \
184 KBASE_KTRACE_RBUF_ADD_CSF(kbdev, code, __group, __queue, 0u, \
187 __queue, __info_val); \
194 struct kbase_kcpu_command_queue *__queue = queue; \
197 KBASE_KTRACE_RBUF_ADD_CSF_KCPU(kbdev, code, __queue, \
199 KBASE_KTRACE_FTRACE_ADD_KCPU(code, __queue, \
/OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/core/
H A Drtw_recv.c92 struct recv_frame *_rtw_alloc_recvframe(struct __queue *pfree_recv_queue) in _rtw_alloc_recvframe()
104 struct recv_frame *rtw_alloc_recvframe(struct __queue *pfree_recv_queue) in rtw_alloc_recvframe()
118 struct __queue *pfree_recv_queue) in rtw_free_recvframe()
138 int _rtw_enqueue_recvframe(struct recv_frame *precvframe, struct __queue *queue) in _rtw_enqueue_recvframe()
146 int rtw_enqueue_recvframe(struct recv_frame *precvframe, struct __queue *queue) in rtw_enqueue_recvframe()
165 void rtw_free_recvframe_queue(struct __queue *pframequeue, struct __queue *pfree_recv_queue) in rtw_free_recvframe_queue()
1309 struct __queue *defrag_q) in recvframe_defrag()
1316 struct __queue *pfree_recv_queue; in recvframe_defrag()
1393 struct __queue *pfree_recv_queue, *pdefrag_q; in recvframe_chk_defrag()
1490 struct __queue *pfree_recv_queue = &precvpriv->free_recv_queue; in amsdu_to_msdu()
[all …]
H A Drtw_sta_mgt.c171 struct __queue *pfree_sta_queue; in rtw_alloc_stainfo()
254 struct __queue *pfree_sta_queue; in rtw_free_stainfo()
310 struct __queue *ppending_recvframe_queue; in rtw_free_stainfo()
311 struct __queue *pfree_recv_queue = &padapter->recvpriv.free_recv_queue; in rtw_free_stainfo()
488 struct __queue *pacl_node_q = &pacl_list->acl_node_q; in rtw_access_ctrl()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/core/
H A Drtw_recv.c104 union recv_frame *_rtw_alloc_recvframe(struct __queue *pfree_recv_queue) in _rtw_alloc_recvframe()
132 union recv_frame *rtw_alloc_recvframe(struct __queue *pfree_recv_queue) in rtw_alloc_recvframe()
145 int rtw_free_recvframe(union recv_frame *precvframe, struct __queue *pfree_recv_queue) in rtw_free_recvframe()
172 sint _rtw_enqueue_recvframe(union recv_frame *precvframe, struct __queue *queue) in _rtw_enqueue_recvframe()
191 sint rtw_enqueue_recvframe(union recv_frame *precvframe, struct __queue *queue) in rtw_enqueue_recvframe()
222 void rtw_free_recvframe_queue(struct __queue *pframequeue, struct __queue *pfree_recv_queue) in rtw_free_recvframe_queue()
259 sint rtw_enqueue_recvbuf_to_head(struct recv_buf *precvbuf, struct __queue *queue) in rtw_enqueue_recvbuf_to_head()
271 sint rtw_enqueue_recvbuf(struct recv_buf *precvbuf, struct __queue *queue) in rtw_enqueue_recvbuf()
283 struct recv_buf *rtw_dequeue_recvbuf(struct __queue *queue) in rtw_dequeue_recvbuf()
1704 struct __queue *defrag_q) in recvframe_defrag()
[all …]
H A Drtw_sta_mgt.c193 struct __queue *pfree_sta_queue; in rtw_alloc_stainfo()
309 struct __queue *pfree_sta_queue; in rtw_free_stainfo()
402 struct __queue *ppending_recvframe_queue; in rtw_free_stainfo()
403 struct __queue *pfree_recv_queue = &padapter->recvpriv.free_recv_queue; in rtw_free_stainfo()
593 struct __queue *pacl_node_q = &pacl_list->acl_node_q; in rtw_access_ctrl()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/include/
H A Dosdep_service_ce.h51 struct __queue { struct
58 typedef struct __queue _queue; argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/include/
H A Dosdep_service_ce.h51 struct __queue { struct
58 typedef struct __queue _queue; argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/include/
H A Dosdep_service_ce.h51 struct __queue { struct
58 typedef struct __queue _queue; argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/include/
H A Dosdep_service_ce.h50 struct __queue { struct
57 typedef struct __queue _queue; argument

123456