Searched refs:roc_idx (Results 1 – 2 of 2) sorted by relevance
325 enum rtw89_sub_entity_idx roc_idx; in rtw89_core_set_chip_txpwr() local348 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() local387 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()
4960 enum rtw89_sub_entity_idx roc_idx = atomic_read(&hal->roc_entity_idx); in rtw89_chandef_get() local4962 if (roc_idx == idx) in rtw89_chandef_get()