Home
last modified time | relevance | path

Searched refs:numNQ (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/staging/rtl8723bs/hal/
Dhal_sdio.c58 struct adapter *padapter, u8 numHQ, u8 numNQ, u8 numLQ, u8 numPubQ in rtw_hal_set_sdio_tx_max_length() argument
68 lenNQ = ((numNQ + numPubQ) >> 1) * page_size; in rtw_hal_set_sdio_tx_max_length()
Dsdio_halinit.c115 static void _init_available_page_threshold(struct adapter *padapter, u8 numHQ, u8 numNQ, u8 numLQ, … in _init_available_page_threshold() argument
122 NQ_threshold = (numPubQ + numNQ + 1) >> 1; in _init_available_page_threshold()
139 u32 numNQ = 0; in _InitQueueReservedPage() local
153 numNQ = bWiFiConfig ? WMM_NORMAL_PAGE_NUM_NPQ_8723B : NORMAL_PAGE_NUM_NPQ_8723B; in _InitQueueReservedPage()
155 numPubQ = TX_TOTAL_PAGE_NUMBER_8723B - numHQ - numLQ - numNQ; in _InitQueueReservedPage()
157 value8 = (u8)_NPQ(numNQ); in _InitQueueReservedPage()
164 rtw_hal_set_sdio_tx_max_length(padapter, numHQ, numNQ, numLQ, numPubQ); in _InitQueueReservedPage()
166 _init_available_page_threshold(padapter, numHQ, numNQ, numLQ, numPubQ); in _InitQueueReservedPage()
/linux-6.1.9/drivers/staging/rtl8723bs/include/
Dhal_sdio.h15 void rtw_hal_set_sdio_tx_max_length(struct adapter *padapter, u8 numHQ, u8 numNQ, u8 numLQ, u8 numP…
/linux-6.1.9/drivers/staging/r8188eu/hal/
Dusb_halinit.c157 u8 numNQ = 0; in _InitQueueReservedPage() local
166 numNQ = 0x1C; in _InitQueueReservedPage()
168 rtw_write8(Adapter, REG_RQPN_NPQ, numNQ); in _InitQueueReservedPage()
170 numPubQ = 0xA8 - NUM_HQ - numLQ - numNQ; in _InitQueueReservedPage()