Home
last modified time | relevance | path

Searched refs:cudbg_buffer (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dcudbg_lib.h45 static int collect_reg_dump(struct cudbg_init *, struct cudbg_buffer *,
49 static int collect_cim_qcfg(struct cudbg_init *, struct cudbg_buffer *,
51 static int collect_cim_la(struct cudbg_init *, struct cudbg_buffer *,
87 static int collect_rss(struct cudbg_init *, struct cudbg_buffer *,
101 int collect_wtp_data(struct cudbg_init *, struct cudbg_buffer *,
129 static int collect_tp_la(struct cudbg_init *, struct cudbg_buffer *,
147 static int collect_full(struct cudbg_init *, struct cudbg_buffer *,
151 static int collect_tid(struct cudbg_init *, struct cudbg_buffer *,
163 static int collect_cctrl(struct cudbg_init *, struct cudbg_buffer *,
255 static int read_cim_ibq(struct cudbg_init *, struct cudbg_buffer *,
[all …]
H A Dcudbg_lib_common.h103 struct cudbg_buffer { struct
136 int write_compression_hdr(struct cudbg_buffer *, struct cudbg_buffer *);
137 int compress_buff(struct cudbg_buffer *, struct cudbg_buffer *);
138 int get_scratch_buff(struct cudbg_buffer *, u32, struct cudbg_buffer *);
139 void release_scratch_buff(struct cudbg_buffer *, struct cudbg_buffer *);
140 int decompress_buffer(struct cudbg_buffer *, struct cudbg_buffer *);
141 int validate_buffer(struct cudbg_buffer *compressed_buffer);
142 int decompress_buffer_wrapper(struct cudbg_buffer *pc_buff,
143 struct cudbg_buffer *pdc_buff);
H A Dfastlz.h50 struct cudbg_buffer;
59 int write_magic(struct cudbg_buffer *);
60 int detect_magic(struct cudbg_buffer *);
65 int write_chunk_header(struct cudbg_buffer *, int, int, unsigned long,
68 int read_chunk_header(struct cudbg_buffer *, int* , int*, unsigned long*,
H A Dfastlz_api.c91 write_magic(struct cudbg_buffer *_out_buff) in write_magic()
163 write_compression_hdr(struct cudbg_buffer *pin_buff, in write_compression_hdr()
164 struct cudbg_buffer *pout_buff) in write_compression_hdr()
166 struct cudbg_buffer tmp_buffer; in write_compression_hdr()
229 compress_buff(struct cudbg_buffer *pin_buff, struct cudbg_buffer *pout_buff) in compress_buff()
231 struct cudbg_buffer tmp_buffer; in compress_buff()
306 detect_magic(struct cudbg_buffer *_c_buff) in detect_magic()
366 decompress_buffer(struct cudbg_buffer *pc_buff, in decompress_buffer()
367 struct cudbg_buffer *pd_buff) in decompress_buffer()
369 struct cudbg_buffer tmp_compressed_buffer; in decompress_buffer()
[all …]
H A Dcudbg_lib.c174 struct cudbg_buffer *dbg_buff, in get_next_ext_entity_hdr()
292 struct cudbg_buffer dbg_buff; in cudbg_collect()
677 struct cudbg_buffer *dbg_buff, in collect_sw_state()
748 struct cudbg_buffer *dbg_buff, in collect_ulptx_la()
797 struct cudbg_buffer *dbg_buff, in collect_ulprx_la()
864 struct cudbg_buffer *dbg_buff, in collect_wc_stats()
1169 struct cudbg_buffer *dbg_buff, in collect_meminfo()
1203 struct cudbg_buffer *dbg_buff, in collect_lb_stats()
1282 struct cudbg_buffer *dbg_buff, in collect_clk_info()
1673 struct cudbg_buffer *dbg_buff, in collect_rss_key()
[all …]
H A Dcudbg_common.c51 get_scratch_buff(struct cudbg_buffer *pdbg_buff, u32 size, in get_scratch_buff()
52 struct cudbg_buffer *pscratch_buff) in get_scratch_buff()
74 release_scratch_buff(struct cudbg_buffer *pscratch_buff, in release_scratch_buff()
75 struct cudbg_buffer *pdbg_buff) in release_scratch_buff()
H A Dcudbg_flash_utils.c99 update_headers(void *handle, struct cudbg_buffer *dbg_buff, in update_headers()
172 struct cudbg_buffer *dbg_buff = (struct cudbg_buffer *)data; in cudbg_write_flash()
H A Dcudbg_wtp.c48 struct cudbg_buffer *dbg_buff,
304 struct cudbg_buffer *dbg_buff, in t5_wtp_data()
309 struct cudbg_buffer scratch_buff; in t5_wtp_data()
947 struct cudbg_buffer *dbg_buff, in t6_wtp_data()
952 struct cudbg_buffer scratch_buff; in t6_wtp_data()
1311 struct cudbg_buffer *dbg_buff, in collect_wtp_data()
/illumos-gate/usr/src/cmd/cxgbetool/
H A Dcudbg_view.c162 struct cudbg_buffer *c_buff, in cudbg_view_decompress_buff()
163 struct cudbg_buffer *dc_buff) in cudbg_view_decompress_buff()
251 struct cudbg_buffer *cudbg_poutbuf, in view_ext_entity()
527 struct cudbg_buffer c_buff, dc_buff; in view_cim_q()
549 struct cudbg_buffer c_buff, dc_buff; in view_cim_la_t6()
607 struct cudbg_buffer c_buff, dc_buff; in view_cim_la_t5()
674 struct cudbg_buffer c_buff, dc_buff; in view_cim_ma_la()
716 struct cudbg_buffer c_buff, dc_buff; in view_cim_qcfg()
756 struct cudbg_buffer *pdc_buff) in decompress_buffer_wrapper()
786 struct cudbg_buffer c_buff, dc_buff; in copy_bin_data()
[all …]
H A Dcudbg_view.h28 struct cudbg_buffer *, enum chip_type);
88 struct cudbg_buffer *, enum chip_type) = {
177 void cudbg_view_release_buff(char *pbuf, struct cudbg_buffer *dc_buff);
H A Dcudbg_view_compat.h47 int view_ulptx_la_rev0(void *, struct cudbg_buffer *);
H A Dcudbg_view_compat.c20 view_ulptx_la_rev0(void *data, struct cudbg_buffer *cudbg_poutbuf) in view_ulptx_la_rev0()