Lines Matching refs:ibs_dir

461 	struct dentry *ibs_dir;  in qca_debugfs_init()  local
467 ibs_dir = debugfs_create_dir("ibs", hdev->debugfs); in qca_debugfs_init()
471 debugfs_create_u8("tx_ibs_state", mode, ibs_dir, &qca->tx_ibs_state); in qca_debugfs_init()
472 debugfs_create_u8("rx_ibs_state", mode, ibs_dir, &qca->rx_ibs_state); in qca_debugfs_init()
473 debugfs_create_u64("ibs_sent_sleeps", mode, ibs_dir, in qca_debugfs_init()
475 debugfs_create_u64("ibs_sent_wakes", mode, ibs_dir, in qca_debugfs_init()
477 debugfs_create_u64("ibs_sent_wake_acks", mode, ibs_dir, in qca_debugfs_init()
479 debugfs_create_u64("ibs_recv_sleeps", mode, ibs_dir, in qca_debugfs_init()
481 debugfs_create_u64("ibs_recv_wakes", mode, ibs_dir, in qca_debugfs_init()
483 debugfs_create_u64("ibs_recv_wake_acks", mode, ibs_dir, in qca_debugfs_init()
485 debugfs_create_bool("tx_vote", mode, ibs_dir, &qca->tx_vote); in qca_debugfs_init()
486 debugfs_create_u64("tx_votes_on", mode, ibs_dir, &qca->tx_votes_on); in qca_debugfs_init()
487 debugfs_create_u64("tx_votes_off", mode, ibs_dir, &qca->tx_votes_off); in qca_debugfs_init()
488 debugfs_create_bool("rx_vote", mode, ibs_dir, &qca->rx_vote); in qca_debugfs_init()
489 debugfs_create_u64("rx_votes_on", mode, ibs_dir, &qca->rx_votes_on); in qca_debugfs_init()
490 debugfs_create_u64("rx_votes_off", mode, ibs_dir, &qca->rx_votes_off); in qca_debugfs_init()
491 debugfs_create_u64("votes_on", mode, ibs_dir, &qca->votes_on); in qca_debugfs_init()
492 debugfs_create_u64("votes_off", mode, ibs_dir, &qca->votes_off); in qca_debugfs_init()
493 debugfs_create_u32("vote_on_ms", mode, ibs_dir, &qca->vote_on_ms); in qca_debugfs_init()
494 debugfs_create_u32("vote_off_ms", mode, ibs_dir, &qca->vote_off_ms); in qca_debugfs_init()
498 debugfs_create_u32("wake_retrans", mode, ibs_dir, &qca->wake_retrans); in qca_debugfs_init()
499 debugfs_create_u32("tx_idle_delay", mode, ibs_dir, in qca_debugfs_init()