Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/halmac/halmac_88xx/
H A Dhalmac_func_88xx.c2713 PHALMAC_SDIO_FREE_SPACE pSdio_free_space; in halmac_update_sdio_free_page_88xx() local
2720 pSdio_free_space = &(pHalmac_adapter->sdio_free_space); in halmac_update_sdio_free_page_88xx()
2725 pSdio_free_space->high_queue_number = (u16)BIT_GET_HIQ_FREEPG_V1(free_page); in halmac_update_sdio_free_page_88xx()
2726 pSdio_free_space->normal_queue_number = (u16)BIT_GET_MID_FREEPG_V1(free_page); in halmac_update_sdio_free_page_88xx()
2727 pSdio_free_space->low_queue_number = (u16)BIT_GET_LOW_FREEPG_V1(free_page2); in halmac_update_sdio_free_page_88xx()
2728 pSdio_free_space->public_queue_number = (u16)BIT_GET_PUB_FREEPG_V1(free_page2); in halmac_update_sdio_free_page_88xx()
2729 pSdio_free_space->extra_queue_number = (u16)BIT_GET_EXQ_FREEPG_V1(oqt_free_page); in halmac_update_sdio_free_page_88xx()
2743 PHALMAC_SDIO_FREE_SPACE pSdio_free_space; in halmac_update_oqt_free_space_88xx() local
2750 pSdio_free_space = &(pHalmac_adapter->sdio_free_space); in halmac_update_oqt_free_space_88xx()
2752pSdio_free_space->ac_oqt_number = HALMAC_REG_READ_8(pHalmac_adapter, REG_SDIO_OQT_FREE_TXPG_V1 + 2… in halmac_update_oqt_free_space_88xx()