Home
last modified time | relevance | path

Searched refs:tx_complete_func (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/staging/wilc1000/
Dwilc_wlan.c434 if (tqe->tx_complete_func) in wilc_wlan_txq_filter_dup_tcp_ack()
435 tqe->tx_complete_func(tqe->priv, tqe->status); in wilc_wlan_txq_filter_dup_tcp_ack()
495 tqe->tx_complete_func = NULL; in wilc_wlan_txq_add_cfg_pkt()
526 tqe->tx_complete_func = func; in wilc_wlan_txq_add_net_pkt()
556 tqe->tx_complete_func = func; in wilc_wlan_txq_add_mgmt_pkt()
1075 if (tqe->tx_complete_func) in wilc_wlan_handle_txq()
1076 tqe->tx_complete_func(tqe->priv, tqe->status); in wilc_wlan_handle_txq()
1674 if (tqe->tx_complete_func) in wilc_wlan_cleanup()
1675 tqe->tx_complete_func(tqe->priv, 0); in wilc_wlan_cleanup()
Dwilc_wlan.h239 void (*tx_complete_func)(void *, int); member