Home
last modified time | relevance | path

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

12345678910>>...25

/kernel/linux/linux-6.6/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.c2557 switch (rule->filter.formatted.flow_type) { in ixgbe_get_ethtool_fdir_entry()
2577 fsp->h_u.tcp_ip4_spec.psrc = rule->filter.formatted.src_port; in ixgbe_get_ethtool_fdir_entry()
2578 fsp->m_u.tcp_ip4_spec.psrc = mask->formatted.src_port; in ixgbe_get_ethtool_fdir_entry()
2579 fsp->h_u.tcp_ip4_spec.pdst = rule->filter.formatted.dst_port; in ixgbe_get_ethtool_fdir_entry()
2580 fsp->m_u.tcp_ip4_spec.pdst = mask->formatted.dst_port; in ixgbe_get_ethtool_fdir_entry()
2581 fsp->h_u.tcp_ip4_spec.ip4src = rule->filter.formatted.src_ip[0]; in ixgbe_get_ethtool_fdir_entry()
2582 fsp->m_u.tcp_ip4_spec.ip4src = mask->formatted.src_ip[0]; in ixgbe_get_ethtool_fdir_entry()
2583 fsp->h_u.tcp_ip4_spec.ip4dst = rule->filter.formatted.dst_ip[0]; in ixgbe_get_ethtool_fdir_entry()
2584 fsp->m_u.tcp_ip4_spec.ip4dst = mask->formatted.dst_ip[0]; in ixgbe_get_ethtool_fdir_entry()
2585 fsp->h_ext.vlan_tci = rule->filter.formatted.vlan_id; in ixgbe_get_ethtool_fdir_entry()
[all …]
/kernel/linux/linux-5.10/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()
1537 if (input_mask->formatted.bkt_hash) in ixgbe_fdir_set_input_mask_82599()
1541 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.c2535 switch (rule->filter.formatted.flow_type) { in ixgbe_get_ethtool_fdir_entry()
2555 fsp->h_u.tcp_ip4_spec.psrc = rule->filter.formatted.src_port; in ixgbe_get_ethtool_fdir_entry()
2556 fsp->m_u.tcp_ip4_spec.psrc = mask->formatted.src_port; in ixgbe_get_ethtool_fdir_entry()
2557 fsp->h_u.tcp_ip4_spec.pdst = rule->filter.formatted.dst_port; in ixgbe_get_ethtool_fdir_entry()
2558 fsp->m_u.tcp_ip4_spec.pdst = mask->formatted.dst_port; in ixgbe_get_ethtool_fdir_entry()
2559 fsp->h_u.tcp_ip4_spec.ip4src = rule->filter.formatted.src_ip[0]; in ixgbe_get_ethtool_fdir_entry()
2560 fsp->m_u.tcp_ip4_spec.ip4src = mask->formatted.src_ip[0]; in ixgbe_get_ethtool_fdir_entry()
2561 fsp->h_u.tcp_ip4_spec.ip4dst = rule->filter.formatted.dst_ip[0]; in ixgbe_get_ethtool_fdir_entry()
2562 fsp->m_u.tcp_ip4_spec.ip4dst = mask->formatted.dst_ip[0]; in ixgbe_get_ethtool_fdir_entry()
2563 fsp->h_ext.vlan_tci = rule->filter.formatted.vlan_id; in ixgbe_get_ethtool_fdir_entry()
[all …]
/kernel/linux/linux-6.6/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 */
/kernel/linux/linux-5.10/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 */
/kernel/linux/linux-6.6/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
/kernel/linux/linux-6.6/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.
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.
/kernel/linux/linux-5.10/fs/adfs/
DKconfig10 and from ADFS-formatted floppy discs. If you also want to be able to
27 hard drives and ADFS-formatted floppy disks. This is experimental
/kernel/linux/linux-6.6/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
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/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
Dsysfs-wusb_cbaf58 The CHID of the host formatted as 16 space-separated
92 The device's CDID formatted as 16 space-separated hex
/kernel/linux/linux-5.10/Documentation/gpu/
Dmsm-crash-dump.rst9 This document describes how the output is formatted.
35 ID of the GPU that generated the crash formatted as
/kernel/linux/linux-5.10/Documentation/admin-guide/device-mapper/
Ddm-integrity.rst93 device. If the device is already formatted, the value from the
98 a power of two. If the device is already formatted, the value from
210 The layout of the formatted block device:
218 * magic string - identifies that the device was formatted
/kernel/linux/linux-6.6/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.
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
Dpixfmt-meta-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.
/kernel/linux/linux-5.10/drivers/acpi/acpica/
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.
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/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

12345678910>>...25