Searched refs:tx_complete_func (Results 1 – 2 of 2) sorted by relevance
234 if (tqe->tx_complete_func) in wilc_wlan_txq_filter_dup_tcp_ack()235 tqe->tx_complete_func(tqe->priv, in wilc_wlan_txq_filter_dup_tcp_ack()288 tqe->tx_complete_func = NULL; in wilc_wlan_txq_add_cfg_pkt()319 tqe->tx_complete_func = func; in wilc_wlan_txq_add_net_pkt()348 tqe->tx_complete_func = func; in wilc_wlan_txq_add_mgmt_pkt()686 if (tqe->tx_complete_func) in wilc_wlan_handle_txq()687 tqe->tx_complete_func(tqe->priv, tqe->status); in wilc_wlan_handle_txq()1082 if (tqe->tx_complete_func) in wilc_wlan_cleanup()1083 tqe->tx_complete_func(tqe->priv, 0); in wilc_wlan_cleanup()
220 void (*tx_complete_func)(void *priv, int status); member