Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/pmo/core/src/
H A Dwlan_pmo_arp.c65 qdf_mem_copy(&vdev_ctx->vdev_arp_req, request, in pmo_core_cache_arp_in_vdev_priv()
66 sizeof(vdev_ctx->vdev_arp_req)); in pmo_core_cache_arp_in_vdev_priv()
92 qdf_mem_zero(&vdev_ctx->vdev_arp_req, sizeof(vdev_ctx->vdev_arp_req)); in pmo_core_flush_arp_from_vdev_priv()
93 vdev_ctx->vdev_arp_req.enable = PMO_OFFLOAD_DISABLE; in pmo_core_flush_arp_from_vdev_priv()
94 vdev_ctx->vdev_arp_req.is_offload_applied = false; in pmo_core_flush_arp_from_vdev_priv()
248 is_applied_cond = vdev_ctx->vdev_arp_req.enable && in pmo_core_arp_check_offload()
249 vdev_ctx->vdev_arp_req.is_offload_applied; in pmo_core_arp_check_offload()
433 *params = vdev_ctx->vdev_arp_req; in pmo_core_get_arp_offload_params()
/wlan-driver/qcacld-3.0/components/pmo/dispatcher/src/
H A Dwlan_pmo_tgt_ns.c57 qdf_mem_copy(arp_offload_req, &vdev_ctx->vdev_arp_req, in pmo_tgt_enable_ns_offload_req()
82 if (vdev_ctx->vdev_arp_req.enable) in pmo_tgt_enable_ns_offload_req()
83 vdev_ctx->vdev_arp_req.is_offload_applied = true; in pmo_tgt_enable_ns_offload_req()
126 qdf_mem_copy(arp_offload_req, &vdev_ctx->vdev_arp_req, in pmo_tgt_disable_ns_offload_req()
152 vdev_ctx->vdev_arp_req.is_offload_applied = false; in pmo_tgt_disable_ns_offload_req()
H A Dwlan_pmo_tgt_arp.c56 qdf_mem_copy(arp_offload_req, &vdev_ctx->vdev_arp_req, in pmo_tgt_enable_arp_offload_req()
80 if (vdev_ctx->vdev_arp_req.enable) in pmo_tgt_enable_arp_offload_req()
81 vdev_ctx->vdev_arp_req.is_offload_applied = true; in pmo_tgt_enable_arp_offload_req()
124 qdf_mem_copy(arp_offload_req, &vdev_ctx->vdev_arp_req, in pmo_tgt_disable_arp_offload_req()
150 vdev_ctx->vdev_arp_req.is_offload_applied = false; in pmo_tgt_disable_arp_offload_req()
/wlan-driver/qcacld-3.0/components/pmo/core/inc/
H A Dwlan_pmo_priv.h131 struct pmo_arp_offload_params vdev_arp_req; member