Searched refs:dbam_tx_ops (Results 1 – 5 of 5) sorted by relevance
221 struct wlan_lmac_if_dbam_tx_ops *dbam_tx_ops; in wlan_dbam_attach() local228 dbam_tx_ops = wlan_psoc_get_dbam_tx_ops(psoc); in wlan_dbam_attach()229 if (!dbam_tx_ops) { in wlan_dbam_attach()234 if (!dbam_tx_ops->dbam_event_attach) { in wlan_dbam_attach()239 return dbam_tx_ops->dbam_event_attach(psoc); in wlan_dbam_attach()244 struct wlan_lmac_if_dbam_tx_ops *dbam_tx_ops; in wlan_dbam_detach() local251 dbam_tx_ops = wlan_psoc_get_dbam_tx_ops(psoc); in wlan_dbam_detach()252 if (!dbam_tx_ops) { in wlan_dbam_detach()257 if (!dbam_tx_ops->dbam_event_detach) { in wlan_dbam_detach()262 return dbam_tx_ops->dbam_event_detach(psoc); in wlan_dbam_detach()
261 struct wlan_lmac_if_dbam_tx_ops *dbam_tx_ops; in target_if_dbam_register_tx_ops() local268 dbam_tx_ops = &tx_ops->dbam_tx_ops; in target_if_dbam_register_tx_ops()269 if (!dbam_tx_ops) { in target_if_dbam_register_tx_ops()274 dbam_tx_ops->set_dbam_config = target_if_dbam_config_send; in target_if_dbam_register_tx_ops()275 dbam_tx_ops->dbam_event_attach = target_if_dbam_register_event_handler; in target_if_dbam_register_tx_ops()276 dbam_tx_ops->dbam_event_detach = in target_if_dbam_register_tx_ops()
136 struct wlan_lmac_if_dbam_tx_ops *dbam_tx_ops; in tgt_send_dbam_config() local145 dbam_tx_ops = wlan_psoc_get_dbam_tx_ops(psoc); in tgt_send_dbam_config()146 if (dbam_tx_ops && dbam_tx_ops->set_dbam_config) in tgt_send_dbam_config()147 return dbam_tx_ops->set_dbam_config(psoc, param); in tgt_send_dbam_config()
226 return &tx_ops->dbam_tx_ops; in wlan_psoc_get_dbam_tx_ops()
1890 struct wlan_lmac_if_dbam_tx_ops dbam_tx_ops; member