Searched refs:get_list_head (Results 1 – 10 of 10) sorted by relevance
/Linux-v6.6/drivers/staging/rtl8723bs/core/ |
D | rtw_sta_mgt.c | 85 list_add_tail(&psta->list, get_list_head(&pstapriv->free_sta_queue)); in _rtw_init_sta_priv() 127 phead = get_list_head(&pstapriv->free_sta_queue); in kfree_all_stainfo() 365 phead = get_list_head(ppending_recvframe_queue); in rtw_free_stainfo() 422 list_add_tail(&psta->list, get_list_head(pfree_sta_queue)); in rtw_free_stainfo() 536 phead = get_list_head(pacl_node_q); in rtw_access_ctrl()
|
D | rtw_xmit.c | 1456 phead = get_list_head(pfree_queue); in rtw_alloc_xmitbuf_ext() 1495 list_add_tail(&pxmitbuf->list, get_list_head(pfree_queue)); in rtw_free_xmitbuf_ext() 1515 phead = get_list_head(pfree_xmitbuf_queue); in rtw_alloc_xmitbuf() 1563 get_list_head(pfree_xmitbuf_queue)); in rtw_free_xmitbuf() 1614 phead = get_list_head(pfree_xmit_queue); in rtw_alloc_xmitframe() 1641 phead = get_list_head(queue); in rtw_alloc_xmitframe_ext() 1712 list_add_tail(&pxmitframe->list, get_list_head(queue)); in rtw_free_xmitframe() 1736 phead = get_list_head(pframequeue); in rtw_free_xmitframe_queue() 1815 list_add_tail(&ptxservq->tx_pending, get_list_head(phwxmits[ac_index].sta_queue)); in rtw_xmit_classifier() 1817 list_add_tail(&pxmitframe->list, get_list_head(&ptxservq->sta_pending)); in rtw_xmit_classifier() [all …]
|
D | rtw_recv.c | 116 phead = get_list_head(pfree_recv_queue); in _rtw_alloc_recvframe() 160 list_add_tail(&(precvframe->u.hdr.list), get_list_head(pfree_recv_queue)); in rtw_free_recvframe() 183 list_add_tail(&(precvframe->u.hdr.list), get_list_head(queue)); in _rtw_enqueue_recvframe() 220 phead = get_list_head(pframequeue); in rtw_free_recvframe_queue() 253 list_add(&precvbuf->list, get_list_head(queue)); in rtw_enqueue_recvbuf_to_head() 266 list_add_tail(&precvbuf->list, get_list_head(queue)); in rtw_enqueue_recvbuf() 282 phead = get_list_head(queue); in rtw_dequeue_recvbuf() 958 xmitframe_phead = get_list_head(&psta->sleep_q); in validate_recv_ctrl_frame() 1030 phead = get_list_head(defrag_q); in recvframe_defrag() 1047 plist = get_list_head(defrag_q); in recvframe_defrag() [all …]
|
D | rtw_mlme.c | 215 list_add_tail(&(pnetwork->list), get_list_head(free_queue)); in _rtw_free_network_nolock() 237 phead = get_list_head(scanned_queue); in _rtw_find_network() 263 phead = get_list_head(scanned_queue); in rtw_free_network_queue() 407 phead = get_list_head(scanned_queue); in _rtw_find_same_network() 428 phead = get_list_head(scanned_queue); in rtw_get_oldest_wlan_network() 523 phead = get_list_head(queue); in rtw_update_scanned_network() 849 phead = get_list_head(scan_queue); in free_scanqueue() 1748 phead = get_list_head(queue); in rtw_select_roaming_candidate() 1846 phead = get_list_head(queue); in rtw_select_and_join_from_scanned_queue()
|
D | rtw_ap.c | 1192 phead = get_list_head(pacl_node_q); in rtw_acl_add_sta() 1221 list_add_tail(&paclnode->list, get_list_head(pacl_node_q)); in rtw_acl_add_sta() 1244 phead = get_list_head(pacl_node_q); in rtw_acl_remove_sta() 2147 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 | 3659 phead = get_list_head(queue); in issue_action_BSSCoexistPacket() 5882 xmitframe_phead = get_list_head(&psta_bmc->sleep_q); in chk_bmc_sleepq_hdl()
|
/Linux-v6.6/drivers/staging/rtl8723bs/hal/ |
D | rtl8723bs_xmit.c | 221 sta_phead = get_list_head(phwxmit->sta_queue); in xmit_xmitframes() 230 frame_phead = get_list_head(pframe_queue); in xmit_xmitframes() 572 phead = get_list_head(pqueue); in rtl8723bs_free_xmit_priv()
|
/Linux-v6.6/drivers/staging/rtl8723bs/include/ |
D | osdep_service_linux.h | 53 static inline struct list_head *get_list_head(struct __queue *queue) in get_list_head() function
|
/Linux-v6.6/drivers/staging/rtl8723bs/os_dep/ |
D | ioctl_cfg80211.c | 1144 phead = get_list_head(queue); in rtw_cfg80211_surveydone_event_callback()
|