Searched refs:is_hw_trx_pause (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_struct.h | 291 _os_atomic is_hw_trx_pause; member
|
| H A D | phl_tx.c | 1993 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 D | phl_struct.h | 286 _os_atomic is_hw_trx_pause; member
|
| H A D | phl_tx.c | 2012 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()
|