Searched refs:cudbg_buffer (Results 1 – 8 of 8) sorted by relevance
| /src/sys/dev/cxgbe/cudbg/ |
| H A D | cudbg_lib.h | 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 *, [all …]
|
| H A D | cudbg_lib_common.h | 98 struct cudbg_buffer { struct 150 int write_compression_hdr(struct cudbg_buffer *, struct cudbg_buffer *); 151 int compress_buff(struct cudbg_buffer *, struct cudbg_buffer *); 152 int get_scratch_buff(struct cudbg_buffer *, u32, struct cudbg_buffer *); 153 void release_scratch_buff(struct cudbg_buffer *, struct cudbg_buffer *); 154 int decompress_buffer(struct cudbg_buffer *, struct cudbg_buffer *); 155 int validate_buffer(struct cudbg_buffer *compressed_buffer); 156 int decompress_buffer_wrapper(struct cudbg_buffer *pc_buff, 157 struct cudbg_buffer *pdc_buff);
|
| H A D | fastlz.h | 37 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 D | cudbg_lib.c | 53 static void align_debug_buffer(struct cudbg_buffer *dbg_buff, in align_debug_buffer() 93 struct cudbg_buffer *dbg_buff, in get_next_ext_entity_hdr() 144 static int wr_entity_to_flash(void *handle, struct cudbg_buffer *dbg_buff, in wr_entity_to_flash() 207 struct cudbg_buffer dbg_buff; in cudbg_collect() 570 struct cudbg_buffer *dbg_buff, in collect_rss() 574 struct cudbg_buffer scratch_buff; in collect_rss() 605 struct cudbg_buffer *dbg_buff, in collect_sw_state() 609 struct cudbg_buffer scratch_buff; in collect_sw_state() 640 struct cudbg_buffer *dbg_buff, in collect_ddp_stats() 644 struct cudbg_buffer scratch_buff; in collect_ddp_stats() [all …]
|
| H A D | fastlz_api.c | 74 int write_magic(struct cudbg_buffer *_out_buff) in write_magic() 112 int write_chunk_header(struct cudbg_buffer *_outbuf, int id, int options, in write_chunk_header() 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() 312 int read_chunk_header(struct cudbg_buffer *pc_buff, int *pid, int *poptions, in read_chunk_header() 330 int validate_buffer(struct cudbg_buffer *compressed_buffer) in validate_buffer() [all …]
|
| H A D | cudbg_common.c | 34 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 D | cudbg_flash_utils.c | 80 static void update_headers(void *handle, struct cudbg_buffer *dbg_buff, in update_headers() 152 struct cudbg_buffer *dbg_buff = (struct cudbg_buffer *)data; in cudbg_write_flash()
|
| H A D | cudbg_wtp.c | 37 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()
|