Lines Matching refs:p
1683 static irqreturn_t int_phy_up_down_bcast_v3_hw(int irq_no, void *p) in int_phy_up_down_bcast_v3_hw() argument
1685 struct hisi_hba *hisi_hba = p; in int_phy_up_down_bcast_v3_hw()
1910 static irqreturn_t int_chnl_int_v3_hw(int irq_no, void *p) in int_chnl_int_v3_hw() argument
1912 struct hisi_hba *hisi_hba = p; in int_chnl_int_v3_hw()
2123 static irqreturn_t fatal_axi_int_v3_hw(int irq_no, void *p) in fatal_axi_int_v3_hw() argument
2126 struct hisi_hba *hisi_hba = p; in fatal_axi_int_v3_hw()
2514 static irqreturn_t cq_thread_v3_hw(int irq_no, void *p) in cq_thread_v3_hw() argument
2516 struct hisi_sas_cq *cq = p; in cq_thread_v3_hw()
2523 static irqreturn_t cq_interrupt_v3_hw(int irq_no, void *p) in cq_interrupt_v3_hw() argument
2525 struct hisi_sas_cq *cq = p; in cq_interrupt_v3_hw()
3585 static int debugfs_global_v3_hw_show(struct seq_file *s, void *p) in debugfs_global_v3_hw_show() argument
3596 static int debugfs_axi_v3_hw_show(struct seq_file *s, void *p) in debugfs_axi_v3_hw_show() argument
3607 static int debugfs_ras_v3_hw_show(struct seq_file *s, void *p) in debugfs_ras_v3_hw_show() argument
3618 static int debugfs_port_v3_hw_show(struct seq_file *s, void *p) in debugfs_port_v3_hw_show() argument
3673 static int debugfs_cq_v3_hw_show(struct seq_file *s, void *p) in debugfs_cq_v3_hw_show() argument
3697 static int debugfs_dq_v3_hw_show(struct seq_file *s, void *p) in debugfs_dq_v3_hw_show() argument
3708 static int debugfs_iost_v3_hw_show(struct seq_file *s, void *p) in debugfs_iost_v3_hw_show() argument
3724 static int debugfs_iost_cache_v3_hw_show(struct seq_file *s, void *p) in debugfs_iost_cache_v3_hw_show() argument
3750 static int debugfs_itct_v3_hw_show(struct seq_file *s, void *p) in debugfs_itct_v3_hw_show() argument
3766 static int debugfs_itct_cache_v3_hw_show(struct seq_file *s, void *p) in debugfs_itct_cache_v3_hw_show() argument
3799 int p; in debugfs_create_files_v3_hw() local
3818 for (p = 0; p < hisi_hba->n_phy; p++) { in debugfs_create_files_v3_hw()
3819 snprintf(name, 256, "%d", p); in debugfs_create_files_v3_hw()
3822 &hisi_hba->debugfs_port_reg[dump_index][p], in debugfs_create_files_v3_hw()
3947 static int debugfs_bist_linkrate_v3_hw_show(struct seq_file *s, void *p) in debugfs_bist_linkrate_v3_hw_show() argument
4036 static int debugfs_bist_code_mode_v3_hw_show(struct seq_file *s, void *p) in debugfs_bist_code_mode_v3_hw_show() argument
4132 static int debugfs_bist_phy_v3_hw_show(struct seq_file *s, void *p) in debugfs_bist_phy_v3_hw_show() argument
4180 static int debugfs_bist_cnt_v3_hw_show(struct seq_file *s, void *p) in debugfs_bist_cnt_v3_hw_show() argument
4214 static int debugfs_bist_mode_v3_hw_show(struct seq_file *s, void *p) in debugfs_bist_mode_v3_hw_show() argument
4312 static int debugfs_bist_enable_v3_hw_show(struct seq_file *s, void *p) in debugfs_bist_enable_v3_hw_show() argument
4365 static int debugfs_v3_hw_show(struct seq_file *s, void *p) in debugfs_v3_hw_show() argument
4410 static int debugfs_phy_down_cnt_v3_hw_show(struct seq_file *s, void *p) in debugfs_phy_down_cnt_v3_hw_show() argument
4586 static int debugfs_fifo_data_v3_hw_show(struct seq_file *s, void *p) in debugfs_fifo_data_v3_hw_show() argument
4714 int p, c, d, r, i; in debugfs_alloc_v3_hw() local
4729 for (p = 0; p < hisi_hba->n_phy; p++) { in debugfs_alloc_v3_hw()
4731 &hisi_hba->debugfs_port_reg[dump_index][p]; in debugfs_alloc_v3_hw()
4736 port->phy = &hisi_hba->phy[p]; in debugfs_alloc_v3_hw()