Searched refs:sta_queue (Results 1 – 3 of 3) sorted by relevance
966 hwxmits[0] .sta_queue = &pxmitpriv->bm_pending; in alloc_hwxmits()969 hwxmits[1] .sta_queue = &pxmitpriv->vo_pending; in alloc_hwxmits()972 hwxmits[2] .sta_queue = &pxmitpriv->vi_pending; in alloc_hwxmits()975 hwxmits[3] .sta_queue = &pxmitpriv->bk_pending; in alloc_hwxmits()978 hwxmits[4] .sta_queue = &pxmitpriv->be_pending; in alloc_hwxmits()982 hwxmits[0] .sta_queue = &pxmitpriv->vo_pending; in alloc_hwxmits()985 hwxmits[1] .sta_queue = &pxmitpriv->vi_pending; in alloc_hwxmits()988 hwxmits[2] .sta_queue = &pxmitpriv->be_pending; in alloc_hwxmits()991 hwxmits[3] .sta_queue = &pxmitpriv->bk_pending; in alloc_hwxmits()
93 struct __queue *sta_queue; member
213 sta_phead = get_list_head(phwxmit->sta_queue); in dequeue_xframe_ex()