Lines Matching refs:txrx_streams
799 struct ath12k_wmi_vdev_txrx_streams_params *txrx_streams; in ath12k_wmi_vdev_create() local
809 (WMI_NUM_SUPPORTED_BAND_MAX * sizeof(*txrx_streams)); in ath12k_wmi_vdev_create()
828 len = WMI_NUM_SUPPORTED_BAND_MAX * sizeof(*txrx_streams); in ath12k_wmi_vdev_create()
834 txrx_streams = ptr; in ath12k_wmi_vdev_create()
835 len = sizeof(*txrx_streams); in ath12k_wmi_vdev_create()
836 txrx_streams->tlv_header = ath12k_wmi_tlv_cmd_hdr(WMI_TAG_VDEV_TXRX_STREAMS, in ath12k_wmi_vdev_create()
838 txrx_streams->band = WMI_TPC_CHAINMASK_CONFIG_BAND_2G; in ath12k_wmi_vdev_create()
839 txrx_streams->supported_tx_streams = in ath12k_wmi_vdev_create()
841 txrx_streams->supported_rx_streams = in ath12k_wmi_vdev_create()
844 txrx_streams++; in ath12k_wmi_vdev_create()
845 txrx_streams->tlv_header = ath12k_wmi_tlv_cmd_hdr(WMI_TAG_VDEV_TXRX_STREAMS, in ath12k_wmi_vdev_create()
847 txrx_streams->band = WMI_TPC_CHAINMASK_CONFIG_BAND_5G; in ath12k_wmi_vdev_create()
848 txrx_streams->supported_tx_streams = in ath12k_wmi_vdev_create()
850 txrx_streams->supported_rx_streams = in ath12k_wmi_vdev_create()