Searched refs:pc_buff (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/cxgbe/cudbg/ |
H A D | fastlz_api.c | 312 int read_chunk_header(struct cudbg_buffer *pc_buff, int *pid, int *poptions, in read_chunk_header() argument 317 int byte_r = read_from_buf(pc_buff->data, pc_buff->size, in read_chunk_header() 318 &pc_buff->offset, buffer, 16); in read_chunk_header() 338 int decompress_buffer(struct cudbg_buffer *pc_buff, in decompress_buffer() argument 376 if (pc_buff->offset > pc_buff->size) in decompress_buffer() 379 rc = read_chunk_header(pc_buff, &chunk_id, &chunk_options, in decompress_buffer() 389 bytes_read = read_from_buf(pc_buff->data, pc_buff->size, in decompress_buffer() 390 &pc_buff->offset, buffer, in decompress_buffer() 406 pc_buff->offset -= chunk_size + 16; in decompress_buffer() 443 read_from_buf(pc_buff->data, in decompress_buffer() [all …]
|
H A D | cudbg_lib_common.h | 161 int decompress_buffer_wrapper(struct cudbg_buffer *pc_buff,
|