Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/intel/iwlwifi/mld/
H A Dtlc.c373 const struct ieee80211_eht_mcs_nss_supp_bw *mcs_tx = in iwl_mld_fill_eht_rates() local
377 if (!mcs_rx || !mcs_tx) in iwl_mld_fill_eht_rates()
385 MAX_NSS_MCS(9, mcs_rx, mcs_tx), in iwl_mld_fill_eht_rates()
388 MAX_NSS_MCS(11, mcs_rx, mcs_tx), in iwl_mld_fill_eht_rates()
391 MAX_NSS_MCS(13, mcs_rx, mcs_tx), in iwl_mld_fill_eht_rates()
/linux-6.15/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-6.15/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_debugfs.c527 rvu->rvu_dbg.mcs_tx = debugfs_create_dir("tx_stats", rvu->rvu_dbg.mcs); in rvu_dbg_mcs_init()
529 debugfs_create_file("flowid", 0600, rvu->rvu_dbg.mcs_tx, mcs, in rvu_dbg_mcs_init()
532 debugfs_create_file("secy", 0600, rvu->rvu_dbg.mcs_tx, mcs, in rvu_dbg_mcs_init()
535 debugfs_create_file("sc", 0600, rvu->rvu_dbg.mcs_tx, mcs, in rvu_dbg_mcs_init()
538 debugfs_create_file("sa", 0600, rvu->rvu_dbg.mcs_tx, mcs, in rvu_dbg_mcs_init()
541 debugfs_create_file("port", 0600, rvu->rvu_dbg.mcs_tx, mcs, in rvu_dbg_mcs_init()
H A Drvu.h75 struct dentry *mcs_tx; member