Lines Matching refs:txrx_streams
757 struct wmi_vdev_txrx_streams *txrx_streams; in ath11k_wmi_vdev_create() local
771 (WMI_NUM_SUPPORTED_BAND_MAX * sizeof(*txrx_streams)); in ath11k_wmi_vdev_create()
792 len = WMI_NUM_SUPPORTED_BAND_MAX * sizeof(*txrx_streams); in ath11k_wmi_vdev_create()
804 txrx_streams = ptr; in ath11k_wmi_vdev_create()
806 txrx_streams = (void *)ptr; in ath11k_wmi_vdev_create()
808 len = sizeof(*txrx_streams); in ath11k_wmi_vdev_create()
809 txrx_streams->tlv_header = in ath11k_wmi_vdev_create()
812 txrx_streams->band = WMI_TPC_CHAINMASK_CONFIG_BAND_2G; in ath11k_wmi_vdev_create()
813 txrx_streams->supported_tx_streams = in ath11k_wmi_vdev_create()
815 txrx_streams->supported_rx_streams = in ath11k_wmi_vdev_create()
818 txrx_streams++; in ath11k_wmi_vdev_create()
819 txrx_streams->tlv_header = in ath11k_wmi_vdev_create()
822 txrx_streams->band = WMI_TPC_CHAINMASK_CONFIG_BAND_5G; in ath11k_wmi_vdev_create()
823 txrx_streams->supported_tx_streams = in ath11k_wmi_vdev_create()
825 txrx_streams->supported_rx_streams = in ath11k_wmi_vdev_create()