Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/rtw89/
H A Dcore.c2390 u8 band = desc_info->bb_sel ? RTW89_PHY_1 : RTW89_PHY_0; in rtw89_core_rx_ppdu_match()
3027 rtwvif_link = rtw89_vif_get_link_inst(rtwvif, desc_info->bb_sel); in rtw89_vif_rx_stats_iter()
3366 u8 band = desc_info->bb_sel ? RTW89_PHY_1 : RTW89_PHY_0; in rtw89_core_rx_pending_skb()
3393 .phy_idx = desc_info->bb_sel}; in rtw89_core_rx_process_ppdu_sts()
3504 desc_info->bb_sel = le32_get_bits(rxd_s->dword0, BE_RXD_BB_SEL); in rtw89_core_query_rxdesc_v2()
3577 desc_info->bb_sel = le32_get_bits(rxd_s->dword0, BE_RXD_BB_SEL); in rtw89_core_query_rxdesc_v3()
3650 rtwsta_link = rtw89_sta_get_link_inst(rtwsta, desc_info->bb_sel); in rtw89_core_stats_sta_rx_status_iter()
3795 u8 band = desc_info->bb_sel ? RTW89_PHY_1 : RTW89_PHY_0; in rtw89_core_flush_ppdu_rx_queue()
3848 u8 band = desc_info->bb_sel ? RTW89_PHY_1 : RTW89_PHY_0; in rtw89_core_rx()
H A Dcore.h1113 bool bb_sel; member