| /kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/ |
| 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()
|
| D | ixgbe_82599.c | 1376 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 …]
|
| D | ixgbe_ethtool.c | 2557 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/ |
| 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()
|
| D | ixgbe_82599.c | 1376 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 …]
|
| D | ixgbe_ethtool.c | 2535 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/ |
| 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 */
|
| /kernel/linux/linux-5.10/drivers/scsi/qla2xxx/ |
| 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 */
|
| /kernel/linux/linux-6.6/Documentation/gpu/ |
| 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
|
| /kernel/linux/linux-6.6/drivers/acpi/acpica/ |
| 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
|
| 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.
|
| 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.
|
| /kernel/linux/linux-5.10/fs/adfs/ |
| D | Kconfig | 10 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/ |
| 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
|
| /kernel/linux/linux-6.6/Documentation/ABI/testing/ |
| 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
|
| /kernel/linux/linux-5.10/Documentation/ABI/testing/ |
| 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
|
| D | sysfs-wusb_cbaf | 58 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/ |
| D | msm-crash-dump.rst | 9 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/ |
| D | dm-integrity.rst | 93 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/ |
| 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.
|
| /kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/ |
| D | pixfmt-meta-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.
|
| /kernel/linux/linux-5.10/drivers/acpi/acpica/ |
| 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.
|
| D | utprint.c | 4 * 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/ |
| D | media-ioc-device-info.rst | 77 - 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/ |
| D | media-ioc-device-info.rst | 77 - Media API version, formatted with the ``KERNEL_VERSION()`` macro. 85 - Media device driver version, formatted with the
|