Home
last modified time | relevance | path

Searched refs:gather (Results 1 – 25 of 111) sorted by relevance

12345

/Linux-v4.19/drivers/net/ethernet/cavium/liquidio/
Docteon_nic.h102 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()
Dliquidio_common.h344 u64 gather:1; member
378 u64 gather:1;
475 u64 gather:1; member
520 u64 gather:1;
/Linux-v4.19/drivers/gpu/host1x/
Djob.c101 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/
Dzip_device.h57 union zip_zptr_s *gather; member
/Linux-v4.19/Documentation/block/
Drequest.txt61 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/
Dfpga-mgr.rst13 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/
Darch-support.txt4 # description: arch supports chained scatter-gather lists
/Linux-v4.19/Documentation/networking/
Ddriver.txt11 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/
Dnicvf_queues.c562 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/
Darm-dsu-pmu.txt5 form a multicore cluster. The PMU enables to gather various statistics on
/Linux-v4.19/arch/mips/include/asm/octeon/
Dcvmx-pko.h221 uint64_t gather:1; member
251 uint64_t gather:1;
/Linux-v4.19/drivers/message/fusion/
DKconfig64 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/
DKconfig58 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/
Dst.txt233 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/
Drapidio.rst39 subsystem to gather info on devices, request/map memory region
/Linux-v4.19/Documentation/arm64/
Dlegacy_instructions.txt28 performance, but at the loss of ability to gather runtime statistics
/Linux-v4.19/tools/power/pm-graph/config/
Dfreeze.cfg76 # gather detailed ftrace callgraph data on all timeline events (default: false)
Dstandby.cfg76 # gather detailed ftrace callgraph data on all timeline events (default: false)
Dstandby-callgraph.cfg77 # gather detailed ftrace callgraph data on all timeline events (default: false)
Dstandby-dev.cfg76 # gather detailed ftrace callgraph data on all timeline events (default: false)
Dsuspend-callgraph.cfg77 # gather detailed ftrace callgraph data on all timeline events (default: false)
Dsuspend-x2-proc.cfg76 # gather detailed ftrace callgraph data on all timeline events (default: false)
Dfreeze-callgraph.cfg77 # gather detailed ftrace callgraph data on all timeline events (default: false)
/Linux-v4.19/Documentation/perf/
Dhisi-pmu.txt5 independent and have hardware logic to gather statistics and performance
/Linux-v4.19/Documentation/devicetree/bindings/dma/
Dfsl-edma.txt35 - big-endian: If present registers and hardware scatter/gather descriptors

12345