Home
last modified time | relevance | path

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

/linux/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/drivers/net/wireless/ath/ath12k/
H A Ddebugfs_sta.c57 stats->legacy_count[i], in ath12k_dbg_sta_dump_rate_stats()
H A Dcore.h424 u64 legacy_count[HAL_RX_MAX_NUM_LEGACY_RATES]; member
H A Ddp_mon.c3547 rx_stats->pkt_stats.legacy_count[ppdu_info->rate] += num_msdu; in ath12k_dp_mon_rx_update_peer_su_stats()
3548 rx_stats->byte_stats.legacy_count[ppdu_info->rate] += ppdu_info->mpdu_len; in ath12k_dp_mon_rx_update_peer_su_stats()