Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/microchip/wilc1000/
A Dwlan.c223 if (tqe->tx_complete_func) in wilc_wlan_txq_filter_dup_tcp_ack()
224 tqe->tx_complete_func(tqe->priv, in wilc_wlan_txq_filter_dup_tcp_ack()
275 tqe->tx_complete_func = NULL; in wilc_wlan_txq_add_cfg_pkt()
444 tqe->tx_complete_func = tx_complete_fn; in wilc_wlan_txq_add_net_pkt()
497 tqe->tx_complete_func = tx_complete_fn; in wilc_wlan_txq_add_mgmt_pkt()
924 if (tqe->tx_complete_func) in wilc_wlan_handle_txq()
925 tqe->tx_complete_func(tqe->priv, tqe->status); in wilc_wlan_handle_txq()
1248 if (tqe->tx_complete_func) in wilc_wlan_cleanup()
1249 tqe->tx_complete_func(tqe->priv, 0); in wilc_wlan_cleanup()
A Dwlan.h335 void (*tx_complete_func)(void *priv, int status); member

Completed in 7 milliseconds