Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8712/
Drtl871x_xmit.c959 hwxmits[0] .phwtxqueue = &pxmitpriv->bmc_txqueue; in alloc_hwxmits()
962 hwxmits[1] .phwtxqueue = &pxmitpriv->vo_txqueue; in alloc_hwxmits()
965 hwxmits[2] .phwtxqueue = &pxmitpriv->vi_txqueue; in alloc_hwxmits()
968 hwxmits[3] .phwtxqueue = &pxmitpriv->bk_txqueue; in alloc_hwxmits()
971 hwxmits[4] .phwtxqueue = &pxmitpriv->be_txqueue; in alloc_hwxmits()
975 hwxmits[0] .phwtxqueue = &pxmitpriv->vo_txqueue; in alloc_hwxmits()
978 hwxmits[1] .phwtxqueue = &pxmitpriv->vi_txqueue; in alloc_hwxmits()
981 hwxmits[2] .phwtxqueue = &pxmitpriv->be_txqueue; in alloc_hwxmits()
984 hwxmits[3] .phwtxqueue = &pxmitpriv->bk_txqueue; in alloc_hwxmits()
Drtl871x_xmit.h95 struct hw_txqueue *phwtxqueue; member