Searched refs:txf (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | ops.c | 978 struct iwl_mvm_frob_txf_data *txf = data; in iwl_mvm_frob_txf_key_iter() local 997 memset(txf->buf, 0xBB, txf->buflen); in iwl_mvm_frob_txf_key_iter() 1005 for (i = 0; i < txf->buflen; i++) { in iwl_mvm_frob_txf_key_iter() 1006 if (txf->buf[i] != keydata[match]) { in iwl_mvm_frob_txf_key_iter() 1012 memset(txf->buf + i - keylen, 0xAA, keylen); in iwl_mvm_frob_txf_key_iter() 1020 if (txf->buf[i] != keydata[match]) in iwl_mvm_frob_txf_key_iter() 1024 memset(txf->buf, 0xAA, i + 1); in iwl_mvm_frob_txf_key_iter() 1025 memset(txf->buf + txf->buflen - matchend, 0xAA, in iwl_mvm_frob_txf_key_iter() 1034 struct iwl_mvm_frob_txf_data txf = { in iwl_mvm_frob_txf() local 1045 ieee80211_iter_keys_rcu(mvm->hw, NULL, iwl_mvm_frob_txf_key_iter, &txf); in iwl_mvm_frob_txf()
|
| H A D | tx.c | 890 unsigned int txf; in iwl_mvm_max_amsdu_size() local 898 txf = iwl_mvm_mac_ac_to_tx_fifo(mvm, ac); in iwl_mvm_max_amsdu_size() 930 mvm->fwrt.smem_cfg.lmac[lmac].txfifo_size[txf] - 256); in iwl_mvm_max_amsdu_size() 937 mvm->fwrt.smem_cfg.lmac[lmac].txfifo_size[txf] - 256); in iwl_mvm_max_amsdu_size()
|
| H A D | mac-ctxt.c | 488 u8 txf = iwl_mvm_mac_ac_to_tx_fifo(mvm, i); in iwl_mvm_set_fw_qos_params() local 498 ac[ucode_ac].fifos_mask = BIT(txf); in iwl_mvm_set_fw_qos_params()
|
| /linux-6.15/drivers/net/wireless/intel/iwlwifi/mld/ |
| H A D | tlc.c | 582 u8 ac, txf, lmac; in iwl_mld_get_amsdu_size_of_tid() local 601 txf = iwl_mld_mac80211_ac_to_fw_tx_fifo(ac); in iwl_mld_get_amsdu_size_of_tid() 621 mld->fwrt.smem_cfg.lmac[lmac].txfifo_size[txf] - 256); in iwl_mld_get_amsdu_size_of_tid() 629 mld->fwrt.smem_cfg.lmac[lmac].txfifo_size[txf] - 256); in iwl_mld_get_amsdu_size_of_tid()
|
| H A D | link.c | 201 u8 txf = iwl_mld_mac80211_ac_to_fw_tx_fifo(mac_ac); in iwl_mld_fill_qos_params() local 211 ac[fw_ac].fifos_mask = BIT(txf); in iwl_mld_fill_qos_params()
|
| /linux-6.15/drivers/net/wireless/ath/wil6210/ |
| H A D | debugfs.c | 1455 ulong txf = ndev->stats.tx_packets; in info_show() local 1461 seq_printf(s, "Tx irqs:packets : %8d : %8ld\n", tx, txf - txf_old); in info_show() 1463 txf_old = txf; in info_show()
|