Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/wireless/intel/iwlwifi/mvm/
Dtx.c742 unsigned int txf; in iwl_mvm_max_amsdu_size() local
749 txf = iwl_mvm_mac_ac_to_tx_fifo(mvm, ac); in iwl_mvm_max_amsdu_size()
758 mvm->fwrt.smem_cfg.lmac[lmac].txfifo_size[txf] - 256); in iwl_mvm_max_amsdu_size()
Dmac-ctxt.c503 u8 txf = iwl_mvm_mac_ac_to_tx_fifo(mvm, i); in iwl_mvm_mac_ctxt_cmd_common() local
513 cmd->ac[ucode_ac].fifos_mask = BIT(txf); in iwl_mvm_mac_ctxt_cmd_common()
/Linux-v5.15/drivers/net/wireless/ath/wil6210/
Ddebugfs.c1474 ulong txf = ndev->stats.tx_packets; in info_show() local
1480 seq_printf(s, "Tx irqs:packets : %8d : %8ld\n", tx, txf - txf_old); in info_show()
1482 txf_old = txf; in info_show()