Lines Matching full:static

35 static int collect_reg_dump(struct cudbg_init *, struct cudbg_buffer *,
37 static int collect_fw_devlog(struct cudbg_init *, struct cudbg_buffer *,
39 static int collect_cim_qcfg(struct cudbg_init *, struct cudbg_buffer *,
41 static int collect_cim_la(struct cudbg_init *, struct cudbg_buffer *,
43 static int collect_cim_ma_la(struct cudbg_init *, struct cudbg_buffer *,
45 static int collect_cim_obq_ulp0(struct cudbg_init *, struct cudbg_buffer *,
47 static int collect_cim_obq_ulp1(struct cudbg_init *, struct cudbg_buffer *,
49 static int collect_cim_obq_ulp2(struct cudbg_init *, struct cudbg_buffer *,
51 static int collect_cim_obq_ulp3(struct cudbg_init *, struct cudbg_buffer *,
53 static int collect_cim_obq_sge(struct cudbg_init *, struct cudbg_buffer *,
55 static int collect_cim_obq_ncsi(struct cudbg_init *, struct cudbg_buffer *,
57 static int collect_cim_ibq_tp0(struct cudbg_init *, struct cudbg_buffer *,
59 static int collect_cim_ibq_tp1(struct cudbg_init *, struct cudbg_buffer *,
61 static int collect_cim_ibq_ulp(struct cudbg_init *, struct cudbg_buffer *,
63 static int collect_cim_ibq_sge0(struct cudbg_init *, struct cudbg_buffer *,
65 static int collect_cim_ibq_sge1(struct cudbg_init *, struct cudbg_buffer *,
67 static int collect_cim_ibq_ncsi(struct cudbg_init *, struct cudbg_buffer *,
69 static int collect_edc0_meminfo(struct cudbg_init *, struct cudbg_buffer *,
71 static int collect_edc1_meminfo(struct cudbg_init *, struct cudbg_buffer *,
73 static int collect_mc0_meminfo(struct cudbg_init *, struct cudbg_buffer *,
75 static int collect_mc1_meminfo(struct cudbg_init *, struct cudbg_buffer *,
77 static int collect_rss(struct cudbg_init *, struct cudbg_buffer *,
79 static int collect_rss_key(struct cudbg_init *, struct cudbg_buffer *,
81 static int collect_rss_pf_config(struct cudbg_init *, struct cudbg_buffer *,
83 static int collect_rss_vf_config(struct cudbg_init *, struct cudbg_buffer *,
85 static int collect_rss_config(struct cudbg_init *, struct cudbg_buffer *,
87 static int collect_path_mtu(struct cudbg_init *, struct cudbg_buffer *,
89 static int collect_sw_state(struct cudbg_init *, struct cudbg_buffer *,
93 static int collect_pm_stats(struct cudbg_init *, struct cudbg_buffer *,
95 static int collect_hw_sched(struct cudbg_init *, struct cudbg_buffer *,
97 static int collect_tcp_stats(struct cudbg_init *, struct cudbg_buffer *,
99 static int collect_tp_err_stats(struct cudbg_init *, struct cudbg_buffer *,
101 static int collect_fcoe_stats(struct cudbg_init *, struct cudbg_buffer *,
103 static int collect_rdma_stats(struct cudbg_init *, struct cudbg_buffer *,
105 static int collect_tp_indirect(struct cudbg_init *, struct cudbg_buffer *,
107 static int collect_sge_indirect(struct cudbg_init *, struct cudbg_buffer *,
109 static int collect_cpl_stats(struct cudbg_init *, struct cudbg_buffer *,
111 static int collect_ddp_stats(struct cudbg_init *, struct cudbg_buffer *,
113 static int collect_wc_stats(struct cudbg_init *, struct cudbg_buffer *,
115 static int collect_ulprx_la(struct cudbg_init *, struct cudbg_buffer *,
117 static int collect_lb_stats(struct cudbg_init *, struct cudbg_buffer *,
119 static int collect_tp_la(struct cudbg_init *, struct cudbg_buffer *,
121 static int collect_meminfo(struct cudbg_init *, struct cudbg_buffer *,
123 static int collect_cim_pif_la(struct cudbg_init *, struct cudbg_buffer *,
125 static int collect_clk_info(struct cudbg_init *, struct cudbg_buffer *,
127 static int collect_obq_sge_rx_q0(struct cudbg_init *, struct cudbg_buffer *,
129 static int collect_obq_sge_rx_q1(struct cudbg_init *, struct cudbg_buffer *,
131 static int collect_macstats(struct cudbg_init *, struct cudbg_buffer *,
133 static int collect_pcie_indirect(struct cudbg_init *, struct cudbg_buffer *,
135 static int collect_pm_indirect(struct cudbg_init *, struct cudbg_buffer *,
137 static int collect_full(struct cudbg_init *, struct cudbg_buffer *,
139 static int collect_tx_rate(struct cudbg_init *, struct cudbg_buffer *,
141 static int collect_tid(struct cudbg_init *, struct cudbg_buffer *,
143 static int collect_pcie_config(struct cudbg_init *, struct cudbg_buffer *,
145 static int collect_dump_context(struct cudbg_init *, struct cudbg_buffer *,
147 static int collect_mps_tcam(struct cudbg_init *, struct cudbg_buffer *,
149 static int collect_vpd_data(struct cudbg_init *, struct cudbg_buffer *,
151 static int collect_le_tcam(struct cudbg_init *, struct cudbg_buffer *,
153 static int collect_cctrl(struct cudbg_init *, struct cudbg_buffer *,
155 static int collect_ma_indirect(struct cudbg_init *, struct cudbg_buffer *,
157 static int collect_ulptx_la(struct cudbg_init *, struct cudbg_buffer *,
159 static int collect_up_cim_indirect(struct cudbg_init *, struct cudbg_buffer *,
161 static int collect_pbt_tables(struct cudbg_init *, struct cudbg_buffer *,
163 static int collect_mbox_log(struct cudbg_init *, struct cudbg_buffer *,
165 static int collect_hma_indirect(struct cudbg_init *, struct cudbg_buffer *,
168 static int (*process_entity[])
245 static int read_cim_ibq(struct cudbg_init *, struct cudbg_buffer *,
247 static int read_cim_obq(struct cudbg_init *, struct cudbg_buffer *,