Home
last modified time | relevance | path

Searched refs:dlm_tx_ops (Results 1 – 5 of 5) sorted by relevance

/wlan-driver/qcacld-3.0/components/denylist_mgr/dispatcher/src/
Dwlan_dlm_tgt_api.c30 struct wlan_dlm_tx_ops *dlm_tx_ops; in tgt_dlm_send_reject_list_to_fw() local
39 dlm_tx_ops = &dlm_priv->dlm_tx_ops; in tgt_dlm_send_reject_list_to_fw()
40 if (!dlm_tx_ops) { in tgt_dlm_send_reject_list_to_fw()
45 if (dlm_tx_ops->dlm_send_reject_ap_list) in tgt_dlm_send_reject_list_to_fw()
46 return dlm_tx_ops->dlm_send_reject_ap_list(pdev, reject_params); in tgt_dlm_send_reject_list_to_fw()
/wlan-driver/qcacld-3.0/components/target_if/denylist_mgr/src/
Dtarget_if_dlm.c44 void target_if_dlm_register_tx_ops(struct wlan_dlm_tx_ops *dlm_tx_ops) in target_if_dlm_register_tx_ops() argument
46 if (!dlm_tx_ops) { in target_if_dlm_register_tx_ops()
51 dlm_tx_ops->dlm_send_reject_ap_list = target_if_dlm_send_reject_ap_list; in target_if_dlm_register_tx_ops()
/wlan-driver/qcacld-3.0/components/target_if/denylist_mgr/inc/
Dtarget_if_dlm.h54 void target_if_dlm_register_tx_ops(struct wlan_dlm_tx_ops *dlm_tx_ops);
57 struct wlan_dlm_tx_ops *dlm_tx_ops) in target_if_dlm_register_tx_ops() argument
/wlan-driver/qcacld-3.0/components/denylist_mgr/core/inc/
Dwlan_dlm_main.h53 struct wlan_dlm_tx_ops dlm_tx_ops; member
/wlan-driver/qcacld-3.0/components/denylist_mgr/core/src/
Dwlan_dlm_main.c77 target_if_dlm_register_tx_ops(&dlm_ctx->dlm_tx_ops); in dlm_pdev_object_created_notification()