Home
last modified time | relevance | path

Searched refs:legacy_count (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/tty/
H A Dpty.c487 static int legacy_count = CONFIG_LEGACY_PTY_COUNT; variable
492 module_param(legacy_count, int, 0);
533 if (legacy_count <= 0) in legacy_pty_init()
536 pty_driver = tty_alloc_driver(legacy_count, in legacy_pty_init()
543 pty_slave_driver = tty_alloc_driver(legacy_count, in legacy_pty_init()
/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Ddebugfs_sta.c57 stats->legacy_count[i], in ath12k_dbg_sta_dump_rate_stats()
H A Dcore.h375 u64 legacy_count[HAL_RX_MAX_NUM_LEGACY_RATES]; member
H A Ddp_mon.c3038 rx_stats->pkt_stats.legacy_count[ppdu_info->rate] += num_msdu; in ath12k_dp_mon_rx_update_peer_su_stats()
3039 rx_stats->byte_stats.legacy_count[ppdu_info->rate] += ppdu_info->mpdu_len; in ath12k_dp_mon_rx_update_peer_su_stats()
/linux-6.15/Documentation/admin-guide/
H A Dkernel-parameters.txt5152 pty.legacy_count=