Lines Matching refs:ibs_dir

632 	struct dentry *ibs_dir;  in qca_debugfs_init()  local
638 ibs_dir = debugfs_create_dir("ibs", hdev->debugfs); in qca_debugfs_init()
642 debugfs_create_u8("tx_ibs_state", mode, ibs_dir, &qca->tx_ibs_state); in qca_debugfs_init()
643 debugfs_create_u8("rx_ibs_state", mode, ibs_dir, &qca->rx_ibs_state); in qca_debugfs_init()
644 debugfs_create_u64("ibs_sent_sleeps", mode, ibs_dir, in qca_debugfs_init()
646 debugfs_create_u64("ibs_sent_wakes", mode, ibs_dir, in qca_debugfs_init()
648 debugfs_create_u64("ibs_sent_wake_acks", mode, ibs_dir, in qca_debugfs_init()
650 debugfs_create_u64("ibs_recv_sleeps", mode, ibs_dir, in qca_debugfs_init()
652 debugfs_create_u64("ibs_recv_wakes", mode, ibs_dir, in qca_debugfs_init()
654 debugfs_create_u64("ibs_recv_wake_acks", mode, ibs_dir, in qca_debugfs_init()
656 debugfs_create_bool("tx_vote", mode, ibs_dir, &qca->tx_vote); in qca_debugfs_init()
657 debugfs_create_u64("tx_votes_on", mode, ibs_dir, &qca->tx_votes_on); in qca_debugfs_init()
658 debugfs_create_u64("tx_votes_off", mode, ibs_dir, &qca->tx_votes_off); in qca_debugfs_init()
659 debugfs_create_bool("rx_vote", mode, ibs_dir, &qca->rx_vote); in qca_debugfs_init()
660 debugfs_create_u64("rx_votes_on", mode, ibs_dir, &qca->rx_votes_on); in qca_debugfs_init()
661 debugfs_create_u64("rx_votes_off", mode, ibs_dir, &qca->rx_votes_off); in qca_debugfs_init()
662 debugfs_create_u64("votes_on", mode, ibs_dir, &qca->votes_on); in qca_debugfs_init()
663 debugfs_create_u64("votes_off", mode, ibs_dir, &qca->votes_off); in qca_debugfs_init()
664 debugfs_create_u32("vote_on_ms", mode, ibs_dir, &qca->vote_on_ms); in qca_debugfs_init()
665 debugfs_create_u32("vote_off_ms", mode, ibs_dir, &qca->vote_off_ms); in qca_debugfs_init()
669 debugfs_create_u32("wake_retrans", mode, ibs_dir, &qca->wake_retrans); in qca_debugfs_init()
670 debugfs_create_u32("tx_idle_delay", mode, ibs_dir, in qca_debugfs_init()