Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/target_if/dcs/src/
Dtarget_if_dcs.c184 struct wlan_target_if_dcs_tx_ops *dcs_tx_ops; in target_if_dcs_register_tx_ops() local
191 dcs_tx_ops = &tx_ops->dcs_tx_ops; in target_if_dcs_register_tx_ops()
192 if (!dcs_tx_ops) { in target_if_dcs_register_tx_ops()
197 dcs_tx_ops->dcs_attach = in target_if_dcs_register_tx_ops()
199 dcs_tx_ops->dcs_detach = in target_if_dcs_register_tx_ops()
201 dcs_tx_ops->dcs_cmd_send = target_if_dcs_cmd_send; in target_if_dcs_register_tx_ops()
/wlan-driver/qca-wifi-host-cmn/umac/dcs/core/src/
Dwlan_dcs.c68 struct wlan_target_if_dcs_tx_ops *dcs_tx_ops; in wlan_dcs_attach() local
75 dcs_tx_ops = target_if_dcs_get_tx_ops(psoc); in wlan_dcs_attach()
76 if (!dcs_tx_ops) { in wlan_dcs_attach()
81 if (!dcs_tx_ops->dcs_attach) { in wlan_dcs_attach()
86 return dcs_tx_ops->dcs_attach(psoc); in wlan_dcs_attach()
91 struct wlan_target_if_dcs_tx_ops *dcs_tx_ops; in wlan_dcs_detach() local
98 dcs_tx_ops = target_if_dcs_get_tx_ops(psoc); in wlan_dcs_detach()
99 if (!dcs_tx_ops) { in wlan_dcs_detach()
104 if (!dcs_tx_ops->dcs_detach) { in wlan_dcs_detach()
109 return dcs_tx_ops->dcs_detach(psoc); in wlan_dcs_detach()
[all …]
/wlan-driver/qca-wifi-host-cmn/target_if/dcs/inc/
Dtarget_if_dcs.h70 return &tx_ops->dcs_tx_ops; in target_if_dcs_get_tx_ops()
/wlan-driver/qca-wifi-host-cmn/umac/global_umac_dispatcher/lmac_if/inc/
Dwlan_lmac_if_def.h1839 struct wlan_target_if_dcs_tx_ops dcs_tx_ops; member