Searched refs:txrx_streams (Results 1 – 1 of 1) sorted by relevance
694 struct wmi_vdev_txrx_streams *txrx_streams; in ath11k_wmi_vdev_create() local704 (WMI_NUM_SUPPORTED_BAND_MAX * sizeof(*txrx_streams)); in ath11k_wmi_vdev_create()722 len = WMI_NUM_SUPPORTED_BAND_MAX * sizeof(*txrx_streams); in ath11k_wmi_vdev_create()729 txrx_streams = ptr; in ath11k_wmi_vdev_create()730 len = sizeof(*txrx_streams); in ath11k_wmi_vdev_create()731 txrx_streams->tlv_header = in ath11k_wmi_vdev_create()734 txrx_streams->band = WMI_TPC_CHAINMASK_CONFIG_BAND_2G; in ath11k_wmi_vdev_create()735 txrx_streams->supported_tx_streams = in ath11k_wmi_vdev_create()737 txrx_streams->supported_rx_streams = in ath11k_wmi_vdev_create()740 txrx_streams++; in ath11k_wmi_vdev_create()[all …]