Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/cudbg/
H A Dcudbg_lib.h35 static int collect_reg_dump(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 *,
77 static int collect_rss(struct cudbg_init *, struct cudbg_buffer *,
91 int collect_wtp_data(struct cudbg_init *, struct cudbg_buffer *,
119 static int collect_tp_la(struct cudbg_init *, struct cudbg_buffer *,
137 static int collect_full(struct cudbg_init *, struct cudbg_buffer *,
141 static int collect_tid(struct cudbg_init *, struct cudbg_buffer *,
153 static int collect_cctrl(struct cudbg_init *, struct cudbg_buffer *,
245 static int read_cim_ibq(struct cudbg_init *, struct cudbg_buffer *,
[all …]
H A Dcudbg_lib_common.h103 struct cudbg_buffer { struct
155 int write_compression_hdr(struct cudbg_buffer *, struct cudbg_buffer *);
156 int compress_buff(struct cudbg_buffer *, struct cudbg_buffer *);
157 int get_scratch_buff(struct cudbg_buffer *, u32, struct cudbg_buffer *);
158 void release_scratch_buff(struct cudbg_buffer *, struct cudbg_buffer *);
159 int decompress_buffer(struct cudbg_buffer *, struct cudbg_buffer *);
160 int validate_buffer(struct cudbg_buffer *compressed_buffer);
161 int decompress_buffer_wrapper(struct cudbg_buffer *pc_buff,
162 struct cudbg_buffer *pdc_buff);
H A Dfastlz.h37 struct cudbg_buffer;
46 int write_magic(struct cudbg_buffer *);
47 int detect_magic(struct cudbg_buffer *);
52 int write_chunk_header(struct cudbg_buffer *, int, int, unsigned long,
55 int read_chunk_header(struct cudbg_buffer *, int* , int*, unsigned long*,
H A Dcudbg_lib.c93 struct cudbg_buffer *dbg_buff, in get_next_ext_entity_hdr()
205 struct cudbg_buffer dbg_buff; in cudbg_collect()
572 struct cudbg_buffer scratch_buff; in collect_rss()
607 struct cudbg_buffer scratch_buff; in collect_sw_state()
642 struct cudbg_buffer scratch_buff; in collect_ddp_stats()
676 struct cudbg_buffer scratch_buff; in collect_ulptx_la()
724 struct cudbg_buffer scratch_buff; in collect_ulprx_la()
756 struct cudbg_buffer scratch_buff; in collect_cpl_stats()
791 struct cudbg_buffer scratch_buff; in collect_wc_stats()
1850 struct cudbg_buffer temp_buff; in collect_dump_context()
[all …]
H A Dfastlz_api.c74 int write_magic(struct cudbg_buffer *_out_buff) in write_magic()
142 int write_compression_hdr(struct cudbg_buffer *pin_buff, in write_compression_hdr()
143 struct cudbg_buffer *pout_buff) in write_compression_hdr()
145 struct cudbg_buffer tmp_buffer; in write_compression_hdr()
207 int compress_buff(struct cudbg_buffer *pin_buff, struct cudbg_buffer *pout_buff) in compress_buff()
209 struct cudbg_buffer tmp_buffer; in compress_buff()
283 int detect_magic(struct cudbg_buffer *_c_buff) in detect_magic()
338 int decompress_buffer(struct cudbg_buffer *pc_buff, in decompress_buffer()
339 struct cudbg_buffer *pd_buff) in decompress_buffer()
341 struct cudbg_buffer tmp_compressed_buffer; in decompress_buffer()
[all …]
H A Dcudbg_common.c34 int get_scratch_buff(struct cudbg_buffer *pdbg_buff, u32 size, in get_scratch_buff()
35 struct cudbg_buffer *pscratch_buff) in get_scratch_buff()
56 void release_scratch_buff(struct cudbg_buffer *pscratch_buff, in release_scratch_buff()
57 struct cudbg_buffer *pdbg_buff) in release_scratch_buff()
H A Dcudbg_flash_utils.c87 static void update_headers(void *handle, struct cudbg_buffer *dbg_buff, in update_headers()
159 struct cudbg_buffer *dbg_buff = (struct cudbg_buffer *)data; in cudbg_write_flash()
H A Dcudbg_wtp.c37 struct cudbg_buffer *dbg_buff,
290 struct cudbg_buffer *dbg_buff, in t5_wtp_data()
295 struct cudbg_buffer scratch_buff; in t5_wtp_data()
932 struct cudbg_buffer *dbg_buff, in t6_wtp_data()
937 struct cudbg_buffer scratch_buff; in t6_wtp_data()
1295 struct cudbg_buffer *dbg_buff, in collect_wtp_data()