Home
last modified time | relevance | path

Searched refs:formatted (Results 1 – 25 of 61) sorted by relevance

123

/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_model.h32 input->filter.formatted.src_ip[0] = (__force __be32)val; in ixgbe_mat_prgm_sip()
33 mask->formatted.src_ip[0] = (__force __be32)m; in ixgbe_mat_prgm_sip()
41 input->filter.formatted.dst_ip[0] = (__force __be32)val; in ixgbe_mat_prgm_dip()
42 mask->formatted.dst_ip[0] = (__force __be32)m; in ixgbe_mat_prgm_dip()
58 input->filter.formatted.src_port = (__force __be16)(val & 0xffff); in ixgbe_mat_prgm_ports()
59 mask->formatted.src_port = (__force __be16)(m & 0xffff); in ixgbe_mat_prgm_ports()
60 input->filter.formatted.dst_port = (__force __be16)(val >> 16); in ixgbe_mat_prgm_ports()
61 mask->formatted.dst_port = (__force __be16)(m >> 16); in ixgbe_mat_prgm_ports()
/linux/Documentation/gpu/
H A Dmsm-crash-dump.rst9 This document describes how the output is formatted.
26 The kernel time at crash formatted as seconds.microseconds.
35 ID of the GPU that generated the crash formatted as
/linux/fs/adfs/
H A DKconfig11 and from ADFS-formatted floppy discs. If you also want to be able to
28 hard drives and ADFS-formatted floppy disks. This is experimental
/linux/Documentation/userspace-api/media/v4l/
H A Dmetafmt-intel-ipu3.rst19 interface. They are formatted as described by the :c:type:`ipu3_uapi_stats_3a`
49 formatted as described by the :c:type:`ipu3_uapi_params` structure.
H A Dvidioc-subdev-querycap.rst59 The version number is formatted using the ``KERNEL_VERSION()``
H A Dmetafmt-c3-isp.rst19 They are formatted as described by the :c:type:`c3_isp_stats_info` structure.
/linux/drivers/md/
H A Ddm-clone-metadata.c233 static int __superblock_all_zeroes(struct dm_block_manager *bm, bool *formatted) in __superblock_all_zeroes() argument
251 *formatted = false; in __superblock_all_zeroes()
258 *formatted = true; in __superblock_all_zeroes()
426 bool formatted = false; in __open_or_format_metadata() local
428 r = __superblock_all_zeroes(cmd->bm, &formatted); in __open_or_format_metadata()
432 if (!formatted) in __open_or_format_metadata()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_dev_coredump.c490 if (!coredump->formatted) in amdgpu_devcoredump_read()
498 memcpy(buffer, coredump->formatted + offset, byte_copied); in amdgpu_devcoredump_read()
508 kvfree(coredump->formatted); in amdgpu_devcoredump_free()
528 coredump->formatted = kvzalloc(coredump->formatted_size, GFP_KERNEL); in amdgpu_devcoredump_deferred_work()
529 if (!coredump->formatted) { in amdgpu_devcoredump_deferred_work()
534 amdgpu_devcoredump_format(coredump->formatted, coredump->formatted_size, coredump); in amdgpu_devcoredump_deferred_work()
H A Damdgpu_dev_coredump.h62 char *formatted; member
/linux/Documentation/ABI/testing/
H A Dsysfs-firmware-dmi-entries61 the "formatted" portion of the entry. This
62 "formatted" region is sometimes followed by
67 "formatted" portion of the entry, the
H A Ddebugfs-wilco-ec12 Output will formatted with "0x%02x\n".
H A Dsysfs-bus-nvdimm51 Description: (RO) Show the id (serial) of the device, formatted as an
H A Dsysfs-class-rtc51 Valid time range for the RTC, as seconds from epoch, formatted
/linux/Documentation/userspace-api/media/mediactl/
H A Dmedia-ioc-device-info.rst77 - Media API version, formatted with the ``KERNEL_VERSION()`` macro.
85 - Media device driver version, formatted with the
/linux/tools/perf/util/cs-etm-decoder/
H A Dcs-etm-decoder.h65 bool formatted; member
H A Dcs-etm-decoder.c248 * generating formatted CoreSight trace frames in cs_etm_decoder__init_def_logger_printing()
251 (d_params->formatted == true)) { in cs_etm_decoder__init_def_logger_printing()
709 format = (d_params->formatted ? OCSD_TRC_SRC_FRAME_FORMATTED : in cs_etm_decoder__new()
/linux/fs/qnx6/
H A DKconfig10 Say Y if you intend to mount QNX hard disks or floppies formatted
/linux/drivers/net/ethernet/wangxun/txgbe/
H A Dtxgbe_type.h260 } formatted; member
270 } formatted; member
/linux/tools/net/ynl/pyynl/lib/
H A Dynl.py1235 formatted = ':'.join(f'{b:02x}' for b in raw)
1238 formatted = hex(raw)
1240 formatted = bytes.hex(raw, ' ')
1242 formatted = format(ipaddress.ip_address(raw))
1244 formatted = str(uuid.UUID(bytes=raw))
1246 formatted = raw
1247 return formatted
/linux/Documentation/filesystems/
H A Disofs.rst35 cruft Try to handle badly formatted CDs.
H A Dudf.rst13 media however, does not support this. Instead the media can be formatted
/linux/tools/testing/kunit/
H A Dkunit_parser.py522 formatted = textwrap.dedent('\n'.join(log))
523 for line in formatted.splitlines():
528 Returns string with formatted test result with colored status and test
539 String containing formatted test result
/linux/Documentation/dev-tools/kunit/
H A Drunning_tips.rst239 ``CONFIG_KUNIT_DEBUGFS`` to expose per-suite TAP-formatted results:
336 will be formatted in kernel output:
343 This is an example of how test attributes for test suites will be formatted in
/linux/Documentation/process/
H A Dchanges.rst221 documentation via specially-formatted comments near their
267 and repair a JFS formatted partition.
269 - ``mkfs.jfs`` - create a JFS formatted partition.
/linux/Documentation/userspace-api/media/cec/
H A Dcec-ioc-adap-g-caps.rst63 - CEC Framework API version, formatted with the ``KERNEL_VERSION()``

123