Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8188eu/core/
Drtw_xmit.c1225 phead = get_list_head(pfree_queue); in rtw_alloc_xmitbuf_ext()
1265 list_add_tail(&(pxmitbuf->list), get_list_head(pfree_queue)); in rtw_free_xmitbuf_ext()
1289 phead = get_list_head(pfree_xmitbuf_queue); in rtw_alloc_xmitbuf()
1332 list_add_tail(&(pxmitbuf->list), get_list_head(pfree_xmitbuf_queue)); in rtw_free_xmitbuf()
1373 phead = get_list_head(pfree_xmit_queue); in rtw_alloc_xmitframe()
1429 list_add_tail(&pxmitframe->list, get_list_head(pfree_xmit_queue)); in rtw_free_xmitframe()
1453 phead = get_list_head(pframequeue); in rtw_free_xmitframe_queue()
1484 xmitframe_phead = get_list_head(pframe_queue); in dequeue_one_xmitframe()
1525 sta_phead = get_list_head(phwxmit->sta_queue); in rtw_dequeue_xframe()
1619 list_add_tail(&ptxservq->tx_pending, get_list_head(phwxmits[ac_index].sta_queue)); in rtw_xmit_classifier()
[all …]
Drtw_sta_mgt.c103 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()
Drtw_recv.c139 phead = get_list_head(pfree_recv_queue); in _rtw_alloc_recvframe()
200 list_add_tail(&(precvframe->list), get_list_head(pfree_recv_queue)); in rtw_free_recvframe()
220 list_add_tail(&(precvframe->list), get_list_head(queue)); in _rtw_enqueue_recvframe()
257 phead = get_list_head(pframequeue); in rtw_free_recvframe_queue()
1037 xmitframe_phead = get_list_head(&psta->sleep_q); in validate_recv_ctrl_frame()
1450 phead = get_list_head(defrag_q); in recvframe_defrag()
1467 plist = get_list_head(defrag_q); in recvframe_defrag()
1571 phead = get_list_head(pdefrag_q); in recvframe_chk_defrag()
1589 phead = get_list_head(pdefrag_q); in recvframe_chk_defrag()
1773 phead = get_list_head(ppending_recvframe_queue); in enqueue_reorder_recvframe()
[all …]
Drtw_mlme.c199 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()
745 phead = get_list_head(scan_queue); in free_scanqueue()
1532 phead = get_list_head(queue); in rtw_select_and_join_from_scanned_queue()
Drtw_ap.c1136 phead = get_list_head(pacl_node_q); in rtw_acl_add_sta()
1169 list_add_tail(&paclnode->list, get_list_head(pacl_node_q)); in rtw_acl_add_sta()
1196 phead = get_list_head(pacl_node_q); in rtw_acl_remove_sta()
1930 phead = get_list_head(pacl_node_q); in stop_ap_mode()
Drtw_ioctl_set.c47 phead = get_list_head(queue); in rtw_do_join()
Drtw_mlme_ext.c3487 phead = get_list_head(queue); in issue_action_BSSCoexistPacket()
5518 xmitframe_phead = get_list_head(&psta_bmc->sleep_q); in tx_beacon_hdl()
/linux-4.1.27/drivers/staging/rtl8723au/core/
Drtw_xmit.c1306 phead = get_list_head(pfree_queue); in rtw_alloc_xmitbuf23a_ext()
1341 list_add_tail(&pxmitbuf->list, get_list_head(pfree_queue)); in rtw_free_xmitbuf_ext23a()
1360 phead = get_list_head(pfree_xmitbuf_queue); in rtw_alloc_xmitbuf23a()
1406 get_list_head(pfree_xmitbuf_queue)); in rtw_free_xmitbuf23a()
1459 phead = get_list_head(pfree_xmit_queue); in rtw_alloc_xmitframe()
1493 phead = get_list_head(queue); in rtw_alloc_xmitframe23a_ext()
1538 list_add_tail(&pxmitframe->list, get_list_head(queue)); in rtw_free_xmitframe23a()
1571 phead = get_list_head(pframequeue); in rtw_free_xmitframe_queue23a()
1601 phead = get_list_head(pframe_queue); in dequeue_one_xmitframe()
1640 sta_phead = get_list_head(phwxmit->sta_queue); in rtw_dequeue_xframe23a()
[all …]
Drtw_recv.c117 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()
233 list_add(&precvbuf->list, get_list_head(queue)); in rtw_enqueue_recvbuf23a_to_head()
248 list_add_tail(&precvbuf->list, get_list_head(queue)); in rtw_enqueue_recvbuf23a()
264 phead = get_list_head(queue); in rtw_dequeue_recvbuf23a()
1109 xmitframe_phead = get_list_head(&psta->sleep_q); in validate_recv_ctrl_frame()
1584 phead = get_list_head(defrag_q); in recvframe_defrag()
1601 phead = get_list_head(defrag_q); in recvframe_defrag()
[all …]
Drtw_sta_mgt.c277 phead = get_list_head(ppending_recvframe_queue); in rtw_free_stainfo23a()
429 phead = get_list_head(pacl_node_q); in rtw_access_ctrl23a()
Drtw_mlme.c150 phead = get_list_head(scanned_queue); in rtw_find_network23a()
181 phead = get_list_head(scanned_queue); in rtw_free_network_queue23a()
336 phead = get_list_head(scanned_queue); in rtw_get_oldest_wlan_network23a()
447 phead = get_list_head(queue); in rtw_update_scanned_network()
720 phead = get_list_head(scan_queue); in free_scanqueue()
1633 phead = get_list_head(queue); in rtw_select_candidate_from_queue()
Drtw_ap.c1058 phead = get_list_head(pacl_node_q); in rtw_acl_add_sta23a()
1089 list_add_tail(&paclnode->list, get_list_head(pacl_node_q)); in rtw_acl_add_sta23a()
1115 phead = get_list_head(pacl_node_q); in rtw_acl_remove_sta23a()
1880 phead = get_list_head(pacl_node_q); in stop_ap_mode23a()
Drtw_mlme_ext.c6113 phead = get_list_head(&psta_bmc->sleep_q); in tx_beacon_hdl23a()
/linux-4.1.27/drivers/staging/rtl8723au/include/
Dosdep_service.h55 static inline struct list_head *get_list_head(struct rtw_queue *queue) in get_list_head() function
/linux-4.1.27/drivers/staging/rtl8188eu/include/
Dosdep_service.h65 static inline struct list_head *get_list_head(struct __queue *queue) in get_list_head() function
/linux-4.1.27/drivers/staging/rtl8188eu/hal/
Drtl8188eu_xmit.c533 xmitframe_phead = get_list_head(&ptxservq->sta_pending); in rtl8188eu_xmitframe_complete()
/linux-4.1.27/drivers/staging/rtl8188eu/os_dep/
Dioctl_linux.c987 phead = get_list_head(queue); in rtw_wx_set_wap()
1249 phead = get_list_head(queue); in rtw_wx_get_scan()
1334 phead = get_list_head(queue); in rtw_wx_set_essid()
/linux-4.1.27/drivers/staging/rtl8723au/os_dep/
Dioctl_cfg80211.c1280 phead = get_list_head(queue); in rtw_cfg80211_surveydone_event_callback()
2000 phead = get_list_head(queue); in cfg80211_rtw_connect()