Searched refs:numPubQ (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/staging/rtl8723bs/hal/ |
H A D | hal_sdio.c | 58 struct adapter *padapter, u8 numHQ, u8 numNQ, u8 numLQ, u8 numPubQ in rtw_hal_set_sdio_tx_max_length() argument 67 lenHQ = ((numHQ + numPubQ) >> 1) * page_size; in rtw_hal_set_sdio_tx_max_length() 68 lenNQ = ((numNQ + numPubQ) >> 1) * page_size; in rtw_hal_set_sdio_tx_max_length() 69 lenLQ = ((numLQ + numPubQ) >> 1) * page_size; in rtw_hal_set_sdio_tx_max_length()
|
H A D | sdio_halinit.c | 115 … _init_available_page_threshold(struct adapter *padapter, u8 numHQ, u8 numNQ, u8 numLQ, u8 numPubQ) in _init_available_page_threshold() argument 119 HQ_threshold = (numPubQ + numHQ + 1) >> 1; in _init_available_page_threshold() 122 NQ_threshold = (numPubQ + numNQ + 1) >> 1; in _init_available_page_threshold() 125 LQ_threshold = (numPubQ + numLQ + 1) >> 1; in _init_available_page_threshold() 140 u32 numPubQ; in _InitQueueReservedPage() local 155 numPubQ = TX_TOTAL_PAGE_NUMBER_8723B - numHQ - numLQ - numNQ; in _InitQueueReservedPage() 161 value32 = _HPQ(numHQ) | _LPQ(numLQ) | _PUBQ(numPubQ) | LD_RQPN; 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()
|
/openbmc/linux/drivers/staging/rtl8723bs/include/ |
H A D | hal_sdio.h | 15 …rtw_hal_set_sdio_tx_max_length(struct adapter *padapter, u8 numHQ, u8 numNQ, u8 numLQ, u8 numPubQ);
|