Home
last modified time | relevance | path

Searched refs:segments (Results 126 – 150 of 228) sorted by relevance

12345678910

/openbmc/linux/sound/soc/intel/avs/
H A Dprobes.c34 cfg.base.is_pages = mentry.segments[2].flags.length; in avs_dsp_init_probe()
/openbmc/linux/arch/x86/boot/compressed/
H A DMakefile75 LDFLAGS_vmlinux += $(call ld-option,--no-warn-rwx-segments)
/openbmc/linux/Documentation/driver-api/soundwire/
H A Derror_handling.rst56 problems when enabling multiple bus segments (a command with side effects
/openbmc/linux/arch/arm64/boot/dts/ti/
H A Dk3-j7200.dtsi162 /* Now include the peripherals for each bus segments */
H A Dk3-am62a.dtsi122 /* Now include the peripherals for each bus segments */
H A Dk3-j721e.dtsi174 /* Now include the peripherals for each bus segments */
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/
H A Dmultipath-tools_0.9.8.bb16 segments detected. It is called from hotplug upon device maps creation \
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Dump/
H A DCreate.interface.yaml111 segments:
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-cxl71 Set the mode for prefaulting in segments into the segment table
81 all all segments process calling
/openbmc/linux/drivers/staging/octeon/
H A Dethernet.c178 int segments = work->word2.s.bufs; in cvm_oct_free_work() local
181 while (segments--) { in cvm_oct_free_work()
/openbmc/linux/Documentation/infiniband/
H A Dipoib.rst49 datagrams, TCP segments, etc and increases the performance for large
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_lwt_seg6local.c44 struct ip6_addr_t segments[0]; member
/openbmc/linux/sound/soc/intel/skylake/
H A Dskl-sst-utils.c62 struct segment_desc segments[3]; member
/openbmc/linux/fs/f2fs/
H A DKconfig42 - average SIT information about whole segments
/openbmc/linux/Documentation/RCU/
H A DNMI-RCU.rst95 CPUs complete any preemption-disabled segments of code that they were
/openbmc/linux/net/ipv6/
H A Drpl_iptunnel.c139 buf = kcalloc(struct_size(srh, segments.addr, srh->segments_left), 2, GFP_ATOMIC); in rpl_do_srh_inline()
H A Dseg6_hmac.c209 memcpy(off, hdr->segments + i, 16); in seg6_hmac_compute()
/openbmc/linux/Documentation/scsi/
H A DChangeLog.arcmsr93 ** This could handle IO request violating max. segments
/openbmc/linux/Documentation/networking/device_drivers/ethernet/microsoft/
H A Dnetvsc.rst60 processing overhead by coalescing multiple TCP segments when possible. The
/openbmc/linux/Documentation/devicetree/bindings/net/
H A Dxlnx,axi-ethernet.yaml13 segments of memory for buffering TX and RX, as well as the capability of
/openbmc/linux/kernel/
H A DKconfig.kexec45 for kernel and initramfs as opposed to list of segments as
/openbmc/linux/drivers/s390/block/
H A Ddcssblk.c1022 module_param_string(segments, dcssblk_segments, DCSSBLK_PARM_LEN, 0444);
1023 MODULE_PARM_DESC(segments, "Name of DCSS segment(s) to be loaded, "
/openbmc/linux/Documentation/networking/
H A Dtimestamping.rst323 may be split across segments, any segments may be merged (possibly
326 byte range can coexist in multiple segments for protocols that
335 In practice, timestamps can be correlated with segments of a
364 itself does not reorder the segments. The stack indeed tries to avoid
367 segments from the same stream differently. Such a setup would be
/openbmc/linux/drivers/scsi/
H A Dncr53c8xx.c4089 int segments; in ncr_queue_command() local
4216 segments = ncr_scatter(np, cp, cp->cmd); in ncr_queue_command()
4217 if (segments < 0) { in ncr_queue_command()
4224 segments = 0; in ncr_queue_command()
4261 if (segments <= MAX_SCATTERL) in ncr_queue_command()
4262 lastp = goalp - 8 - (segments * 16); in ncr_queue_command()
4265 lastp -= (segments - MAX_SCATTERL) * 16; in ncr_queue_command()
4274 if (segments <= MAX_SCATTERL) in ncr_queue_command()
4275 lastp = goalp - 8 - (segments * 16); in ncr_queue_command()
4278 lastp -= (segments - MAX_SCATTERL) * 16; in ncr_queue_command()
/openbmc/linux/sound/pci/cs46xx/
H A Dcs46xx_lib.c357 if (module->segments) { in free_module_desc()
360 kfree(module->segments[i].data); in free_module_desc()
361 kfree(module->segments); in free_module_desc()
436 module->segments = in load_firmware()
438 if (!module->segments) in load_firmware()
441 struct dsp_segment_desc *entry = &module->segments[i]; in load_firmware()

12345678910