/drivers/staging/rtl8723au/core/ |
D | rtw_xmit.c | 1351 phead = get_list_head(pfree_queue); in rtw_alloc_xmitbuf23a_ext() 1386 list_add_tail(&pxmitbuf->list, get_list_head(pfree_queue)); in rtw_free_xmitbuf_ext23a() 1405 phead = get_list_head(pfree_xmitbuf_queue); in rtw_alloc_xmitbuf23a() 1451 get_list_head(pfree_xmitbuf_queue)); in rtw_free_xmitbuf23a() 1504 phead = get_list_head(pfree_xmit_queue); in rtw_alloc_xmitframe() 1536 phead = get_list_head(queue); in rtw_alloc_xmitframe23a_ext() 1578 list_add_tail(&pxmitframe->list, get_list_head(queue)); in rtw_free_xmitframe23a() 1607 phead = get_list_head(pframequeue); in rtw_free_xmitframe_queue23a() 1638 phead = get_list_head(pframe_queue); in dequeue_one_xmitframe() 1677 sta_phead = get_list_head(phwxmit->sta_queue); in rtw_dequeue_xframe23a() [all …]
|
D | rtw_recv.c | 117 phead = get_list_head(pfree_recv_queue); in rtw_alloc_recvframe23a() 153 list_add_tail(&precvframe->list, get_list_head(pfree_recv_queue)); in rtw_free_recvframe23a() 176 list_add_tail(&precvframe->list, get_list_head(queue)); in rtw_enqueue_recvframe23a() 203 phead = get_list_head(pframequeue); in rtw_free_recvframe23a_queue() 232 list_add(&precvbuf->list, get_list_head(queue)); in rtw_enqueue_recvbuf23a_to_head() 246 list_add_tail(&precvbuf->list, get_list_head(queue)); in rtw_enqueue_recvbuf23a() 262 phead = get_list_head(queue); in rtw_dequeue_recvbuf23a() 1157 xmitframe_phead = get_list_head(&psta->sleep_q); in validate_recv_ctrl_frame() 1638 phead = get_list_head(defrag_q); in recvframe_defrag() 1655 phead = get_list_head(defrag_q); in recvframe_defrag() [all …]
|
D | rtw_sta_mgt.c | 279 phead = get_list_head(ppending_recvframe_queue); in rtw_free_stainfo23a() 431 phead = get_list_head(pacl_node_q); in rtw_access_ctrl23a()
|
D | rtw_mlme.c | 152 phead = get_list_head(scanned_queue); in rtw_find_network23a() 183 phead = get_list_head(scanned_queue); in rtw_free_network_queue23a() 341 phead = get_list_head(scanned_queue); in rtw_get_oldest_wlan_network23a() 453 phead = get_list_head(queue); in rtw_update_scanned_network() 741 phead = get_list_head(scan_queue); in free_scanqueue() 1665 phead = get_list_head(queue); in rtw_select_candidate_from_queue()
|
D | rtw_ap.c | 1073 phead = get_list_head(pacl_node_q); in rtw_acl_add_sta23a() 1104 list_add_tail(&paclnode->list, get_list_head(pacl_node_q)); in rtw_acl_add_sta23a() 1131 phead = get_list_head(pacl_node_q); in rtw_acl_remove_sta23a() 1939 phead = get_list_head(pacl_node_q); in stop_ap_mode23a()
|
D | rtw_mlme_ext.c | 6133 phead = get_list_head(&psta_bmc->sleep_q); in tx_beacon_hdl23a()
|
/drivers/staging/rtl8188eu/core/ |
D | rtw_xmit.c | 1227 phead = get_list_head(pfree_queue); in rtw_alloc_xmitbuf_ext() 1267 list_add_tail(&(pxmitbuf->list), get_list_head(pfree_queue)); in rtw_free_xmitbuf_ext() 1291 phead = get_list_head(pfree_xmitbuf_queue); in rtw_alloc_xmitbuf() 1334 list_add_tail(&(pxmitbuf->list), get_list_head(pfree_xmitbuf_queue)); in rtw_free_xmitbuf() 1375 phead = get_list_head(pfree_xmit_queue); in rtw_alloc_xmitframe() 1431 list_add_tail(&pxmitframe->list, get_list_head(pfree_xmit_queue)); in rtw_free_xmitframe() 1455 phead = get_list_head(pframequeue); in rtw_free_xmitframe_queue() 1486 xmitframe_phead = get_list_head(pframe_queue); in dequeue_one_xmitframe() 1527 sta_phead = get_list_head(phwxmit->sta_queue); in rtw_dequeue_xframe() 1621 list_add_tail(&ptxservq->tx_pending, get_list_head(phwxmits[ac_index].sta_queue)); in rtw_xmit_classifier() [all …]
|
D | rtw_sta_mgt.c | 103 list_add_tail(&psta->list, get_list_head(&pstapriv->free_sta_queue)); in _rtw_init_sta_priv() 157 phead = get_list_head(&pstapriv->free_sta_queue); in rtw_mfree_all_stainfo() 362 phead = get_list_head(ppending_recvframe_queue); in rtw_free_stainfo() 416 list_add_tail(&psta->list, get_list_head(pfree_sta_queue)); in rtw_free_stainfo() 540 phead = get_list_head(pacl_node_q); in rtw_access_ctrl()
|
D | rtw_recv.c | 137 phead = get_list_head(pfree_recv_queue); in _rtw_alloc_recvframe() 198 list_add_tail(&(precvframe->list), get_list_head(pfree_recv_queue)); in rtw_free_recvframe() 218 list_add_tail(&(precvframe->list), get_list_head(queue)); in _rtw_enqueue_recvframe() 255 phead = get_list_head(pframequeue); in rtw_free_recvframe_queue() 1035 xmitframe_phead = get_list_head(&psta->sleep_q); in validate_recv_ctrl_frame() 1449 phead = get_list_head(defrag_q); in recvframe_defrag() 1466 plist = get_list_head(defrag_q); in recvframe_defrag() 1570 phead = get_list_head(pdefrag_q); in recvframe_chk_defrag() 1588 phead = get_list_head(pdefrag_q); in recvframe_chk_defrag() 1773 phead = get_list_head(ppending_recvframe_queue); in enqueue_reorder_recvframe() [all …]
|
D | rtw_mlme.c | 199 list_add_tail(&(pnetwork->list), get_list_head(free_queue)); in _rtw_free_network_nolock() 218 phead = get_list_head(scanned_queue); in rtw_find_network() 243 phead = get_list_head(scanned_queue); in rtw_free_network_queue() 365 phead = get_list_head(scanned_queue); in rtw_get_oldest_wlan_network() 451 phead = get_list_head(queue); in rtw_update_scanned_network() 744 phead = get_list_head(scan_queue); in free_scanqueue() 1529 phead = get_list_head(queue); in rtw_select_and_join_from_scanned_queue()
|
D | rtw_ap.c | 1138 phead = get_list_head(pacl_node_q); in rtw_acl_add_sta() 1171 list_add_tail(&paclnode->list, get_list_head(pacl_node_q)); in rtw_acl_add_sta() 1199 phead = get_list_head(pacl_node_q); in rtw_acl_remove_sta() 1935 phead = get_list_head(pacl_node_q); in stop_ap_mode()
|
D | rtw_ioctl_set.c | 47 phead = get_list_head(queue); in rtw_do_join()
|
D | rtw_mlme_ext.c | 3486 phead = get_list_head(queue); in issue_action_BSSCoexistPacket() 5521 xmitframe_phead = get_list_head(&psta_bmc->sleep_q); in tx_beacon_hdl()
|
/drivers/staging/rtl8723au/include/ |
D | osdep_service.h | 55 static inline struct list_head *get_list_head(struct rtw_queue *queue) in get_list_head() function
|
/drivers/staging/rtl8188eu/include/ |
D | osdep_service.h | 65 static inline struct list_head *get_list_head(struct __queue *queue) in get_list_head() function
|
/drivers/staging/rtl8188eu/hal/ |
D | rtl8188eu_xmit.c | 533 xmitframe_phead = get_list_head(&ptxservq->sta_pending); in rtl8188eu_xmitframe_complete()
|
/drivers/staging/rtl8188eu/os_dep/ |
D | ioctl_linux.c | 987 phead = get_list_head(queue); in rtw_wx_set_wap() 1248 phead = get_list_head(queue); in rtw_wx_get_scan() 1333 phead = get_list_head(queue); in rtw_wx_set_essid()
|
/drivers/staging/rtl8723au/os_dep/ |
D | ioctl_cfg80211.c | 1286 phead = get_list_head(queue); in rtw_cfg80211_surveydone_event_callback() 2008 phead = get_list_head(queue); in cfg80211_rtw_connect()
|