| /linux/drivers/net/ethernet/wangxun/txgbe/ |
| H A D | txgbe_ethtool.c | 129 switch (rule->filter.formatted.flow_type) { in txgbe_get_ethtool_fdir_entry() 149 fsp->h_u.tcp_ip4_spec.psrc = rule->filter.formatted.src_port; in txgbe_get_ethtool_fdir_entry() 150 fsp->m_u.tcp_ip4_spec.psrc = mask->formatted.src_port; in txgbe_get_ethtool_fdir_entry() 151 fsp->h_u.tcp_ip4_spec.pdst = rule->filter.formatted.dst_port; in txgbe_get_ethtool_fdir_entry() 152 fsp->m_u.tcp_ip4_spec.pdst = mask->formatted.dst_port; in txgbe_get_ethtool_fdir_entry() 153 fsp->h_u.tcp_ip4_spec.ip4src = rule->filter.formatted.src_ip[0]; in txgbe_get_ethtool_fdir_entry() 154 fsp->m_u.tcp_ip4_spec.ip4src = mask->formatted.src_ip[0]; in txgbe_get_ethtool_fdir_entry() 155 fsp->h_u.tcp_ip4_spec.ip4dst = rule->filter.formatted.dst_ip[0]; in txgbe_get_ethtool_fdir_entry() 156 fsp->m_u.tcp_ip4_spec.ip4dst = mask->formatted.dst_ip[0]; in txgbe_get_ethtool_fdir_entry() 157 fsp->h_ext.vlan_etype = rule->filter.formatted.flex_bytes; in txgbe_get_ethtool_fdir_entry() [all …]
|
| /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()
|
| H A D | ixgbe_ethtool.c | 2689 switch (rule->filter.formatted.flow_type) { in ixgbe_get_ethtool_fdir_entry() 2709 fsp->h_u.tcp_ip4_spec.psrc = rule->filter.formatted.src_port; in ixgbe_get_ethtool_fdir_entry() 2710 fsp->m_u.tcp_ip4_spec.psrc = mask->formatted.src_port; in ixgbe_get_ethtool_fdir_entry() 2711 fsp->h_u.tcp_ip4_spec.pdst = rule->filter.formatted.dst_port; in ixgbe_get_ethtool_fdir_entry() 2712 fsp->m_u.tcp_ip4_spec.pdst = mask->formatted.dst_port; in ixgbe_get_ethtool_fdir_entry() 2713 fsp->h_u.tcp_ip4_spec.ip4src = rule->filter.formatted.src_ip[0]; in ixgbe_get_ethtool_fdir_entry() 2714 fsp->m_u.tcp_ip4_spec.ip4src = mask->formatted.src_ip[0]; in ixgbe_get_ethtool_fdir_entry() 2715 fsp->h_u.tcp_ip4_spec.ip4dst = rule->filter.formatted.dst_ip[0]; in ixgbe_get_ethtool_fdir_entry() 2716 fsp->m_u.tcp_ip4_spec.ip4dst = mask->formatted.dst_ip[0]; in ixgbe_get_ethtool_fdir_entry() 2717 fsp->h_ext.vlan_tci = rule->filter.formatted.vlan_id; in ixgbe_get_ethtool_fdir_entry() [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/tools/net/ynl/pyynl/lib/ |
| H A D | doc_generator.py | 61 """Return a RST formatted field""" 69 """Return a formatted paragraph""" 73 """Return a formatted a bullet""" 136 """Return a formatted label""" 150 """Parse 'multicast' group list and return a formatted string""" 158 """Parse 'do' section and return a formatted string""" 399 """Transform the YAML specified by filename into an RST-formatted string"""
|
| /linux/tools/testing/selftests/drivers/net/ |
| H A D | xdp.py | 138 Helper function that converts an integer into a formatted hexadecimal byte string. 156 key: The key to update in the map, formatted as a hexadecimal string. 157 value: The value to associate with the key, formatted as a hexadecimal string. 174 A dictionary containing formatted packet statistics for various XDP actions. 186 val = stats_dump[key]["formatted"]["value"] 187 if stats_dump[key]["formatted"]["key"] == XDPStats.RX.value: 189 elif stats_dump[key]["formatted"]["key"] == XDPStats.PASS.value: 191 elif stats_dump[key]["formatted"]["key"] == XDPStats.DROP.value: 193 elif stats_dump[key]["formatted"]["key"] == XDPStats.TX.value: 195 elif stats_dump[key]["formatted"]["ke [all...] |
| /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/rust/quote/ |
| H A D | ident_fragment.rs | 9 /// [`Ident`] arguments formatted using this trait will have their `r#` prefix 21 /// If non-`None`, may be inherited by formatted identifiers.
|
| /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 | 1137 * @buf: contains formatted text driver name and version 1140 * size of the formatted string 1153 * @buf: contains formatted text Firmware version 1156 * size of the formatted string 1172 * @buf: contains formatted text Session Count 1175 * size of the formatted string 1204 * @buf: contains formatted text Session Count 1207 * size of the formatted string 1234 * @buf: contains formatted text driver name and version 1237 * 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/Documentation/userspace-api/media/v4l/ |
| H A D | metafmt-intel-ipu3.rst | 19 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.
|
| /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/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 | 91 Print formatted kernel documentation to stdout. 94 documentation comments, and print formatted documentation 120 and print formatted documentation to standard output.
|
| H A D | kernel-doc.py | |
| /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.
|