Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Dcore.c325 enum rtw89_sub_entity_idx roc_idx; in rtw89_core_set_chip_txpwr() local
348 roc_idx = atomic_read(&hal->roc_entity_idx); in rtw89_core_set_chip_txpwr()
349 if (roc_idx != RTW89_SUB_ENTITY_IDLE) in rtw89_core_set_chip_txpwr()
350 sub_entity_idx = roc_idx; in rtw89_core_set_chip_txpwr()
364 enum rtw89_sub_entity_idx roc_idx; in rtw89_set_channel() local
387 roc_idx = atomic_read(&hal->roc_entity_idx); in rtw89_set_channel()
388 if (roc_idx != RTW89_SUB_ENTITY_IDLE) in rtw89_set_channel()
389 sub_entity_idx = roc_idx; in rtw89_set_channel()
H A Dcore.h4960 enum rtw89_sub_entity_idx roc_idx = atomic_read(&hal->roc_entity_idx); in rtw89_chandef_get() local
4962 if (roc_idx == idx) in rtw89_chandef_get()