/Linux-v4.19/drivers/net/ethernet/cavium/liquidio/ |
D | octeon_nic.h | 102 u32 gather:1; member 157 if (!setup->s.gather) { in octnet_prepare_pci_cmd_o2() 160 ih2->gather = 1; in octnet_prepare_pci_cmd_o2() 202 if (!setup->s.gather) { in octnet_prepare_pci_cmd_o3() 205 ih3->gather = 1; in octnet_prepare_pci_cmd_o3()
|
D | liquidio_common.h | 344 u64 gather:1; member 378 u64 gather:1; 475 u64 gather:1; member 520 u64 gather:1;
|
/Linux-v4.19/drivers/gpu/host1x/ |
D | job.c | 101 struct host1x_job_gather *gather = &job->gathers[job->num_gathers]; in host1x_job_add_gather() local 103 gather->words = words; in host1x_job_add_gather() 104 gather->bo = bo; in host1x_job_add_gather() 105 gather->offset = offset; in host1x_job_add_gather() 488 void *gather; in copy_gathers() local 491 gather = host1x_bo_mmap(g->bo); in copy_gathers() 492 memcpy(job->gather_copy_mapped + offset, gather + g->offset, in copy_gathers() 494 host1x_bo_munmap(g->bo, gather); in copy_gathers()
|
/Linux-v4.19/drivers/crypto/cavium/zip/ |
D | zip_device.h | 57 union zip_zptr_s *gather; member
|
/Linux-v4.19/Documentation/block/ |
D | request.txt | 61 unsigned short nr_phys_segments DB Number of physical scatter gather 64 unsigned short nr_hw_segments DB Number of hardware scatter gather
|
/Linux-v4.19/Documentation/driver-api/fpga/ |
D | fpga-mgr.rst | 13 The FPGA image to be programmed can be in a scatter gather list, a single 16 gather list instead if possible. 135 if (image is in a scatter gather table) { 137 info->sgt = [your scatter gather table]
|
/Linux-v4.19/Documentation/features/io/sg-chain/ |
D | arch-support.txt | 4 # description: arch supports chained scatter-gather lists
|
/Linux-v4.19/Documentation/networking/ |
D | driver.txt | 11 for a driver implementing scatter-gather this means: 47 For a non-scatter-gather supporting card, the three tests simply become:
|
/Linux-v4.19/drivers/net/ethernet/cavium/thunder/ |
D | nicvf_queues.c | 562 struct sq_gather_subdesc *gather; in nicvf_unmap_sndq_buffers() local 568 gather = (struct sq_gather_subdesc *)GET_SQ_DESC(sq, hdr_sqe); in nicvf_unmap_sndq_buffers() 570 dma_unmap_page_attrs(&nic->pdev->dev, gather->addr, in nicvf_unmap_sndq_buffers() 571 gather->size, DMA_TO_DEVICE, in nicvf_unmap_sndq_buffers() 1425 struct sq_gather_subdesc *gather; in nicvf_sq_add_gather_subdesc() local 1428 gather = (struct sq_gather_subdesc *)GET_SQ_DESC(sq, qentry); in nicvf_sq_add_gather_subdesc() 1430 memset(gather, 0, SND_QUEUE_DESC_SIZE); in nicvf_sq_add_gather_subdesc() 1431 gather->subdesc_type = SQ_DESC_TYPE_GATHER; in nicvf_sq_add_gather_subdesc() 1432 gather->ld_type = NIC_SEND_LD_TYPE_E_LDD; in nicvf_sq_add_gather_subdesc() 1433 gather->size = size; in nicvf_sq_add_gather_subdesc() [all …]
|
/Linux-v4.19/Documentation/devicetree/bindings/arm/ |
D | arm-dsu-pmu.txt | 5 form a multicore cluster. The PMU enables to gather various statistics on
|
/Linux-v4.19/arch/mips/include/asm/octeon/ |
D | cvmx-pko.h | 221 uint64_t gather:1; member 251 uint64_t gather:1;
|
/Linux-v4.19/drivers/message/fusion/ |
D | Kconfig | 64 int "Maximum number of scatter gather entries (16 - 128)" 69 gather entries per I/O. The driver default is 128, which matches
|
/Linux-v4.19/drivers/scsi/mpt3sas/ |
D | Kconfig | 58 gather entries per I/O. The driver default is 128, which matches 70 gather entries per I/O. The driver default is 128, which matches
|
/Linux-v4.19/Documentation/scsi/ |
D | st.txt | 233 scatter/gather segments permitted by the HBA 267 Scatter/gather buffers (buffers that consist of chunks non-contiguous 270 supporting scatter/gather), buffer allocation is using the following 273 those not supporting scatter/gather. The size of this buffer will be 280 2. The scatter/gather segments to fill the specified buffer size are 286 number of scatter/gather segments allowed for the SCSI adapter is not 287 exceeded if it is smaller than the maximum number of scatter/gather 312 max_sg_segs=xxx the maximum number of scatter/gather 326 with 'st.'. For instance, to set the maximum number of scatter/gather 328 number of scatter/gather segments). [all …]
|
/Linux-v4.19/Documentation/driver-api/ |
D | rapidio.rst | 39 subsystem to gather info on devices, request/map memory region
|
/Linux-v4.19/Documentation/arm64/ |
D | legacy_instructions.txt | 28 performance, but at the loss of ability to gather runtime statistics
|
/Linux-v4.19/tools/power/pm-graph/config/ |
D | freeze.cfg | 76 # gather detailed ftrace callgraph data on all timeline events (default: false)
|
D | standby.cfg | 76 # gather detailed ftrace callgraph data on all timeline events (default: false)
|
D | standby-callgraph.cfg | 77 # gather detailed ftrace callgraph data on all timeline events (default: false)
|
D | standby-dev.cfg | 76 # gather detailed ftrace callgraph data on all timeline events (default: false)
|
D | suspend-callgraph.cfg | 77 # gather detailed ftrace callgraph data on all timeline events (default: false)
|
D | suspend-x2-proc.cfg | 76 # gather detailed ftrace callgraph data on all timeline events (default: false)
|
D | freeze-callgraph.cfg | 77 # gather detailed ftrace callgraph data on all timeline events (default: false)
|
/Linux-v4.19/Documentation/perf/ |
D | hisi-pmu.txt | 5 independent and have hardware logic to gather statistics and performance
|
/Linux-v4.19/Documentation/devicetree/bindings/dma/ |
D | fsl-edma.txt | 35 - big-endian: If present registers and hardware scatter/gather descriptors
|