Home
last modified time | relevance | path

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

/linux-4.4.14/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()
1583 phead = get_list_head(defrag_q); in recvframe_defrag()
1600 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.c1077 phead = get_list_head(pacl_node_q); in rtw_acl_add_sta23a()
1108 list_add_tail(&paclnode->list, get_list_head(pacl_node_q)); in rtw_acl_add_sta23a()
1134 phead = get_list_head(pacl_node_q); in rtw_acl_remove_sta23a()
1866 phead = get_list_head(pacl_node_q); in stop_ap_mode23a()
Drtw_mlme_ext.c6100 phead = get_list_head(&psta_bmc->sleep_q); in tx_beacon_hdl23a()
/linux-4.4.14/drivers/staging/rtl8188eu/core/
Drtw_xmit.c1229 phead = get_list_head(pfree_queue); in rtw_alloc_xmitbuf_ext()
1269 list_add_tail(&(pxmitbuf->list), get_list_head(pfree_queue)); in rtw_free_xmitbuf_ext()
1293 phead = get_list_head(pfree_xmitbuf_queue); in rtw_alloc_xmitbuf()
1336 list_add_tail(&(pxmitbuf->list), get_list_head(pfree_xmitbuf_queue)); in rtw_free_xmitbuf()
1377 phead = get_list_head(pfree_xmit_queue); in rtw_alloc_xmitframe()
1433 list_add_tail(&pxmitframe->list, get_list_head(pfree_xmit_queue)); in rtw_free_xmitframe()
1457 phead = get_list_head(pframequeue); in rtw_free_xmitframe_queue()
1488 xmitframe_phead = get_list_head(pframe_queue); in dequeue_one_xmitframe()
1529 sta_phead = get_list_head(phwxmit->sta_queue); in rtw_dequeue_xframe()
1623 list_add_tail(&ptxservq->tx_pending, get_list_head(phwxmits[ac_index].sta_queue)); in rtw_xmit_classifier()
[all …]
Drtw_sta_mgt.c101 list_add_tail(&psta->list, get_list_head(&pstapriv->free_sta_queue)); in _rtw_init_sta_priv()
337 phead = get_list_head(ppending_recvframe_queue); in rtw_free_stainfo()
391 list_add_tail(&psta->list, get_list_head(pfree_sta_queue)); in rtw_free_stainfo()
515 phead = get_list_head(pacl_node_q); in rtw_access_ctrl()
Drtw_recv.c137 phead = get_list_head(pfree_recv_queue); in _rtw_alloc_recvframe()
189 list_add_tail(&(precvframe->list), get_list_head(pfree_recv_queue)); in rtw_free_recvframe()
207 list_add_tail(&(precvframe->list), get_list_head(queue)); in _rtw_enqueue_recvframe()
243 phead = get_list_head(pframequeue); in rtw_free_recvframe_queue()
1012 xmitframe_phead = get_list_head(&psta->sleep_q); in validate_recv_ctrl_frame()
1433 phead = get_list_head(defrag_q); in recvframe_defrag()
1450 plist = get_list_head(defrag_q); in recvframe_defrag()
1552 phead = get_list_head(pdefrag_q); in recvframe_chk_defrag()
1570 phead = get_list_head(pdefrag_q); in recvframe_chk_defrag()
1753 phead = get_list_head(ppending_recvframe_queue); in enqueue_reorder_recvframe()
[all …]
Drtw_mlme.c200 list_add_tail(&(pnetwork->list), get_list_head(free_queue)); in _rtw_free_network_nolock()
219 phead = get_list_head(scanned_queue); in rtw_find_network()
244 phead = get_list_head(scanned_queue); in rtw_free_network_queue()
366 phead = get_list_head(scanned_queue); in rtw_get_oldest_wlan_network()
452 phead = get_list_head(queue); in rtw_update_scanned_network()
743 phead = get_list_head(scan_queue); in free_scanqueue()
1538 phead = get_list_head(queue); in rtw_select_and_join_from_scanned_queue()
Drtw_ap.c1159 phead = get_list_head(pacl_node_q); in rtw_acl_add_sta()
1192 list_add_tail(&paclnode->list, get_list_head(pacl_node_q)); in rtw_acl_add_sta()
1219 phead = get_list_head(pacl_node_q); in rtw_acl_remove_sta()
1953 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.c1866 phead = get_list_head(queue); in issue_action_BSSCoexistPacket()
5561 xmitframe_phead = get_list_head(&psta_bmc->sleep_q); in tx_beacon_hdl()
/linux-4.4.14/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.4.14/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.4.14/drivers/staging/rtl8188eu/hal/
Drtl8188eu_xmit.c534 xmitframe_phead = get_list_head(&ptxservq->sta_pending); in rtl8188eu_xmitframe_complete()
/linux-4.4.14/drivers/staging/rtl8188eu/os_dep/
Dioctl_linux.c989 phead = get_list_head(queue); in rtw_wx_set_wap()
1251 phead = get_list_head(queue); in rtw_wx_get_scan()
1336 phead = get_list_head(queue); in rtw_wx_set_essid()
/linux-4.4.14/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()