Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Drs.h167 __le32 max_tx_op; member
198 __le16 max_tx_op; member
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drs-fw.c661 cfg_cmd.max_tx_op = cpu_to_le16(mvmvif->max_tx_op); in iwl_mvm_rs_fw_rate_init()
669 cfg_cmd.max_mpdu_len, cfg_cmd.non_ht_rates, cfg_cmd.max_tx_op); in iwl_mvm_rs_fw_rate_init()
H A Ddebugfs-vif.c708 mvmvif->max_tx_op = value; in iwl_dbgfs_max_tx_op_write()
725 len = scnprintf(buf, sizeof(buf), "%hu\n", mvmvif->max_tx_op); in iwl_dbgfs_max_tx_op_read()
840 MVM_DEBUGFS_READ_WRITE_FILE_OPS(max_tx_op, 10);
870 MVM_DEBUGFS_ADD_FILE_VIF(max_tx_op, mvmvif->dbgfs_dir, 0600); in iwl_mvm_vif_add_debugfs()
H A Dmvm.h581 u16 max_tx_op; member