Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8192c/
H A Dr92c_tx.c309 qsel = R92C_TXDW1_QSEL_MGNT; in r92c_fill_tx_desc()
312 qsel = R92C_TXDW1_QSEL_MGNT; in r92c_fill_tx_desc()
380 txd->txdw1 |= htole32(SM(R92C_TXDW1_QSEL, R92C_TXDW1_QSEL_MGNT)); in r92c_fill_tx_desc_raw()
407 SM(R92C_TXDW1_QSEL, R92C_TXDW1_QSEL_MGNT)); in r92c_fill_tx_desc_null()
H A Dr92c_tx_desc.h49 #define R92C_TXDW1_QSEL_MGNT 0x12 macro