Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Ddebugfs.c84 u32 flush_arg; in iwl_dbgfs_tx_flush_write() local
90 if (kstrtou32(buf, 0, &flush_arg)) in iwl_dbgfs_tx_flush_write()
96 flush_arg); in iwl_dbgfs_tx_flush_write()
98 ret = iwl_mvm_flush_sta_tids(mvm, flush_arg, 0xFFFF) in iwl_dbgfs_tx_flush_write()
105 flush_arg); in iwl_dbgfs_tx_flush_write()
108 ret = iwl_mvm_flush_tx_path(mvm, flush_arg) ? : count; in iwl_dbgfs_tx_flush_write()