Lines Matching refs:phead

138 		pxmitbuf->phead = pxmitbuf->pbuf;  in _rtw_init_xmit_priv()
141 pxmitbuf->pdata = pxmitbuf->ptail = pxmitbuf->phead; in _rtw_init_xmit_priv()
218 pxmitbuf->phead = pxmitbuf->pbuf; in _rtw_init_xmit_priv()
221 pxmitbuf->pdata = pxmitbuf->ptail = pxmitbuf->phead; in _rtw_init_xmit_priv()
248 pxmitbuf->phead = pxmitbuf->pbuf; in _rtw_init_xmit_priv()
251 pxmitbuf->pdata = pxmitbuf->ptail = pxmitbuf->phead; in _rtw_init_xmit_priv()
1406 pxmitbuf->pdata = pxmitbuf->ptail = pxmitbuf->phead; in __rtw_alloc_cmd_xmitbuf()
1448 struct list_head *plist, *phead; in rtw_alloc_xmitbuf_ext() local
1456 phead = get_list_head(pfree_queue); in rtw_alloc_xmitbuf_ext()
1458 plist = get_next(phead); in rtw_alloc_xmitbuf_ext()
1471 pxmitbuf->pdata = pxmitbuf->ptail = pxmitbuf->phead; in rtw_alloc_xmitbuf_ext()
1507 struct list_head *plist, *phead; in rtw_alloc_xmitbuf() local
1515 phead = get_list_head(pfree_xmitbuf_queue); in rtw_alloc_xmitbuf()
1517 plist = get_next(phead); in rtw_alloc_xmitbuf()
1530 pxmitbuf->pdata = pxmitbuf->ptail = pxmitbuf->phead; in rtw_alloc_xmitbuf()
1606 struct list_head *plist, *phead; in rtw_alloc_xmitframe() local
1614 phead = get_list_head(pfree_xmit_queue); in rtw_alloc_xmitframe()
1616 plist = get_next(phead); in rtw_alloc_xmitframe()
1633 struct list_head *plist, *phead; in rtw_alloc_xmitframe_ext() local
1641 phead = get_list_head(queue); in rtw_alloc_xmitframe_ext()
1642 plist = get_next(phead); in rtw_alloc_xmitframe_ext()
1731 struct list_head *plist, *phead, *tmp; in rtw_free_xmitframe_queue() local
1736 phead = get_list_head(pframequeue); in rtw_free_xmitframe_queue()
1737 list_for_each_safe(plist, tmp, phead) { in rtw_free_xmitframe_queue()
2130 struct list_head *plist, *phead, *tmp; in dequeue_xmitframes_to_sleeping_queue() local
2137 phead = get_list_head(pframequeue); in dequeue_xmitframes_to_sleeping_queue()
2138 list_for_each_safe(plist, tmp, phead) { in dequeue_xmitframes_to_sleeping_queue()
2415 struct list_head *plist, *phead; in dequeue_pending_xmitbuf() local
2417 phead = get_list_head(pqueue); in dequeue_pending_xmitbuf()
2418 plist = get_next(phead); in dequeue_pending_xmitbuf()
2439 struct list_head *plist, *phead; in dequeue_pending_xmitbuf_under_survey() local
2442 phead = get_list_head(pqueue); in dequeue_pending_xmitbuf_under_survey()
2443 plist = phead; in dequeue_pending_xmitbuf_under_survey()
2446 if (plist == phead) in dequeue_pending_xmitbuf_under_survey()