Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_struct.h291 _os_atomic is_hw_trx_pause; member
H A Dphl_tx.c1993 if (false == _os_atomic_read(drv, &phl_info->is_hw_trx_pause)) { in _phl_hw_trx_rst_resume()
2002 _os_atomic_set(drv, &phl_info->is_hw_trx_pause, false); in _phl_hw_trx_rst_resume()
2012 if (true == _os_atomic_read(drv, &phl_info->is_hw_trx_pause)) { in _phl_hw_trx_pause()
2021 _os_atomic_set(drv, &phl_info->is_hw_trx_pause, true); in _phl_hw_trx_pause()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_struct.h286 _os_atomic is_hw_trx_pause; member
H A Dphl_tx.c2012 if (false == _os_atomic_read(drv, &phl_info->is_hw_trx_pause)) { in _phl_hw_trx_rst_resume()
2021 _os_atomic_set(drv, &phl_info->is_hw_trx_pause, false); in _phl_hw_trx_rst_resume()
2031 if (true == _os_atomic_read(drv, &phl_info->is_hw_trx_pause)) { in _phl_hw_trx_pause()
2040 _os_atomic_set(drv, &phl_info->is_hw_trx_pause, true); in _phl_hw_trx_pause()