| /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/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/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/drivers/md/ |
| H A D | dm-clone-metadata.c | 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/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.
|
| H A D | vidioc-subdev-querycap.rst | 59 The version number is formatted using the ``KERNEL_VERSION()``
|
| H A D | metafmt-c3-isp.rst | 19 They are formatted as described by the :c:type:`c3_isp_stats_info` structure.
|
| /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
|
| H A D | debugfs-wilco-ec | 12 Output will formatted with "0x%02x\n".
|
| H A D | sysfs-class-rtc | 51 Valid time range for the RTC, as seconds from epoch, formatted
|
| /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/exfat/ |
| H A D | Kconfig | 9 This allows you to mount devices formatted with the exFAT file system.
|
| /linux/tools/perf/util/cs-etm-decoder/ |
| H A D | cs-etm-decoder.h | 65 bool formatted; member
|
| /linux/fs/qnx6/ |
| H A D | Kconfig | 10 Say Y if you intend to mount QNX hard disks or floppies formatted
|
| /linux/tools/net/ynl/pyynl/lib/ |
| H A D | ynl.py | 986 formatted = ':'.join(f'{b:02x}' for b in raw) 989 formatted = hex(raw) 991 formatted = bytes.hex(raw, ' ') 993 formatted = format(ipaddress.ip_address(raw)) 995 formatted = str(uuid.UUID(bytes=raw)) 997 formatted = raw 998 return formatted
|
| /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
|
| /linux/Documentation/filesystems/ |
| H A D | isofs.rst | 35 cruft Try to handle badly formatted CDs.
|
| H A D | udf.rst | 13 media however, does not support this. Instead the media can be formatted
|
| /linux/tools/testing/kunit/ |
| H A D | kunit_parser.py | 520 formatted = textwrap.dedent('\n'.join(log)) 521 for line in formatted.splitlines(): 526 Returns string with formatted test result with colored status and test 537 String containing formatted test result
|
| /linux/Documentation/dev-tools/kunit/ |
| H A D | running_tips.rst | 239 ``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/userspace-api/media/cec/ |
| H A D | cec-ioc-adap-g-caps.rst | 63 - CEC Framework API version, formatted with the ``KERNEL_VERSION()``
|
| /linux/Documentation/ |
| H A D | Changes | 219 documentation via specially-formatted comments near their 265 and repair a JFS formatted partition. 267 - ``mkfs.jfs`` - create a JFS formatted partition.
|