/linux/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_model.h | 32 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/tools/testing/selftests/drivers/net/ |
H A D | xdp.py | 136 Helper function that converts an integer into a formatted hexadecimal byte string. 154 key: The key to update in the map, formatted as a hexadecimal string. 155 value: The value to associate with the key, formatted as a hexadecimal string. 172 A dictionary containing formatted packet statistics for various XDP actions. 184 val = stats_dump[key]["formatted"]["value"] 185 if stats_dump[key]["formatted"]["key"] == XDPStats.RX.value: 187 elif stats_dump[key]["formatted"]["key"] == XDPStats.PASS.value: 189 elif stats_dump[key]["formatted"]["key"] == XDPStats.DROP.value: 191 elif stats_dump[key]["formatted"]["key"] == XDPStats.TX.value: 193 elif stats_dump[key]["formatted"]["ke [all...] |
/linux/drivers/scsi/qla2xxx/ |
H A D | tcm_qla2xxx.h | 22 /* 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/Documentation/gpu/ |
H A D | msm-crash-dump.rst | 9 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/drivers/acpi/acpica/ |
H A D | utuuid.c | 40 * 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
|
H A D | utprint.c | 4 * Module Name: utprint - Formatted printing routines 314 * DESCRIPTION: Formatted output to a string using argument list pointer. 564 * DESCRIPTION: Formatted output to a string. 589 * DESCRIPTION: Formatted output to a string. 615 * DESCRIPTION: Formatted output to stdout using argument list pointer. 642 * DESCRIPTION: Formatted output to stdout. 668 * DESCRIPTION: Formatted output to a file using argument list pointer. 696 * DESCRIPTION: Formatted output to a file.
|
H A D | utpredef.c | 101 * 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.
|
H A D | utexcep.c | 21 * PARAMETERS: status - The acpi_status code to be formatted 56 * PARAMETERS: status - The acpi_status code to be formatted in ACPI_EXPORT_SYMBOL()
|
/linux/fs/adfs/ |
H A D | Kconfig | 11 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/ABI/testing/ |
H A D | sysfs-firmware-dmi-entries | 61 the "formatted" portion of the entry. This 62 "formatted" region is sometimes followed by 67 "formatted" portion of the entry, the
|
/linux/Documentation/userspace-api/media/v4l/ |
H A D | metafmt-intel-ipu3.rst | 18 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/drivers/md/ |
H A D | dm-clone-metadata.c | 230 * 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/Documentation/admin-guide/device-mapper/ |
H A D | dm-integrity.rst | 107 device. If the device is already formatted, the value from the 112 a power of two. If the device is already formatted, the value from 236 The layout of the formatted block device: 244 * magic string - identifies that the device was formatted
|
H A D | dm-zoned.rst | 29 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/drivers/scsi/be2iscsi/ |
H A D | be_mgmt.c | 1136 * @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/Documentation/userspace-api/media/mediactl/ |
H A D | media-ioc-device-info.rst | 77 - Media API version, formatted with the ``KERNEL_VERSION()`` macro. 85 - Media device driver version, formatted with the
|
/linux/fs/xfs/libxfs/ |
H A D | xfs_btree_staging.h | 116 * have been formatted. Zero prohibits writing any buffers until all 117 * blocks have been formatted.
|
/linux/Documentation/process/ |
H A D | 4.Coding.rst | 38 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/drivers/scsi/lpfc/ |
H A D | lpfc_attr.c | 432 * Returns: size of formatted string. 447 * Returns: size of formatted string. 946 * @buf: on return contains the formatted text from lpfc_info(). 948 * Returns: size of formatted string. 963 * @buf: on return contains the formatted text serial number. 965 * Returns: size of formatted string. 982 * @buf: on return contains the formatted support level. 988 * Returns: size of formatted string. 1006 * Returns: size of formatted string. 1025 * Returns: size of formatted string. [all …]
|
/linux/scripts/ |
H A D | kernel-doc | 94 Print formatted kernel documentation to stdout 97 documentation comments, and print formatted documentation 121 and print formatted documentation to standard output.
|
H A D | kernel-doc.py | 94 Print formatted kernel documentation to stdout 97 documentation comments, and print formatted documentation 121 and print formatted documentation to standard output.
|
/linux/certs/ |
H A D | Kconfig | 62 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/fs/ubifs/ |
H A D | key.h | 329 * key_type_flash - get type of a on-flash formatted key. 353 * key_inum_flash - fetch inode number from an on-flash formatted key. 376 * key_hash_flash - get directory entry hash from an on-flash formatted key. 399 * key_block_flash - get data block number from an on-flash formatted key.
|
/linux/fs/hfs/ |
H A D | Kconfig | 9 If you say Y here, you will be able to mount Macintosh-formatted
|
/linux/fs/hfsplus/ |
H A D | Kconfig | 11 Macintosh-formatted hard drive partitions with full read-write access.
|