Searched full:txbf (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/tty/serial/ |
| H A D | timbuart.h | 29 #define TXBF 0x01 macro 40 #define TXFLAGS (TXBF | TXBAE)
|
| H A D | timbuart.c | 76 iowrite32(TXBF, port->membase + TIMBUART_ISR); in timbuart_flush_buffer() 100 while (!(ioread32(port->membase + TIMBUART_ISR) & TXBF) && in timbuart_tx_chars()
|
| /linux/drivers/net/wireless/ath/ath11k/ |
| H A D | debugfs_htt_stats.h | 1370 u32 txbf; member 1820 /* SU TxBF TX MCS stats */ 1826 /* SU TxBF TX NSS stats */ 1832 /* SU TxBF TX BW stats */ 1878 /* 11AX HE OFDMA PPDUs that were sent over the air with steering (TXBF + OFDMA) */
|
| H A D | debugfs_htt_stats.c | 2973 len += scnprintf(buf + len, buf_len - len, "txbf = %u\n", in htt_print_rx_pdev_rate_stats_tlv() 2974 htt_stats_buf->txbf); in htt_print_rx_pdev_rate_stats_tlv()
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | rx_desc.h | 879 * 0x9: HT with TxBF 881 * 0xD: VHT with TxBF 906 * is used for TxBF debug. 1261 * is used for TxBF debug.
|
| H A D | debug.c | 1504 "TXBF" }; in ath10k_tpc_stats_print() 1609 "TXBF not supported\n***************************\n"); in ath10k_tpc_stats_fill()
|
| H A D | mac.c | 2887 param = ar->wmi.vdev_param->txbf; in ath10k_mac_vif_recalc_txbf() 2925 ath10k_warn(ar, "failed to submit vdev param txbf 0x%x: %d\n", in ath10k_mac_vif_recalc_txbf() 3145 ath10k_warn(ar, "failed to recalc txbf for vdev %i on bss %pM: %d\n", in ath10k_bss_assoc() 3210 ath10k_warn(ar, "failed to recalc txbf for vdev %i: %d\n", in ath10k_bss_disassoc() 5522 ar->wmi.vdev_param->txbf, value); in ath10k_mac_set_txbf_conf() 5843 ath10k_warn(ar, "failed to set txbf for vdev %d: %d\n", in ath10k_add_interface()
|
| H A D | wmi.c | 811 .txbf = WMI_VDEV_PARAM_TXBF, 888 .txbf = WMI_VDEV_PARAM_UNSUPPORTED, 964 .txbf = WMI_VDEV_PARAM_UNSUPPORTED, 1040 .txbf = WMI_10_4_VDEV_PARAM_TXBF, 4760 ath10k_dbg(ar, ATH10K_DBG_WMI, "TXBF not supported\n"); in ath10k_tpc_config_disp_tables() 5114 ath10k_dbg(ar, ATH10K_DBG_WMI, "TXBF not supported\n"); in ath10k_wmi_tpc_stats_final_disp_tables()
|
| H A D | htt.h | 1367 __le32 txbf; member
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | common.c | 454 (void)brcmf_fil_iovar_int_set(ifp, "txbf", 1); in brcmf_c_preinit_dcmds()
|
| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | mac.c | 3640 ath12k_warn(ar->ab, "unable to access bss link conf in txbf conf\n"); in ath12k_mac_set_he_txbf_conf() 3701 ath12k_warn(ar->ab, "unable to access bss link conf in recalc txbf conf\n"); in ath12k_mac_vif_recalc_sta_he_txbf() 3759 ath12k_warn(ar->ab, "unable to access bss link conf in eht txbf conf\n"); in ath12k_mac_set_eht_txbf_conf() 3893 ath12k_warn(ar->ab, "failed to recalc he txbf for vdev %i on bss %pM: %d\n", in ath12k_bss_assoc() 3905 ath12k_warn(ar->ab, "failed to submit vdev param txbf 0x%x: %d\n", in ath12k_bss_assoc() 4803 "failed to set HE TXBF config for vdev: %d\n", in ath12k_mac_bss_info_changed() 4809 "failed to set EHT TXBF config for vdev: %d\n", in ath12k_mac_bss_info_changed() 11287 ath12k_warn(ab, "failed to set txbf conf for vdev %d: %d\n", in ath12k_mac_vdev_start_restart()
|