Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/dp/core/inc/ !
H A Dwlan_dp_txrx.h407 if (dp_ctx->dp_cfg.tx_orphan_enable) in dp_nbuf_orphan()
410 } else if (dp_ctx->dp_cfg.tx_orphan_enable) { in dp_nbuf_orphan()
455 if (unlikely(dp_ctx->dp_cfg.tx_orphan_enable) || in dp_nbuf_orphan()
H A Dwlan_dp_priv.h143 bool tx_orphan_enable; member
/wlan-driver/qcacld-3.0/components/dp/core/src/ !
H A Dwlan_dp_main.c731 config->tx_orphan_enable = cfg_get(psoc, CFG_DP_TX_ORPHAN_ENABLE); in dp_cfg_init()