Home
last modified time | relevance | path

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

/drivers/net/wireless/intel/iwlwifi/mld/
A Dtlc.c371 const struct ieee80211_eht_mcs_nss_supp_bw *mcs_rx = 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.c338 const struct ieee80211_eht_mcs_nss_supp_bw *mcs_rx = 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.c510 rvu->rvu_dbg.mcs_rx = debugfs_create_dir("rx_stats", rvu->rvu_dbg.mcs); in rvu_dbg_mcs_init()
512 debugfs_create_file("flowid", 0600, rvu->rvu_dbg.mcs_rx, mcs, in rvu_dbg_mcs_init()
515 debugfs_create_file("secy", 0600, rvu->rvu_dbg.mcs_rx, mcs, in rvu_dbg_mcs_init()
518 debugfs_create_file("sc", 0600, rvu->rvu_dbg.mcs_rx, mcs, in rvu_dbg_mcs_init()
521 debugfs_create_file("sa", 0600, rvu->rvu_dbg.mcs_rx, mcs, in rvu_dbg_mcs_init()
524 debugfs_create_file("port", 0600, rvu->rvu_dbg.mcs_rx, mcs, in rvu_dbg_mcs_init()
A Drvu.h102 struct dentry *mcs_rx; member

Completed in 24 milliseconds