Searched refs:dcs_tx_ops (Results 1 – 4 of 4) sorted by relevance
184 struct wlan_target_if_dcs_tx_ops *dcs_tx_ops; in target_if_dcs_register_tx_ops() local191 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()
68 struct wlan_target_if_dcs_tx_ops *dcs_tx_ops; in wlan_dcs_attach() local75 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() local98 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 …]
70 return &tx_ops->dcs_tx_ops; in target_if_dcs_get_tx_ops()
1839 struct wlan_target_if_dcs_tx_ops dcs_tx_ops; member