Home
last modified time | relevance | path

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

/freebsd-head/sys/contrib/dev/rtw89/
HDcoex.c6426 cid_ch[cnt - 1] = wl_linfo[i].chdef; in _update_wl_info_v7()
6439 wl_linfo[i].chdef.band == RTW89_BAND_2G) in _update_wl_info_v7()
6452 wl_dinfo->op_band[phy_dbcc] = wl_linfo[i].chdef.band; in _update_wl_info_v7()
6455 if (wl_linfo[i].chdef.band != RTW89_BAND_2G) { in _update_wl_info_v7()
6639 cid_ch[cnt - 1] = wl_linfo->chdef; in _update_wl_info_v8()
7615 r.chdef.band = chan->band_type; in rtw89_btc_ntfy_role_info()
7616 r.chdef.center_ch = chan->channel; in rtw89_btc_ntfy_role_info()
7617 r.chdef.bw = chan->band_width; in rtw89_btc_ntfy_role_info()
7618 r.chdef.chan = chan->primary_channel; in rtw89_btc_ntfy_role_info()
HDcore.h1440 struct rtw89_btc_chdef chdef; member