Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/rtw89/
H A Dcoex.c6778 cid_ch[cnt - 1] = wl_linfo[i].chdef; in _update_wl_info_v7()
6791 wl_linfo[i].chdef.band == RTW89_BAND_2G) in _update_wl_info_v7()
6804 wl_dinfo->op_band[phy_dbcc] = wl_linfo[i].chdef.band; in _update_wl_info_v7()
6807 if (wl_linfo[i].chdef.band != RTW89_BAND_2G) { in _update_wl_info_v7()
7116 cid_ch[cnt] = wl->rlink_info[i][j].chdef; in _update_wl_non_mlo_info()
8238 r.chdef.band = chan->band_type; in rtw89_btc_ntfy_role_info()
8239 r.chdef.center_ch = chan->channel; in rtw89_btc_ntfy_role_info()
8240 r.chdef.bw = chan->band_width; in rtw89_btc_ntfy_role_info()
8241 r.chdef.chan = chan->primary_channel; in rtw89_btc_ntfy_role_info()
H A Dcore.h1522 struct rtw89_btc_chdef chdef; member