Home
last modified time | relevance | path

Searched refs:phwtxqueue (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/staging/rtl8712/
Drtl871x_xmit.c938 hwxmits[0] .phwtxqueue = &pxmitpriv->bmc_txqueue; in alloc_hwxmits()
941 hwxmits[1] .phwtxqueue = &pxmitpriv->vo_txqueue; in alloc_hwxmits()
944 hwxmits[2] .phwtxqueue = &pxmitpriv->vi_txqueue; in alloc_hwxmits()
947 hwxmits[3] .phwtxqueue = &pxmitpriv->bk_txqueue; in alloc_hwxmits()
950 hwxmits[4] .phwtxqueue = &pxmitpriv->be_txqueue; in alloc_hwxmits()
954 hwxmits[0] .phwtxqueue = &pxmitpriv->vo_txqueue; in alloc_hwxmits()
957 hwxmits[1] .phwtxqueue = &pxmitpriv->vi_txqueue; in alloc_hwxmits()
960 hwxmits[2] .phwtxqueue = &pxmitpriv->be_txqueue; in alloc_hwxmits()
963 hwxmits[3] .phwtxqueue = &pxmitpriv->bk_txqueue; in alloc_hwxmits()
Drtl871x_xmit.h83 struct hw_txqueue *phwtxqueue; member