Searched refs:numNQ (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/staging/rtl8723bs/hal/ |
H A D | hal_sdio.c | 57 struct adapter *padapter, u8 numHQ, u8 numNQ, u8 numLQ, u8 numPubQ in rtw_hal_set_sdio_tx_max_length() argument 67 lenNQ = ((numNQ + numPubQ) >> 1) * page_size; in rtw_hal_set_sdio_tx_max_length()
|
H A D | sdio_halinit.c | 114 static void _init_available_page_threshold(struct adapter *padapter, u8 numHQ, u8 numNQ, u8 numLQ, … in _init_available_page_threshold() argument 121 NQ_threshold = (numPubQ + numNQ + 1) >> 1; in _init_available_page_threshold() 138 u32 numNQ = 0; in _InitQueueReservedPage() local 152 numNQ = bWiFiConfig ? WMM_NORMAL_PAGE_NUM_NPQ_8723B : NORMAL_PAGE_NUM_NPQ_8723B; in _InitQueueReservedPage() 154 numPubQ = TX_TOTAL_PAGE_NUMBER_8723B - numHQ - numLQ - numNQ; in _InitQueueReservedPage() 156 value8 = (u8)_NPQ(numNQ); in _InitQueueReservedPage() 163 rtw_hal_set_sdio_tx_max_length(padapter, numHQ, numNQ, numLQ, numPubQ); in _InitQueueReservedPage() 165 _init_available_page_threshold(padapter, numHQ, numNQ, numLQ, numPubQ); in _InitQueueReservedPage()
|
/linux/drivers/staging/rtl8723bs/include/ |
H A D | hal_sdio.h | 15 void rtw_hal_set_sdio_tx_max_length(struct adapter *padapter, u8 numHQ, u8 numNQ, u8 numLQ, u8 numP…
|