/drivers/staging/rtl8723bs/core/ |
D | rtw_sta_mgt.c | 83 list_add_tail(&psta->list, get_list_head(&pstapriv->free_sta_queue)); in _rtw_init_sta_priv() 132 phead = get_list_head(&pstapriv->free_sta_queue); in kfree_all_stainfo() 414 phead = get_list_head(ppending_recvframe_queue); in rtw_free_stainfo() 472 list_add_tail(&psta->list, get_list_head(pfree_sta_queue)); in rtw_free_stainfo() 596 phead = get_list_head(pacl_node_q); in rtw_access_ctrl()
|
D | rtw_xmit.c | 1560 phead = get_list_head(pfree_queue); in rtw_alloc_xmitbuf_ext() 1604 list_add_tail(&pxmitbuf->list, get_list_head(pfree_queue)); in rtw_free_xmitbuf_ext() 1627 phead = get_list_head(pfree_xmitbuf_queue); in rtw_alloc_xmitbuf() 1686 get_list_head(pfree_xmitbuf_queue)); in rtw_free_xmitbuf() 1742 phead = get_list_head(pfree_xmit_queue); in rtw_alloc_xmitframe() 1771 phead = get_list_head(queue); in rtw_alloc_xmitframe_ext() 1848 list_add_tail(&pxmitframe->list, get_list_head(queue)); in rtw_free_xmitframe() 1876 phead = get_list_head(pframequeue); in rtw_free_xmitframe_queue() 1978 list_add_tail(&ptxservq->tx_pending, get_list_head(phwxmits[ac_index].sta_queue)); in rtw_xmit_classifier() 1980 list_add_tail(&pxmitframe->list, get_list_head(&ptxservq->sta_pending)); in rtw_xmit_classifier() [all …]
|
D | rtw_recv.c | 115 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() 229 phead = get_list_head(pframequeue); in rtw_free_recvframe_queue() 264 list_add(&precvbuf->list, get_list_head(queue)); in rtw_enqueue_recvbuf_to_head() 277 list_add_tail(&precvbuf->list, get_list_head(queue)); in rtw_enqueue_recvbuf() 293 phead = get_list_head(queue); in rtw_dequeue_recvbuf() 1152 xmitframe_phead = get_list_head(&psta->sleep_q); in validate_recv_ctrl_frame() 1716 phead = get_list_head(defrag_q); in recvframe_defrag() 1733 plist = get_list_head(defrag_q); in recvframe_defrag() [all …]
|
D | rtw_mlme.c | 231 list_add_tail(&(pnetwork->list), get_list_head(free_queue)); in _rtw_free_network_nolock() 256 phead = get_list_head(scanned_queue); in _rtw_find_network() 286 phead = get_list_head(scanned_queue); in rtw_free_network_queue() 438 phead = get_list_head(scanned_queue); in _rtw_find_same_network() 463 phead = get_list_head(scanned_queue); in rtw_get_oldest_wlan_network() 586 phead = get_list_head(queue); in rtw_update_scanned_network() 937 phead = get_list_head(scan_queue); in free_scanqueue() 1940 phead = get_list_head(queue); in rtw_select_roaming_candidate() 2071 phead = get_list_head(queue); in rtw_select_and_join_from_scanned_queue()
|
D | rtw_ap.c | 1350 phead = get_list_head(pacl_node_q); in rtw_acl_add_sta() 1383 list_add_tail(&paclnode->list, get_list_head(pacl_node_q)); in rtw_acl_add_sta() 1416 phead = get_list_head(pacl_node_q); in rtw_acl_remove_sta() 2415 phead = get_list_head(pacl_node_q); in stop_ap_mode()
|
D | rtw_ioctl_set.c | 61 phead = get_list_head(queue); in rtw_do_join()
|
D | rtw_mlme_ext.c | 4113 phead = get_list_head(queue); in issue_action_BSSCoexistPacket() 6696 xmitframe_phead = get_list_head(&psta_bmc->sleep_q); in chk_bmc_sleepq_hdl()
|
/drivers/staging/rtl8188eu/core/ |
D | rtw_xmit.c | 1175 list_add_tail(&pxmitbuf->list, get_list_head(pfree_queue)); in rtw_free_xmitbuf_ext() 1226 list_add_tail(&pxmitbuf->list, get_list_head(pfree_xmitbuf_queue)); in rtw_free_xmitbuf() 1313 list_add_tail(&pxmitframe->list, get_list_head(pfree_xmit_queue)); in rtw_free_xmitframe() 1334 phead = get_list_head(pframequeue); in rtw_free_xmitframe_queue() 1363 xmitframe_phead = get_list_head(pframe_queue); in dequeue_one_xmitframe() 1403 sta_phead = get_list_head(phwxmit->sta_queue); in rtw_dequeue_xframe() 1499 list_add_tail(&ptxservq->tx_pending, get_list_head(phwxmits[ac_index].sta_queue)); in rtw_xmit_classifier() 1501 list_add_tail(&pxmitframe->list, get_list_head(&ptxservq->sta_pending)); in rtw_xmit_classifier() 1666 list_add_tail(&pxmitframe->list, get_list_head(&psta->sleep_q)); in xmitframe_enqueue_for_sleeping_sta() 1691 list_add_tail(&pxmitframe->list, get_list_head(&psta->sleep_q)); in xmitframe_enqueue_for_sleeping_sta() [all …]
|
D | rtw_sta_mgt.c | 87 get_list_head(&pstapriv->free_sta_queue)); in _rtw_init_sta_priv() 321 phead = get_list_head(ppending_recvframe_queue); in rtw_free_stainfo() 374 list_add_tail(&psta->list, get_list_head(pfree_sta_queue)); in rtw_free_stainfo() 491 phead = get_list_head(pacl_node_q); in rtw_access_ctrl()
|
D | rtw_recv.c | 131 list_add_tail(&precvframe->list, get_list_head(pfree_recv_queue)); in rtw_free_recvframe() 141 list_add_tail(&precvframe->list, get_list_head(queue)); in _rtw_enqueue_recvframe() 172 phead = get_list_head(pframequeue); in rtw_free_recvframe_queue() 918 xmitframe_phead = get_list_head(&psta->sleep_q); in validate_recv_ctrl_frame() 1321 phead = get_list_head(defrag_q); in recvframe_defrag() 1337 plist = get_list_head(defrag_q); in recvframe_defrag() 1436 phead = get_list_head(pdefrag_q); in recvframe_chk_defrag() 1454 phead = get_list_head(pdefrag_q); in recvframe_chk_defrag() 1625 phead = get_list_head(ppending_recvframe_queue); in enqueue_reorder_recvframe() 1656 phead = get_list_head(ppending_recvframe_queue); in recv_indicatepkts_in_order()
|
D | rtw_mlme.c | 172 list_add_tail(&pnetwork->list, get_list_head(free_queue)); in rtw_free_network_nolock() 190 phead = get_list_head(scanned_queue); in rtw_find_network() 214 phead = get_list_head(scanned_queue); in rtw_free_network_queue() 323 phead = get_list_head(scanned_queue); in rtw_get_oldest_wlan_network() 402 phead = get_list_head(queue); in rtw_update_scanned_network() 695 phead = get_list_head(scan_queue); in free_scanqueue() 1466 phead = get_list_head(queue); in rtw_select_and_join_from_scanned_queue()
|
D | rtw_ap.c | 1037 phead = get_list_head(pacl_node_q); in rtw_acl_add_sta() 1070 list_add_tail(&paclnode->list, get_list_head(pacl_node_q)); in rtw_acl_add_sta() 1097 phead = get_list_head(pacl_node_q); in rtw_acl_remove_sta() 1746 phead = get_list_head(pacl_node_q); in stop_ap_mode()
|
D | rtw_ioctl_set.c | 25 phead = get_list_head(queue); in rtw_do_join()
|
D | rtw_mlme_ext.c | 1762 phead = get_list_head(queue); in issue_action_BSSCoexistPacket() 5402 xmitframe_phead = get_list_head(&psta_bmc->sleep_q); in tx_beacon_hdl()
|
/drivers/staging/rtl8188eu/include/ |
D | osdep_service.h | 51 static inline struct list_head *get_list_head(struct __queue *queue) in get_list_head() function
|
/drivers/staging/rtl8723bs/hal/ |
D | rtl8723bs_xmit.c | 251 sta_phead = get_list_head(phwxmit->sta_queue); in xmit_xmitframes() 277 frame_phead = get_list_head(pframe_queue); in xmit_xmitframes() 647 phead = get_list_head(pqueue); in rtl8723bs_free_xmit_priv()
|
/drivers/staging/rtl8723bs/include/ |
D | osdep_service_linux.h | 72 static inline struct list_head *get_list_head(struct __queue *queue) in get_list_head() function
|
/drivers/staging/rtl8188eu/hal/ |
D | rtl8188eu_xmit.c | 509 xmitframe_phead = get_list_head(&ptxservq->sta_pending); in rtl8188eu_xmitframe_complete()
|
/drivers/staging/rtl8188eu/os_dep/ |
D | ioctl_linux.c | 965 phead = get_list_head(queue); in rtw_wx_set_wap() 1224 phead = get_list_head(queue); in rtw_wx_get_scan() 1308 phead = get_list_head(queue); in rtw_wx_set_essid()
|
/drivers/staging/rtl8723bs/os_dep/ |
D | ioctl_linux.c | 1157 phead = get_list_head(queue); in rtw_wx_set_wap() 1449 phead = get_list_head(queue); in rtw_wx_get_scan() 1553 phead = get_list_head(queue); in rtw_wx_set_essid() 2476 phead = get_list_head(queue); in rtw_get_ap_info()
|
D | ioctl_cfg80211.c | 1413 phead = get_list_head(queue); in rtw_cfg80211_surveydone_event_callback()
|