Lines Matching refs:txrx_streams
706 struct wmi_vdev_txrx_streams *txrx_streams; in ath11k_wmi_vdev_create() local
716 (WMI_NUM_SUPPORTED_BAND_MAX * sizeof(*txrx_streams)); in ath11k_wmi_vdev_create()
737 len = WMI_NUM_SUPPORTED_BAND_MAX * sizeof(*txrx_streams); in ath11k_wmi_vdev_create()
744 txrx_streams = ptr; in ath11k_wmi_vdev_create()
745 len = sizeof(*txrx_streams); in ath11k_wmi_vdev_create()
746 txrx_streams->tlv_header = in ath11k_wmi_vdev_create()
749 txrx_streams->band = WMI_TPC_CHAINMASK_CONFIG_BAND_2G; in ath11k_wmi_vdev_create()
750 txrx_streams->supported_tx_streams = in ath11k_wmi_vdev_create()
752 txrx_streams->supported_rx_streams = in ath11k_wmi_vdev_create()
755 txrx_streams++; in ath11k_wmi_vdev_create()
756 txrx_streams->tlv_header = in ath11k_wmi_vdev_create()
759 txrx_streams->band = WMI_TPC_CHAINMASK_CONFIG_BAND_5G; in ath11k_wmi_vdev_create()
760 txrx_streams->supported_tx_streams = in ath11k_wmi_vdev_create()
762 txrx_streams->supported_rx_streams = in ath11k_wmi_vdev_create()