Home
last modified time | relevance | path

Searched refs:txrx_streams (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/ath/ath11k/
H A Dwmi.c723 struct wmi_vdev_txrx_streams *txrx_streams; in ath11k_wmi_vdev_create() local
733 (WMI_NUM_SUPPORTED_BAND_MAX * sizeof(*txrx_streams)); in ath11k_wmi_vdev_create()
754 len = WMI_NUM_SUPPORTED_BAND_MAX * sizeof(*txrx_streams); in ath11k_wmi_vdev_create()
761 txrx_streams = ptr; in ath11k_wmi_vdev_create()
762 len = sizeof(*txrx_streams); in ath11k_wmi_vdev_create()
763 txrx_streams->tlv_header = in ath11k_wmi_vdev_create()
766 txrx_streams->band = WMI_TPC_CHAINMASK_CONFIG_BAND_2G; in ath11k_wmi_vdev_create()
767 txrx_streams->supported_tx_streams = in ath11k_wmi_vdev_create()
769 txrx_streams->supported_rx_streams = in ath11k_wmi_vdev_create()
772 txrx_streams++; in ath11k_wmi_vdev_create()
[all …]
/linux/drivers/net/wireless/ath/ath12k/
H A Dwmi.c846 struct ath12k_wmi_vdev_txrx_streams_params *txrx_streams; in ath12k_wmi_vdev_create() local
858 (WMI_NUM_SUPPORTED_BAND_MAX * sizeof(*txrx_streams)) + in ath12k_wmi_vdev_create()
883 len = WMI_NUM_SUPPORTED_BAND_MAX * sizeof(*txrx_streams); in ath12k_wmi_vdev_create()
889 txrx_streams = ptr; in ath12k_wmi_vdev_create()
890 len = sizeof(*txrx_streams); in ath12k_wmi_vdev_create()
891 txrx_streams->tlv_header = ath12k_wmi_tlv_cmd_hdr(WMI_TAG_VDEV_TXRX_STREAMS, in ath12k_wmi_vdev_create()
893 txrx_streams->band = cpu_to_le32(WMI_TPC_CHAINMASK_CONFIG_BAND_2G); in ath12k_wmi_vdev_create()
894 txrx_streams->supported_tx_streams = in ath12k_wmi_vdev_create()
896 txrx_streams->supported_rx_streams = in ath12k_wmi_vdev_create()
899 txrx_streams++; in ath12k_wmi_vdev_create()
[all …]