Home
last modified time | relevance | path

Searched refs:tx_callback (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/wireless/intersil/hostap/
A Dhostap_main.c249 entry->idx = local->tx_callback ? local->tx_callback->idx + 1 : 1; in hostap_tx_callback_register()
250 entry->next = local->tx_callback; in hostap_tx_callback_register()
251 local->tx_callback = entry; in hostap_tx_callback_register()
264 cb = local->tx_callback; in hostap_tx_callback_unregister()
271 local->tx_callback = cb->next; in hostap_tx_callback_unregister()
A Dhostap_wlan.h810 struct hostap_tx_callback_info *tx_callback; /* registered TX callbacks member
A Dhostap_hw.c2171 cb = local->tx_callback; in hostap_tx_callback()
3316 tx_cb = local->tx_callback; in prism2_free_local_data()

Completed in 15 milliseconds