Searched refs:trace_size (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/tools/testing/selftests/net/ |
| H A D | ioam6_parser.c | 245 __u32 trace_type, __u8 trace_size, __u16 ioam_ns) in check_header() argument 373 trace->remlen != trace_size / 4; in check_header() 438 trace->remlen != (trace_size / 4) - trace->nodelen; in check_header() 453 static int check_data(struct ioam6_trace_hdr *trace, __u8 trace_size, in check_data() argument 473 if (trace->remlen * 4 == trace_size) in check_data() 592 __u32 trace_type, __u8 trace_size, __u16 ioam_ns) in check_ioam_trace() argument 594 if (check_header(tid, trace, trace_type, trace_size, ioam_ns)) in check_ioam_trace() 598 return check_data(trace, trace_size, node1, true); in check_ioam_trace() 601 return check_data(trace, trace_size, node2, false); in check_ioam_trace()
|
| H A D | ioam6.sh | 365 local trace_size=$5 371 $trace_type $trace_size $ioam_ns $type &
|
| /linux-6.15/drivers/scsi/mpi3mr/ |
| H A D | mpi3mr_app.c | 34 seg_count = (trace_size) / MPI3MR_PAGE_SIZE_4K; in mpi3mr_alloc_trace_buffer() 35 trace_size = seg_count * MPI3MR_PAGE_SIZE_4K; in mpi3mr_alloc_trace_buffer() 77 trace_size, &diag_buffer->dma_addr, GFP_KERNEL); in mpi3mr_alloc_trace_buffer() 126 trace_size, fw_size; in mpi3mr_alloc_diag_bufs() local 139 trace_size = fw_size = MPI3MR_DEFAULT_HDB_MAX_SZ; in mpi3mr_alloc_diag_bufs() 163 if ((trace_size == 0) && (fw_size == 0)) in mpi3mr_alloc_diag_bufs() 172 if ((mrioc->facts.diag_trace_sz < trace_size) && (trace_size >= in mpi3mr_alloc_diag_bufs() 177 trace_size / 1024); in mpi3mr_alloc_diag_bufs() 179 mpi3mr_alloc_trace_buffer(mrioc, trace_size)) { in mpi3mr_alloc_diag_bufs() 182 trace_size -= trace_dec_size; in mpi3mr_alloc_diag_bufs() [all …]
|
| /linux-6.15/drivers/gpu/drm/nouveau/include/nvfw/ |
| H A D | pmu.h | 7 u32 trace_size; member
|
| /linux-6.15/drivers/net/fjes/ |
| H A D | fjes_ethtool.c | 242 dump->len = hw->hw_info.trace_size; in fjes_get_dump_flag() 257 memcpy(buf, hw->hw_info.trace, hw->hw_info.trace_size); in fjes_get_dump_data()
|
| H A D | fjes_hw.c | 356 hw->hw_info.trace_size = FJES_DEBUG_BUFFER_SIZE; in fjes_hw_init() 375 hw->hw_info.trace_size = 0; in fjes_hw_exit() 1221 FJES_DEV_COMMAND_START_DBG_REQ_LEN(hw->hw_info.trace_size); in fjes_hw_start_debug() 1223 req_buf->start_trace.buffer_len = hw->hw_info.trace_size; in fjes_hw_start_debug() 1224 page_count = hw->hw_info.trace_size / FJES_DEBUG_PAGE_SIZE; in fjes_hw_start_debug()
|
| H A D | fjes_hw.h | 288 u64 trace_size; member
|