Lines Matching refs:txrx_streams
811 struct ath12k_wmi_vdev_txrx_streams_params *txrx_streams; in ath12k_wmi_vdev_create() local
825 (WMI_NUM_SUPPORTED_BAND_MAX * sizeof(*txrx_streams)); in ath12k_wmi_vdev_create()
844 len = WMI_NUM_SUPPORTED_BAND_MAX * sizeof(*txrx_streams); in ath12k_wmi_vdev_create()
855 txrx_streams = ptr; in ath12k_wmi_vdev_create()
857 txrx_streams = (void *)ptr; in ath12k_wmi_vdev_create()
859 len = sizeof(*txrx_streams); in ath12k_wmi_vdev_create()
860 txrx_streams->tlv_header = ath12k_wmi_tlv_cmd_hdr(WMI_TAG_VDEV_TXRX_STREAMS, in ath12k_wmi_vdev_create()
862 txrx_streams->band = WMI_TPC_CHAINMASK_CONFIG_BAND_2G; in ath12k_wmi_vdev_create()
863 txrx_streams->supported_tx_streams = in ath12k_wmi_vdev_create()
865 txrx_streams->supported_rx_streams = in ath12k_wmi_vdev_create()
868 txrx_streams++; in ath12k_wmi_vdev_create()
869 txrx_streams->tlv_header = ath12k_wmi_tlv_cmd_hdr(WMI_TAG_VDEV_TXRX_STREAMS, in ath12k_wmi_vdev_create()
871 txrx_streams->band = WMI_TPC_CHAINMASK_CONFIG_BAND_5G; in ath12k_wmi_vdev_create()
872 txrx_streams->supported_tx_streams = in ath12k_wmi_vdev_create()
874 txrx_streams->supported_rx_streams = in ath12k_wmi_vdev_create()