Searched refs:txrx_streams (Results 1 – 2 of 2) sorted by relevance
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 …]
921 struct ath12k_wmi_vdev_txrx_streams_params *txrx_streams; in ath12k_wmi_vdev_create() local933 (WMI_NUM_SUPPORTED_BAND_MAX * sizeof(*txrx_streams)) + in ath12k_wmi_vdev_create()958 len = WMI_NUM_SUPPORTED_BAND_MAX * sizeof(*txrx_streams); in ath12k_wmi_vdev_create()964 txrx_streams = ptr; in ath12k_wmi_vdev_create()965 len = sizeof(*txrx_streams); in ath12k_wmi_vdev_create()966 txrx_streams->tlv_header = ath12k_wmi_tlv_cmd_hdr(WMI_TAG_VDEV_TXRX_STREAMS, in ath12k_wmi_vdev_create()968 txrx_streams->band = cpu_to_le32(WMI_TPC_CHAINMASK_CONFIG_BAND_2G); in ath12k_wmi_vdev_create()969 txrx_streams->supported_tx_streams = in ath12k_wmi_vdev_create()971 txrx_streams->supported_rx_streams = in ath12k_wmi_vdev_create()974 txrx_streams++; in ath12k_wmi_vdev_create()[all …]