Lines Matching refs:txrx_streams
623 struct wmi_vdev_txrx_streams *txrx_streams; in ath11k_wmi_vdev_create() local
633 (WMI_NUM_SUPPORTED_BAND_MAX * sizeof(*txrx_streams)); in ath11k_wmi_vdev_create()
651 len = WMI_NUM_SUPPORTED_BAND_MAX * sizeof(*txrx_streams); in ath11k_wmi_vdev_create()
658 txrx_streams = ptr; in ath11k_wmi_vdev_create()
659 len = sizeof(*txrx_streams); in ath11k_wmi_vdev_create()
660 txrx_streams->tlv_header = in ath11k_wmi_vdev_create()
663 txrx_streams->band = WMI_TPC_CHAINMASK_CONFIG_BAND_2G; in ath11k_wmi_vdev_create()
664 txrx_streams->supported_tx_streams = in ath11k_wmi_vdev_create()
666 txrx_streams->supported_rx_streams = in ath11k_wmi_vdev_create()
669 txrx_streams++; in ath11k_wmi_vdev_create()
670 txrx_streams->tlv_header = in ath11k_wmi_vdev_create()
673 txrx_streams->band = WMI_TPC_CHAINMASK_CONFIG_BAND_5G; in ath11k_wmi_vdev_create()
674 txrx_streams->supported_tx_streams = in ath11k_wmi_vdev_create()
676 txrx_streams->supported_rx_streams = in ath11k_wmi_vdev_create()