Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/inc/
Dcdp_txrx_cmn.h2588 if (!soc || !soc->ops || !soc->ops->rx_offld_ops) { in cdp_register_rx_offld_flush_cb()
2594 if (soc->ops->rx_offld_ops->register_rx_offld_flush_cb) in cdp_register_rx_offld_flush_cb()
2595 return soc->ops->rx_offld_ops->register_rx_offld_flush_cb( in cdp_register_rx_offld_flush_cb()
2609 if (!soc || !soc->ops || !soc->ops->rx_offld_ops) { in cdp_deregister_rx_offld_flush_cb()
2615 if (soc->ops->rx_offld_ops->deregister_rx_offld_flush_cb) in cdp_deregister_rx_offld_flush_cb()
2616 return soc->ops->rx_offld_ops->deregister_rx_offld_flush_cb(); in cdp_deregister_rx_offld_flush_cb()
Dcdp_txrx_ops.h2617 struct cdp_rx_offld_ops *rx_offld_ops; member
/wlan-driver/qcacld-3.0/core/dp/txrx/
Dol_txrx.c6428 .rx_offld_ops = &ol_rx_offld_ops,