Lines Matching refs:txrx_streams
629 struct wmi_vdev_txrx_streams *txrx_streams; in ath11k_wmi_vdev_create() local
639 (WMI_NUM_SUPPORTED_BAND_MAX * sizeof(*txrx_streams)); in ath11k_wmi_vdev_create()
657 len = WMI_NUM_SUPPORTED_BAND_MAX * sizeof(*txrx_streams); in ath11k_wmi_vdev_create()
664 txrx_streams = ptr; in ath11k_wmi_vdev_create()
665 len = sizeof(*txrx_streams); in ath11k_wmi_vdev_create()
666 txrx_streams->tlv_header = in ath11k_wmi_vdev_create()
669 txrx_streams->band = WMI_TPC_CHAINMASK_CONFIG_BAND_2G; in ath11k_wmi_vdev_create()
670 txrx_streams->supported_tx_streams = in ath11k_wmi_vdev_create()
672 txrx_streams->supported_rx_streams = in ath11k_wmi_vdev_create()
675 txrx_streams++; in ath11k_wmi_vdev_create()
676 txrx_streams->tlv_header = in ath11k_wmi_vdev_create()
679 txrx_streams->band = WMI_TPC_CHAINMASK_CONFIG_BAND_5G; in ath11k_wmi_vdev_create()
680 txrx_streams->supported_tx_streams = in ath11k_wmi_vdev_create()
682 txrx_streams->supported_rx_streams = in ath11k_wmi_vdev_create()