Lines Matching refs:ibs_dir
548 struct dentry *ibs_dir; in qca_debugfs_init() local
554 ibs_dir = debugfs_create_dir("ibs", hdev->debugfs); in qca_debugfs_init()
558 debugfs_create_u8("tx_ibs_state", mode, ibs_dir, &qca->tx_ibs_state); in qca_debugfs_init()
559 debugfs_create_u8("rx_ibs_state", mode, ibs_dir, &qca->rx_ibs_state); in qca_debugfs_init()
560 debugfs_create_u64("ibs_sent_sleeps", mode, ibs_dir, in qca_debugfs_init()
562 debugfs_create_u64("ibs_sent_wakes", mode, ibs_dir, in qca_debugfs_init()
564 debugfs_create_u64("ibs_sent_wake_acks", mode, ibs_dir, in qca_debugfs_init()
566 debugfs_create_u64("ibs_recv_sleeps", mode, ibs_dir, in qca_debugfs_init()
568 debugfs_create_u64("ibs_recv_wakes", mode, ibs_dir, in qca_debugfs_init()
570 debugfs_create_u64("ibs_recv_wake_acks", mode, ibs_dir, in qca_debugfs_init()
572 debugfs_create_bool("tx_vote", mode, ibs_dir, &qca->tx_vote); in qca_debugfs_init()
573 debugfs_create_u64("tx_votes_on", mode, ibs_dir, &qca->tx_votes_on); in qca_debugfs_init()
574 debugfs_create_u64("tx_votes_off", mode, ibs_dir, &qca->tx_votes_off); in qca_debugfs_init()
575 debugfs_create_bool("rx_vote", mode, ibs_dir, &qca->rx_vote); in qca_debugfs_init()
576 debugfs_create_u64("rx_votes_on", mode, ibs_dir, &qca->rx_votes_on); in qca_debugfs_init()
577 debugfs_create_u64("rx_votes_off", mode, ibs_dir, &qca->rx_votes_off); in qca_debugfs_init()
578 debugfs_create_u64("votes_on", mode, ibs_dir, &qca->votes_on); in qca_debugfs_init()
579 debugfs_create_u64("votes_off", mode, ibs_dir, &qca->votes_off); in qca_debugfs_init()
580 debugfs_create_u32("vote_on_ms", mode, ibs_dir, &qca->vote_on_ms); in qca_debugfs_init()
581 debugfs_create_u32("vote_off_ms", mode, ibs_dir, &qca->vote_off_ms); in qca_debugfs_init()
585 debugfs_create_u32("wake_retrans", mode, ibs_dir, &qca->wake_retrans); in qca_debugfs_init()
586 debugfs_create_u32("tx_idle_delay", mode, ibs_dir, in qca_debugfs_init()