Home
last modified time | relevance | path

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

/drivers/net/wireless/intel/iwlwifi/mld/
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()
/drivers/net/wireless/intel/iwlwifi/mvm/
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()
/drivers/net/ethernet/marvell/octeontx2/af/
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()
A Drvu.h103 struct dentry *mcs_tx; member

Completed in 20 milliseconds