Home
last modified time | relevance | path

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

/src/sys/contrib/dev/athk/ath11k/
H A Dwmi.c762 struct wmi_vdev_txrx_streams *txrx_streams; in ath11k_wmi_vdev_create() local
776 (WMI_NUM_SUPPORTED_BAND_MAX * sizeof(*txrx_streams)); in ath11k_wmi_vdev_create()
797 len = WMI_NUM_SUPPORTED_BAND_MAX * sizeof(*txrx_streams); in ath11k_wmi_vdev_create()
809 txrx_streams = ptr; in ath11k_wmi_vdev_create()
811 txrx_streams = (void *)ptr; in ath11k_wmi_vdev_create()
813 len = sizeof(*txrx_streams); in ath11k_wmi_vdev_create()
814 txrx_streams->tlv_header = in ath11k_wmi_vdev_create()
817 txrx_streams->band = WMI_TPC_CHAINMASK_CONFIG_BAND_2G; in ath11k_wmi_vdev_create()
818 txrx_streams->supported_tx_streams = in ath11k_wmi_vdev_create()
820 txrx_streams->supported_rx_streams = in ath11k_wmi_vdev_create()
[all …]
/src/sys/contrib/dev/athk/ath12k/
H A Dwmi.c941 struct ath12k_wmi_vdev_txrx_streams_params *txrx_streams; in ath12k_wmi_vdev_create() local
957 (WMI_NUM_SUPPORTED_BAND_MAX * sizeof(*txrx_streams)) + in ath12k_wmi_vdev_create()
982 len = WMI_NUM_SUPPORTED_BAND_MAX * sizeof(*txrx_streams); in ath12k_wmi_vdev_create()
993 txrx_streams = ptr; in ath12k_wmi_vdev_create()
995 txrx_streams = (void *)ptr; in ath12k_wmi_vdev_create()
997 len = sizeof(*txrx_streams); in ath12k_wmi_vdev_create()
998 txrx_streams->tlv_header = ath12k_wmi_tlv_cmd_hdr(WMI_TAG_VDEV_TXRX_STREAMS, in ath12k_wmi_vdev_create()
1000 txrx_streams->band = cpu_to_le32(WMI_TPC_CHAINMASK_CONFIG_BAND_2G); in ath12k_wmi_vdev_create()
1001 txrx_streams->supported_tx_streams = in ath12k_wmi_vdev_create()
1003 txrx_streams->supported_rx_streams = in ath12k_wmi_vdev_create()
[all …]