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.c732 struct wmi_vdev_txrx_streams *txrx_streams; in ath11k_wmi_vdev_create() local
742 (WMI_NUM_SUPPORTED_BAND_MAX * sizeof(*txrx_streams)); in ath11k_wmi_vdev_create()
763 len = WMI_NUM_SUPPORTED_BAND_MAX * sizeof(*txrx_streams); in ath11k_wmi_vdev_create()
770 txrx_streams = ptr; in ath11k_wmi_vdev_create()
771 len = sizeof(*txrx_streams); in ath11k_wmi_vdev_create()
772 txrx_streams->tlv_header = in ath11k_wmi_vdev_create()
775 txrx_streams->band = WMI_TPC_CHAINMASK_CONFIG_BAND_2G; in ath11k_wmi_vdev_create()
776 txrx_streams->supported_tx_streams = in ath11k_wmi_vdev_create()
778 txrx_streams->supported_rx_streams = in ath11k_wmi_vdev_create()
781 txrx_streams++; in ath11k_wmi_vdev_create()
[all …]
/linux/drivers/net/wireless/ath/ath12k/
H A Dwmi.c913 struct ath12k_wmi_vdev_txrx_streams_params *txrx_streams; in ath12k_wmi_vdev_create() local
925 (WMI_NUM_SUPPORTED_BAND_MAX * sizeof(*txrx_streams)) + in ath12k_wmi_vdev_create()
950 len = WMI_NUM_SUPPORTED_BAND_MAX * sizeof(*txrx_streams); in ath12k_wmi_vdev_create()
956 txrx_streams = ptr; in ath12k_wmi_vdev_create()
957 len = sizeof(*txrx_streams); in ath12k_wmi_vdev_create()
958 txrx_streams->tlv_header = ath12k_wmi_tlv_cmd_hdr(WMI_TAG_VDEV_TXRX_STREAMS, in ath12k_wmi_vdev_create()
960 txrx_streams->band = cpu_to_le32(WMI_TPC_CHAINMASK_CONFIG_BAND_2G); in ath12k_wmi_vdev_create()
961 txrx_streams->supported_tx_streams = in ath12k_wmi_vdev_create()
963 txrx_streams->supported_rx_streams = in ath12k_wmi_vdev_create()
966 txrx_streams++; in ath12k_wmi_vdev_create()
[all …]