Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_debugfs.c554 rvu->rvu_dbg.mcs_tx = debugfs_create_dir("tx_stats", rvu->rvu_dbg.mcs); in rvu_dbg_mcs_init()
556 debugfs_create_file("flowid", 0600, rvu->rvu_dbg.mcs_tx, mcs, in rvu_dbg_mcs_init()
559 debugfs_create_file("secy", 0600, rvu->rvu_dbg.mcs_tx, mcs, in rvu_dbg_mcs_init()
562 debugfs_create_file("sc", 0600, rvu->rvu_dbg.mcs_tx, mcs, in rvu_dbg_mcs_init()
565 debugfs_create_file("sa", 0600, rvu->rvu_dbg.mcs_tx, mcs, in rvu_dbg_mcs_init()
568 debugfs_create_file("port", 0600, rvu->rvu_dbg.mcs_tx, mcs, in rvu_dbg_mcs_init()
H A Drvu.h73 struct dentry *mcs_tx; member