Searched refs:polt (Results 1 – 2 of 2) sorted by relevance
2028 struct mac_ax_bt_polt_cnt polt; in rtw_hal_mac_get_bt_polt_cnt() local2031 polt.band = band; in rtw_hal_mac_get_bt_polt_cnt()2032 polt.cnt = *cnt; in rtw_hal_mac_get_bt_polt_cnt()2033 result = ops->get_hw_value(mac, MAC_AX_HW_GET_POLLUTED_CNT, &polt); in rtw_hal_mac_get_bt_polt_cnt()2034 *cnt = polt.cnt; in rtw_hal_mac_get_bt_polt_cnt()