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 *,
47 static int collect_fw_devlog(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 *,
53 static int collect_cim_ma_la(struct cudbg_init *, struct cudbg_buffer *,
55 static int collect_cim_obq_ulp0(struct cudbg_init *, struct cudbg_buffer *,
57 static int collect_cim_obq_ulp1(struct cudbg_init *, struct cudbg_buffer *,
59 static int collect_cim_obq_ulp2(struct cudbg_init *, struct cudbg_buffer *,
61 static int collect_cim_obq_ulp3(struct cudbg_init *, struct cudbg_buffer *,
63 static int collect_cim_obq_sge(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()
132 write_chunk_header(struct cudbg_buffer *_outbuf, int id, int options, in write_chunk_header()
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()
338 read_chunk_header(struct cudbg_buffer *pc_buff, int *pid, int *poptions, in read_chunk_header()
357 validate_buffer(struct cudbg_buffer *compressed_buffer) in validate_buffer()
[all …]
H A Dcudbg_lib.c68 align_debug_buffer(struct cudbg_buffer *dbg_buff, in align_debug_buffer()
174 struct cudbg_buffer *dbg_buff, in get_next_ext_entity_hdr()
226 wr_entity_to_flash(void *handle, struct cudbg_buffer *dbg_buff, in wr_entity_to_flash()
292 struct cudbg_buffer dbg_buff; in cudbg_collect()
640 struct cudbg_buffer *dbg_buff, in collect_rss()
644 struct cudbg_buffer scratch_buff; in collect_rss()
677 struct cudbg_buffer *dbg_buff, in collect_sw_state()
681 struct cudbg_buffer scratch_buff; in collect_sw_state()
713 struct cudbg_buffer *dbg_buff, in collect_ddp_stats()
717 struct cudbg_buffer scratch_buff; in collect_ddp_stats()
[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()
174 memset(dc_buff, 0, sizeof(struct cudbg_buffer)); in cudbg_view_decompress_buff()
251 struct cudbg_buffer *cudbg_poutbuf, in view_ext_entity()
361 struct cudbg_buffer cudbg_poutbuf = {0}; in cudbg_view()
524 struct cudbg_buffer *cudbg_poutbuf, in view_cim_q()
527 struct cudbg_buffer c_buff, dc_buff; in view_cim_q()
547 struct cudbg_buffer *cudbg_poutbuf) in view_cim_la_t6()
549 struct cudbg_buffer c_buff, dc_buff; in view_cim_la_t6()
605 struct cudbg_buffer *cudbg_poutbuf) in view_cim_la_t5()
[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()