Searched refs:txrx_streams (Results 1 – 2 of 2) sorted by relevance
823 struct ath12k_wmi_vdev_txrx_streams_params *txrx_streams; in ath12k_wmi_vdev_create() local835 (WMI_NUM_SUPPORTED_BAND_MAX * sizeof(*txrx_streams)) + in ath12k_wmi_vdev_create()860 len = WMI_NUM_SUPPORTED_BAND_MAX * sizeof(*txrx_streams); in ath12k_wmi_vdev_create()866 txrx_streams = ptr; in ath12k_wmi_vdev_create()867 len = sizeof(*txrx_streams); in ath12k_wmi_vdev_create()868 txrx_streams->tlv_header = ath12k_wmi_tlv_cmd_hdr(WMI_TAG_VDEV_TXRX_STREAMS, in ath12k_wmi_vdev_create()870 txrx_streams->band = cpu_to_le32(WMI_TPC_CHAINMASK_CONFIG_BAND_2G); in ath12k_wmi_vdev_create()871 txrx_streams->supported_tx_streams = in ath12k_wmi_vdev_create()873 txrx_streams->supported_rx_streams = in ath12k_wmi_vdev_create()876 txrx_streams++; in ath12k_wmi_vdev_create()[all …]
711 struct wmi_vdev_txrx_streams *txrx_streams; in ath11k_wmi_vdev_create() local721 (WMI_NUM_SUPPORTED_BAND_MAX * sizeof(*txrx_streams)); in ath11k_wmi_vdev_create()742 len = WMI_NUM_SUPPORTED_BAND_MAX * sizeof(*txrx_streams); in ath11k_wmi_vdev_create()749 txrx_streams = ptr; in ath11k_wmi_vdev_create()750 len = sizeof(*txrx_streams); in ath11k_wmi_vdev_create()751 txrx_streams->tlv_header = in ath11k_wmi_vdev_create()754 txrx_streams->band = WMI_TPC_CHAINMASK_CONFIG_BAND_2G; in ath11k_wmi_vdev_create()755 txrx_streams->supported_tx_streams = in ath11k_wmi_vdev_create()757 txrx_streams->supported_rx_streams = in ath11k_wmi_vdev_create()760 txrx_streams++; in ath11k_wmi_vdev_create()[all …]