Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/mvm/
Dtx.c797 unsigned int txf; in iwl_mvm_max_amsdu_size() local
808 txf = iwl_mvm_mac_ac_to_tx_fifo(mvm, ac); in iwl_mvm_max_amsdu_size()
817 mvm->fwrt.smem_cfg.lmac[lmac].txfifo_size[txf] - 256); in iwl_mvm_max_amsdu_size()
Dmac-ctxt.c560 u8 txf = iwl_mvm_mac_ac_to_tx_fifo(mvm, i); in iwl_mvm_mac_ctxt_cmd_common() local
570 cmd->ac[ucode_ac].fifos_mask = BIT(txf); in iwl_mvm_mac_ctxt_cmd_common()
/Linux-v5.4/drivers/net/wireless/ath/wil6210/
Ddebugfs.c1481 ulong txf = ndev->stats.tx_packets; in info_show() local
1487 seq_printf(s, "Tx irqs:packets : %8d : %8ld\n", tx, txf - txf_old); in info_show()
1489 txf_old = txf; in info_show()