Home
last modified time | relevance | path

Searched refs:get_list_head (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/staging/rtl8723bs/core/
H A Drtw_sta_mgt.c84 list_add_tail(&psta->list, get_list_head(&pstapriv->free_sta_queue)); in _rtw_init_sta_priv()
126 phead = get_list_head(&pstapriv->free_sta_queue); in kfree_all_stainfo()
363 phead = get_list_head(ppending_recvframe_queue); in rtw_free_stainfo()
420 list_add_tail(&psta->list, get_list_head(pfree_sta_queue)); in rtw_free_stainfo()
534 phead = get_list_head(pacl_node_q); in rtw_access_ctrl()
H A Drtw_recv.c115 phead = get_list_head(pfree_recv_queue); in _rtw_alloc_recvframe()
159 list_add_tail(&(precvframe->u.hdr.list), get_list_head(pfree_recv_queue)); in rtw_free_recvframe()
182 list_add_tail(&(precvframe->u.hdr.list), get_list_head(queue)); in _rtw_enqueue_recvframe()
219 phead = get_list_head(pframequeue); in rtw_free_recvframe_queue()
252 list_add(&precvbuf->list, get_list_head(queue)); in rtw_enqueue_recvbuf_to_head()
265 list_add_tail(&precvbuf->list, get_list_head(queue)); in rtw_enqueue_recvbuf()
281 phead = get_list_head(queue); in rtw_dequeue_recvbuf()
957 xmitframe_phead = get_list_head(&psta->sleep_q); in validate_recv_ctrl_frame()
1029 phead = get_list_head(defrag_q); in recvframe_defrag()
1046 plist = get_list_head(defrag_q); in recvframe_defrag()
[all …]
H A Drtw_ap.c1191 phead = get_list_head(pacl_node_q); in rtw_acl_add_sta()
1220 list_add_tail(&paclnode->list, get_list_head(pacl_node_q)); in rtw_acl_add_sta()
1243 phead = get_list_head(pacl_node_q); in rtw_acl_remove_sta()
2146 phead = get_list_head(pacl_node_q); in stop_ap_mode()
H A Drtw_ioctl_set.c46 phead = get_list_head(queue); in rtw_do_join()
/linux/drivers/staging/rtl8723bs/include/
H A Dosdep_service_linux.h51 static inline struct list_head *get_list_head(struct __queue *queue) in get_list_head() function