Home
last modified time | relevance | path

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

/freebsd-head/sys/contrib/dev/rtw89/
HDchan.c309 enum rtw89_chanctx_idx roc_idx; in __rtw89_mgnt_chan_get() local
339 roc_idx = atomic_read(&hal->roc_chanctx_idx); in __rtw89_mgnt_chan_get()
340 if (roc_idx != RTW89_CHANCTX_IDLE) { in __rtw89_mgnt_chan_get()
346 chanctx_idx = roc_idx; in __rtw89_mgnt_chan_get()
HDcore.h6531 enum rtw89_chanctx_idx roc_idx = atomic_read(&hal->roc_chanctx_idx); in rtw89_chandef_get() local
6533 if (roc_idx == idx) in rtw89_chandef_get()