Searched refs:txf (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | ops.c | 831 struct iwl_mvm_frob_txf_data *txf = data; in iwl_mvm_frob_txf_key_iter() local 850 memset(txf->buf, 0xBB, txf->buflen); in iwl_mvm_frob_txf_key_iter() 858 for (i = 0; i < txf->buflen; i++) { in iwl_mvm_frob_txf_key_iter() 859 if (txf->buf[i] != keydata[match]) { in iwl_mvm_frob_txf_key_iter() 865 memset(txf->buf + i - keylen, 0xAA, keylen); in iwl_mvm_frob_txf_key_iter() 873 if (txf->buf[i] != keydata[match]) in iwl_mvm_frob_txf_key_iter() 877 memset(txf->buf, 0xAA, i + 1); in iwl_mvm_frob_txf_key_iter() 878 memset(txf->buf + txf in iwl_mvm_frob_txf_key_iter() 887 struct iwl_mvm_frob_txf_data txf = { iwl_mvm_frob_txf() local [all...] |
H A D | tx.c | 836 unsigned int txf; in iwl_mvm_max_amsdu_size() local 844 txf = iwl_mvm_mac_ac_to_tx_fifo(mvm, ac); in iwl_mvm_max_amsdu_size() 876 mvm->fwrt.smem_cfg.lmac[lmac].txfifo_size[txf] - 256); in iwl_mvm_max_amsdu_size() 883 mvm->fwrt.smem_cfg.lmac[lmac].txfifo_size[txf] - 256); in iwl_mvm_max_amsdu_size()
|
H A D | mac-ctxt.c | 481 u8 txf = iwl_mvm_mac_ac_to_tx_fifo(mvm, i); in iwl_mvm_set_fw_qos_params() local 491 ac[ucode_ac].fifos_mask = BIT(txf); in iwl_mvm_set_fw_qos_params()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | mac-ctxt.c | 558 u8 txf = iwl_mvm_mac_ac_to_tx_fifo(mvm, i); in iwl_mvm_mac_ctxt_cmd_common() local 568 cmd->ac[ucode_ac].fifos_mask = BIT(txf); in iwl_mvm_mac_ctxt_cmd_common()
|
H A D | tx.c | 799 unsigned int txf; in iwl_mvm_max_amsdu_size() local 806 txf = iwl_mvm_mac_ac_to_tx_fifo(mvm, ac); in iwl_mvm_max_amsdu_size() 815 mvm->fwrt.smem_cfg.lmac[lmac].txfifo_size[txf] - 256); in iwl_mvm_max_amsdu_size()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/ |
H A D | debugfs.c | 1464 ulong txf = ndev->stats.tx_packets; in info_show() local 1470 seq_printf(s, "Tx irqs:packets : %8d : %8ld\n", tx, txf - txf_old); in info_show() 1472 txf_old = txf; in info_show()
|
/kernel/linux/linux-6.6/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()
|
Completed in 22 milliseconds