Searched refs:txrx_streams (Results 1 – 2 of 2) sorted by relevance
799 struct ath12k_wmi_vdev_txrx_streams_params *txrx_streams; in ath12k_wmi_vdev_create() local809 (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()[all …]
706 struct wmi_vdev_txrx_streams *txrx_streams; in ath11k_wmi_vdev_create() local716 (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()[all …]