Home
last modified time | relevance | path

Searched refs:mcast_primary (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/mlo/
H A Ddp_mlo.c538 if (be_vdev->mcast_primary) { in dp_aggregate_interface_stats_based_on_peer_type()
583 if (be_vdev->mcast_primary) { in dp_aggregate_interface_stats()
1082 partner_vdev_be->mcast_primary ? "true" : "false", in dp_print_mlo_partner_list()
1190 be_vdev->mcast_primary ? "true" : "false", in dp_mlo_debug_print_ptnr_info()
1217 if (be_vdev->mcast_primary) { in dp_mlo_get_mcast_primary_vdev()
1242 if (be_ptnr_vdev->mcast_primary) in dp_mlo_get_mcast_primary_vdev()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/
H A Ddp_be.c1140 be_vdev->mcast_primary = false; in dp_mlo_mcast_init()
1158 be_vdev->mcast_primary = false; in dp_mlo_mcast_deinit()
2762 be_ptnr_vdev->mcast_primary = false; in dp_mlo_mcast_reset_pri_mcast()
2774 be_vdev->mcast_primary = val.cdp_vdev_param_mcast_vdev; in dp_txrx_set_mlo_mcast_primary_vdev_param_be()
2777 if (be_vdev->mcast_primary) { in dp_txrx_set_mlo_mcast_primary_vdev_param_be()
2782 (void *)&be_vdev->mcast_primary, in dp_txrx_set_mlo_mcast_primary_vdev_param_be()
2852 be_vdev->mcast_primary = val.cdp_vdev_param_mcast_vdev; in dp_txrx_set_mlo_mcast_primary_vdev_param_be()
2858 if (be_vdev->mcast_primary) { in dp_txrx_set_mlo_mcast_primary_vdev_param_be()
2863 (void *)&be_vdev->mcast_primary, in dp_txrx_set_mlo_mcast_primary_vdev_param_be()
2886 be_vdev->mcast_primary = false; in dp_txrx_reset_mlo_mcast_primary_vdev_param_be()
[all …]
H A Ddp_be.h448 bool mcast_primary; member
H A Ddp_be_tx.c881 if (be_vdev->mcast_primary) in dp_tx_mlo_is_mcast_primary_be()
923 if (!be_vdev->mcast_primary) { in dp_tx_mlo_mcast_send_be()