Home
last modified time | relevance | path

Searched refs:drop_tx_mcast (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_types.h3999 bool drop_tx_mcast; member
H A Ddp_main.c8668 val->cdp_drop_tx_mcast = vdev->drop_tx_mcast; in dp_get_vdev_param()
8821 vdev->drop_tx_mcast = val.cdp_drop_tx_mcast; in dp_set_vdev_param()
H A Ddp_tx.c3786 if (qdf_unlikely((vdev->drop_tx_mcast) && (vdev->wds_ext_enabled))) { in dp_tx_mcast_drop()