Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drs-fw.c340 const struct ieee80211_eht_mcs_nss_supp_bw *mcs_tx = in rs_fw_eht_set_enabled_rates() local
344 if (!mcs_rx || !mcs_tx) in rs_fw_eht_set_enabled_rates()
352 MAX_NSS_MCS(9, mcs_rx, mcs_tx), GENMASK(9, 0)); in rs_fw_eht_set_enabled_rates()
354 MAX_NSS_MCS(11, mcs_rx, mcs_tx), GENMASK(11, 10)); in rs_fw_eht_set_enabled_rates()
356 MAX_NSS_MCS(13, mcs_rx, mcs_tx), GENMASK(13, 12)); in rs_fw_eht_set_enabled_rates()
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dtlc.c374 const struct ieee80211_eht_mcs_nss_supp_bw *mcs_tx = in iwl_mld_fill_eht_rates() local
378 if (!mcs_rx || !mcs_tx) in iwl_mld_fill_eht_rates()
386 MAX_NSS_MCS(9, mcs_rx, mcs_tx), in iwl_mld_fill_eht_rates()
389 MAX_NSS_MCS(11, mcs_rx, mcs_tx), in iwl_mld_fill_eht_rates()
392 MAX_NSS_MCS(13, mcs_rx, mcs_tx), in iwl_mld_fill_eht_rates()
/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_debugfs.c529 rvu->rvu_dbg.mcs_tx = debugfs_create_dir("tx_stats", rvu->rvu_dbg.mcs); in rvu_dbg_mcs_init()
531 debugfs_create_file("flowid", 0600, rvu->rvu_dbg.mcs_tx, mcs, in rvu_dbg_mcs_init()
534 debugfs_create_file("secy", 0600, rvu->rvu_dbg.mcs_tx, mcs, in rvu_dbg_mcs_init()
537 debugfs_create_file("sc", 0600, rvu->rvu_dbg.mcs_tx, mcs, in rvu_dbg_mcs_init()
540 debugfs_create_file("sa", 0600, rvu->rvu_dbg.mcs_tx, mcs, in rvu_dbg_mcs_init()
543 debugfs_create_file("port", 0600, rvu->rvu_dbg.mcs_tx, mcs, in rvu_dbg_mcs_init()
H A Drvu.h103 struct dentry *mcs_tx; member