Home
last modified time | relevance | path

Searched full:formatted (Results 1 – 25 of 339) sorted by relevance

12345678910>>...14

/linux-6.8/drivers/net/ethernet/intel/ixgbe/
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()
Dixgbe_82599.c1376 tunnel = !!(input.formatted.flow_type & IXGBE_ATR_L4TYPE_TUNNEL_MASK); in ixgbe_fdir_add_signature_filter_82599()
1377 flow_type = input.formatted.flow_type & in ixgbe_fdir_add_signature_filter_82599()
1478 input->formatted.bkt_hash = (__force __be16)(bucket_hash & 0x1FFF); in ixgbe_atr_compute_perfect_hash_82599()
1492 u32 mask = ntohs(input_mask->formatted.dst_port); in ixgbe_get_fdirtcpm_82599()
1495 mask |= ntohs(input_mask->formatted.src_port); in ixgbe_get_fdirtcpm_82599()
1536 if (input_mask->formatted.bkt_hash) in ixgbe_fdir_set_input_mask_82599()
1540 switch (input_mask->formatted.vm_pool & 0x7F) { in ixgbe_fdir_set_input_mask_82599()
1551 switch (input_mask->formatted.flow_type & IXGBE_ATR_L4TYPE_MASK) { in ixgbe_fdir_set_input_mask_82599()
1554 if (input_mask->formatted.dst_port || in ixgbe_fdir_set_input_mask_82599()
1555 input_mask->formatted.src_port) { in ixgbe_fdir_set_input_mask_82599()
[all …]
Dixgbe_ethtool.c2556 switch (rule->filter.formatted.flow_type) { in ixgbe_get_ethtool_fdir_entry()
2576 fsp->h_u.tcp_ip4_spec.psrc = rule->filter.formatted.src_port; in ixgbe_get_ethtool_fdir_entry()
2577 fsp->m_u.tcp_ip4_spec.psrc = mask->formatted.src_port; in ixgbe_get_ethtool_fdir_entry()
2578 fsp->h_u.tcp_ip4_spec.pdst = rule->filter.formatted.dst_port; in ixgbe_get_ethtool_fdir_entry()
2579 fsp->m_u.tcp_ip4_spec.pdst = mask->formatted.dst_port; in ixgbe_get_ethtool_fdir_entry()
2580 fsp->h_u.tcp_ip4_spec.ip4src = rule->filter.formatted.src_ip[0]; in ixgbe_get_ethtool_fdir_entry()
2581 fsp->m_u.tcp_ip4_spec.ip4src = mask->formatted.src_ip[0]; in ixgbe_get_ethtool_fdir_entry()
2582 fsp->h_u.tcp_ip4_spec.ip4dst = rule->filter.formatted.dst_ip[0]; in ixgbe_get_ethtool_fdir_entry()
2583 fsp->m_u.tcp_ip4_spec.ip4dst = mask->formatted.dst_ip[0]; in ixgbe_get_ethtool_fdir_entry()
2584 fsp->h_ext.vlan_tci = rule->filter.formatted.vlan_id; in ixgbe_get_ethtool_fdir_entry()
[all …]
/linux-6.8/drivers/scsi/qla2xxx/
Dtcm_qla2xxx.h22 /* ASCII formatted WWPN for FC Initiator Nport */
64 /* ASCII formatted WWPN for FC Target Lport */
66 /* ASCII formatted naa WWPN for VPD page 83 etc */
/linux-6.8/Documentation/gpu/
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-6.8/drivers/acpi/acpica/
Dutuuid.c40 * PARAMETERS: in_string - 36-byte formatted UUID string
45 * DESCRIPTION: Convert a 36-byte formatted UUID string to 16-byte UUID buffer
70 * out_string - 36-byte formatted UUID string
74 * DESCRIPTION: Convert 16-byte UUID buffer to 36-byte formatted UUID string
Dutpredef.c101 * PARAMETERS: buffer - Where the formatted string is returned
104 * RETURN: Formatted string in Buffer.
279 * PARAMETERS: buffer - Where to return the formatted types
333 * PARAMETERS: buffer - Where the formatted string is returned
336 * RETURN: Count of return types. Formatted string in Buffer.
Dutprint.c4 * Module Name: utprint - Formatted printing routines
314 * DESCRIPTION: Formatted output to a string using argument list pointer.
567 * DESCRIPTION: Formatted output to a string.
592 * DESCRIPTION: Formatted output to a string.
618 * DESCRIPTION: Formatted output to stdout using argument list pointer.
645 * DESCRIPTION: Formatted output to stdout.
671 * DESCRIPTION: Formatted output to a file using argument list pointer.
699 * DESCRIPTION: Formatted output to a file.
Dutexcep.c21 * PARAMETERS: status - The acpi_status code to be formatted
56 * PARAMETERS: status - The acpi_status code to be formatted in ACPI_EXPORT_SYMBOL()
/linux-6.8/fs/adfs/
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-6.8/tools/net/ynl/
Dynl-gen-rst.py56 """Return a RST formatted field"""
66 """Return a formatted paragraph"""
71 """Return a formatted a bullet"""
126 """Return a formatted label"""
135 """Parse 'multicast' group list and return a formatted string"""
144 """Parse 'do' section and return a formatted string"""
/linux-6.8/Documentation/ABI/testing/
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
/linux-6.8/Documentation/userspace-api/media/v4l/
Dmetafmt-intel-ipu3.rst18 interface. They are formatted as described by the :c:type:`ipu3_uapi_stats_3a`
48 formatted as described by the :c:type:`ipu3_uapi_params` structure.
/linux-6.8/Documentation/userspace-api/media/mediactl/
Dmedia-ioc-device-info.rst77 - Media API version, formatted with the ``KERNEL_VERSION()`` macro.
85 - Media device driver version, formatted with the
/linux-6.8/Documentation/admin-guide/device-mapper/
Ddm-integrity.rst102 device. If the device is already formatted, the value from the
107 a power of two. If the device is already formatted, the value from
231 The layout of the formatted block device:
239 * magic string - identifies that the device was formatted
Ddm-zoned.rst29 dm-zoned target devices are formatted and checked using the dmzadm
144 A zoned block device must first be formatted using the dmzadm tool. This
161 Formatted device(s) can be started with the dmzadm utility, too.:
/linux-6.8/drivers/md/
Ddm-clone-metadata.c230 * Check if the superblock is formatted or not. We consider the superblock to
231 * be formatted in case we find non-zero bytes in it.
233 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-6.8/drivers/scsi/be2iscsi/
Dbe_mgmt.c1136 * @buf: contains formatted text driver name and version
1139 * size of the formatted string
1152 * @buf: contains formatted text Firmware version
1155 * size of the formatted string
1171 * @buf: contains formatted text Session Count
1174 * size of the formatted string
1203 * @buf: contains formatted text Session Count
1206 * size of the formatted string
1233 * @buf: contains formatted text driver name and version
1236 * size of the formatted string
[all …]
/linux-6.8/fs/xfs/libxfs/
Dxfs_btree_staging.h118 * have been formatted. Zero prohibits writing any buffers until all
119 * blocks have been formatted.
/linux-6.8/drivers/scsi/lpfc/
Dlpfc_attr.c300 * Returns: size of formatted string.
315 * Returns: size of formatted string.
813 * @buf: on return contains the formatted text from lpfc_info().
815 * Returns: size of formatted string.
830 * @buf: on return contains the formatted text serial number.
832 * Returns: size of formatted string.
849 * @buf: on return contains the formatted support level.
855 * Returns: size of formatted string.
873 * Returns: size of formatted string.
892 * Returns: size of formatted string.
[all …]
/linux-6.8/certs/
DKconfig62 If set, this option should be the filename of a PEM-formatted file
143 If set, this option should be the filename of a PEM-formatted file
/linux-6.8/Documentation/process/
D4.Coding.rst38 strangely-formatted code.
44 how the code is formatted.
355 be formatted and what information needs to be provided.
366 specially-formatted comments; these comments can be extracted and formatted
/linux-6.8/tools/net/ynl/lib/
Dynl.py119 formatted = ':'.join('%02x' % b for b in raw)
121 formatted = bytes.hex(raw, ' ')
123 formatted = format(ipaddress.ip_address(raw))
125 formatted = str(uuid.UUID(bytes=raw))
127 formatted = raw
128 return formatted
/linux-6.8/fs/hfs/
DKconfig9 If you say Y here, you will be able to mount Macintosh-formatted
/linux-6.8/fs/hfsplus/
DKconfig11 Macintosh-formatted hard drive partitions with full read-write access.

12345678910>>...14