Searched refs:tx_callback (Results 1 – 7 of 7) sorted by relevance
36 void (*tx_callback)(void *data); member70 void (*tx_callback)(void *), void *tx_data);
108 void (*tx_callback)(void *), void *tx_data) in sport_set_tx_callback()110 sport->tx_callback = tx_callback; in sport_set_tx_callback()233 if (sport->tx_callback) in sport_tx_irq()234 sport->tx_callback(sport->tx_data); in sport_tx_irq()
90 void (*tx_callback)(void *data); member168 void (*tx_callback)(void *), void *tx_data);
719 if (sport->tx_callback) { in tx_handler()720 sport->tx_callback(sport->tx_data); in tx_handler()784 void (*tx_callback)(void *), void *tx_data) in sport_set_tx_callback()786 if (WARN_ON(!tx_callback)) in sport_set_tx_callback()788 sport->tx_callback = tx_callback; in sport_set_tx_callback()
253 entry->idx = local->tx_callback ? local->tx_callback->idx + 1 : 1; in hostap_tx_callback_register()254 entry->next = local->tx_callback; in hostap_tx_callback_register()255 local->tx_callback = entry; in hostap_tx_callback_register()268 cb = local->tx_callback; in hostap_tx_callback_unregister()275 local->tx_callback = cb->next; in hostap_tx_callback_unregister()
808 struct hostap_tx_callback_info *tx_callback; /* registered TX callbacks member
2187 cb = local->tx_callback; in hostap_tx_callback()3354 tx_cb = local->tx_callback; in prism2_free_local_data()