Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/dp/core/inc/
H A Dwlan_dp_priv.h753 struct dp_srng *direct_link_refill_ring_hdl; member
/wlan-driver/qcacld-3.0/components/dp/core/src/
H A Dwlan_dp_main.c2387 direct_link_ctx->direct_link_refill_ring_hdl = in dp_direct_link_refill_ring_init()
2390 if (!direct_link_ctx->direct_link_refill_ring_hdl) { in dp_direct_link_refill_ring_init()
2416 dlink_ctx->direct_link_refill_ring_hdl = NULL; in dp_direct_link_refill_ring_deinit()
H A Dwlan_dp_wfds.c130 refill_ring = direct_link_ctx->direct_link_refill_ring_hdl->hal_srng; in dp_wfds_send_config_msg()