Searched refs:max_tx_op (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/contrib/dev/iwlwifi/fw/api/ |
H A D | rs.h | 151 * @max_tx_op: max TXOP in uSecs for all AC (BK, BE, VO, VI), 167 __le32 max_tx_op; member 184 * @max_tx_op: max TXOP in uSecs for all AC (BK, BE, VO, VI), 198 __le16 max_tx_op; member
|
/freebsd/sys/contrib/dev/iwlwifi/mvm/ |
H A D | debugfs-vif.c | 715 mvmvif->max_tx_op = value; in iwl_dbgfs_max_tx_op_write() 732 len = scnprintf(buf, sizeof(buf), "%hu\n", mvmvif->max_tx_op); in iwl_dbgfs_max_tx_op_read() 847 MVM_DEBUGFS_READ_WRITE_FILE_OPS(max_tx_op, 10); 877 MVM_DEBUGFS_ADD_FILE_VIF(max_tx_op, mvmvif->dbgfs_dir, 0600); in iwl_mvm_vif_add_debugfs()
|
H A D | rs-fw.c | 664 cfg_cmd.max_tx_op = cpu_to_le16(mvmvif->max_tx_op); in iwl_mvm_rs_fw_rate_init() 672 cfg_cmd.max_mpdu_len, cfg_cmd.non_ht_rates, cfg_cmd.max_tx_op); in iwl_mvm_rs_fw_rate_init()
|
/freebsd/sys/dev/iwx/ |
H A D | if_iwxreg.h | 5632 uint32_t max_tx_op; member 5663 uint16_t max_tx_op; member
|