Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/inc/
H A Dcdp_txrx_raw.h56 if (!soc->ops->raw_ops || in cdp_rawsim_get_astentry()
57 !soc->ops->raw_ops->rsim_get_astentry) in cdp_rawsim_get_astentry()
60 return soc->ops->raw_ops->rsim_get_astentry(soc, vdev_id, in cdp_rawsim_get_astentry()
H A Dcdp_txrx_ops.h2594 struct cdp_raw_ops *raw_ops; member
/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_txrx.c6419 .raw_ops = &ol_ops_raw,
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_main.c13536 soc->cdp_soc.ops->raw_ops = &dp_ops_raw; in dp_soc_txrx_ops_attach()