/kernel/linux/linux-5.10/drivers/vhost/ |
H A D | net.c | 142 bool tx_flush; member 338 return !net->tx_flush && in vhost_net_tx_select_zcopy() 1387 n->tx_flush = true; in vhost_net_flush() 1392 n->tx_flush = false; in vhost_net_flush() 1563 n->tx_flush = false; in vhost_net_set_backend()
|
/kernel/linux/linux-6.6/drivers/vhost/ |
H A D | net.c | 143 bool tx_flush; member 339 return !net->tx_flush && in vhost_net_tx_select_zcopy() 1391 n->tx_flush = true; in vhost_net_flush() 1396 n->tx_flush = false; in vhost_net_flush() 1567 n->tx_flush = false; in vhost_net_set_backend()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/carl9170/ |
H A D | carl9170.h | 370 struct completion tx_flush; member
|
H A D | main.c | 246 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 D | tx.c | 187 complete(&ar->tx_flush); in carl9170_tx_accounting_free()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | dev.h | 839 struct work_struct tx_flush; member
|
H A D | main.c | 562 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 D | tx.c | 1109 queue_work(priv->workqueue, &priv->tx_flush); in iwl_check_abort_status()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | dev.h | 835 struct work_struct tx_flush; member
|
H A D | main.c | 556 container_of(work, struct iwl_priv, tx_flush); in iwl_bg_tx_flush() 1058 INIT_WORK(&priv->tx_flush, iwl_bg_tx_flush); in iwl_setup_deferred_work()
|
H A D | tx.c | 1105 queue_work(priv->workqueue, &priv->tx_flush); in iwl_check_abort_status()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/carl9170/ |
H A D | carl9170.h | 370 struct completion tx_flush; member
|
H A D | main.c | 246 WARN_ON(wait_for_completion_timeout(&ar->tx_flush, HZ) == 0); in carl9170_flush() 1804 init_completion(&ar->tx_flush); in carl9170_alloc()
|
H A D | tx.c | 187 complete(&ar->tx_flush); in carl9170_tx_accounting_free()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | debugfs.c | 1810 MVM_DEBUGFS_WRITE_FILE_OPS(tx_flush, 16); 2018 MVM_DEBUGFS_ADD_FILE(tx_flush, mvm->debugfs_dir, 0200); in iwl_mvm_dbgfs_register()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | debugfs.c | 2002 MVM_DEBUGFS_WRITE_FILE_OPS(tx_flush, 16); 2206 MVM_DEBUGFS_ADD_FILE(tx_flush, mvm->debugfs_dir, 0200); in iwl_mvm_dbgfs_register()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/ |
H A D | debugfs_htt_stats.h | 271 u32 tx_flush; member
|
H A D | debugfs_htt_stats.c | 459 len += HTT_DBG_OUT(buf + len, buf_len - len, "tx_flush = %u", in htt_print_hw_stats_pdev_errs_tlv() 460 htt_stats_buf->tx_flush); in htt_print_hw_stats_pdev_errs_tlv()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/ |
H A D | debugfs_htt_stats.h | 290 u32 tx_flush; member
|
H A D | debugfs_htt_stats.c | 446 len += scnprintf(buf + len, buf_len - len, "tx_flush = %u\n", in htt_print_hw_stats_pdev_errs_tlv() 447 htt_stats_buf->tx_flush); in htt_print_hw_stats_pdev_errs_tlv()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlegacy/ |
H A D | common.h | 1381 struct work_struct tx_flush; member
|
H A D | 4965-mac.c | 72 queue_work(il->workqueue, &il->tx_flush); in il4965_check_abort_status()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlegacy/ |
H A D | common.h | 1381 struct work_struct tx_flush; member
|
H A D | 4965-mac.c | 72 queue_work(il->workqueue, &il->tx_flush); in il4965_check_abort_status()
|