Home
last modified time | relevance | path

Searched refs:tx_flush (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/vhost/
H A Dnet.c142 bool tx_flush; member
338 return !net->tx_flush && in vhost_net_tx_select_zcopy()
1389 n->tx_flush = true; in vhost_net_flush()
1394 n->tx_flush = false; in vhost_net_flush()
1562 n->tx_flush = false; in vhost_net_set_backend()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/carl9170/
H A Dcarl9170.h370 struct completion tx_flush; member
H A Dmain.c246 WARN_ON(wait_for_completion_timeout(&ar->tx_flush, HZ) == 0); in carl9170_flush()
1825 init_completion(&ar->tx_flush); in carl9170_alloc()
H A Dtx.c187 complete(&ar->tx_flush); in carl9170_tx_accounting_free()
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/dvm/
H A Ddev.h839 struct work_struct tx_flush; member
H A Dmain.c562 container_of(work, struct iwl_priv, tx_flush); in iwl_bg_tx_flush()
1064 INIT_WORK(&priv->tx_flush, iwl_bg_tx_flush); in iwl_setup_deferred_work()
H A Dtx.c1109 queue_work(priv->workqueue, &priv->tx_flush); in iwl_check_abort_status()
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/mvm/
H A Ddebugfs.c1810 MVM_DEBUGFS_WRITE_FILE_OPS(tx_flush, 16);
2008 MVM_DEBUGFS_ADD_FILE(tx_flush, mvm->debugfs_dir, 0200); in iwl_mvm_dbgfs_register()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath11k/
H A Ddebugfs_htt_stats.h271 u32 tx_flush; member
H A Ddebugfs_htt_stats.c460 htt_stats_buf->tx_flush); in htt_print_hw_stats_pdev_errs_tlv()
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlegacy/
H A Dcommon.h1381 struct work_struct tx_flush; member
H A D4965-mac.c72 queue_work(il->workqueue, &il->tx_flush); in il4965_check_abort_status()