Home
last modified time | relevance | path

Searched refs:formatted (Results 1 - 25 of 30) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
H A 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()
H A 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 in ixgbe_fdir_set_input_mask_82599()
[all...]
H A 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 in ixgbe_get_ethtool_fdir_entry()
[all...]
H A Dixgbe_main.c8495 input.formatted.vlan_id = vlan_id; in ixgbe_atr()
8509 input.formatted.flow_type = IXGBE_ATR_FLOW_TYPE_TCPV4; in ixgbe_atr()
8513 input.formatted.flow_type = IXGBE_ATR_FLOW_TYPE_TCPV6; in ixgbe_atr()
8528 input.formatted.flow_type |= IXGBE_ATR_L4TYPE_TUNNEL_MASK; in ixgbe_atr()
9415 input->filter.formatted.flow_type |= in ixgbe_clsu32_build_input()
9439 mask->formatted.flow_type = IXGBE_ATR_L4TYPE_IPV6_MASK | in ixgbe_clsu32_build_input()
9442 if (input->filter.formatted.flow_type == IXGBE_ATR_FLOW_TYPE_IPV4) in ixgbe_clsu32_build_input()
9443 mask->formatted.flow_type &= IXGBE_ATR_L4TYPE_IPV6_MASK; in ixgbe_clsu32_build_input()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/
H A 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()
H A 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 in ixgbe_fdir_set_input_mask_82599()
[all...]
H A 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 in ixgbe_get_ethtool_fdir_entry()
[all...]
H A Dixgbe_main.c8542 input.formatted.vlan_id = vlan_id; in ixgbe_atr()
8556 input.formatted.flow_type = IXGBE_ATR_FLOW_TYPE_TCPV4; in ixgbe_atr()
8560 input.formatted.flow_type = IXGBE_ATR_FLOW_TYPE_TCPV6; in ixgbe_atr()
8575 input.formatted.flow_type |= IXGBE_ATR_L4TYPE_TUNNEL_MASK; in ixgbe_atr()
9506 input->filter.formatted.flow_type |= in ixgbe_clsu32_build_input()
9530 mask->formatted.flow_type = IXGBE_ATR_L4TYPE_IPV6_MASK | in ixgbe_clsu32_build_input()
9533 if (input->filter.formatted.flow_type == IXGBE_ATR_FLOW_TYPE_IPV4) in ixgbe_clsu32_build_input()
9534 mask->formatted.flow_type &= IXGBE_ATR_L4TYPE_IPV6_MASK; in ixgbe_clsu32_build_input()
/kernel/linux/linux-5.10/drivers/md/
H A Ddm-clone-metadata.c230 * 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()
432 bool formatted = false; in __open_or_format_metadata() local
434 r = __superblock_all_zeroes(cmd->bm, &formatted); in __open_or_format_metadata()
438 if (!formatted) in __open_or_format_metadata()
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-clone-metadata.c230 * 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()
/kernel/linux/linux-6.6/tools/net/ynl/lib/
H A Dynl.py118 formatted = ':'.join('%02x' % b for b in raw)
120 formatted = bytes.hex(raw, ' ')
122 formatted = format(ipaddress.ip_address(raw))
124 formatted = str(uuid.UUID(bytes=raw))
126 formatted = raw
127 return formatted
/kernel/linux/linux-5.10/tools/perf/util/cs-etm-decoder/
H A Dcs-etm-decoder.h52 u8 formatted; member
H A Dcs-etm-decoder.c658 format = (d_params->formatted ? OCSD_TRC_SRC_FRAME_FORMATTED : in cs_etm_decoder__new()
/kernel/linux/linux-6.6/tools/perf/util/cs-etm-decoder/
H A Dcs-etm-decoder.h65 bool formatted; member
H A Dcs-etm-decoder.c734 format = (d_params->formatted ? OCSD_TRC_SRC_FRAME_FORMATTED : in cs_etm_decoder__new()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dcs-etm.c716 bool formatted) in cs_etm__init_decoder_params()
726 d_params->formatted = formatted; in cs_etm__init_decoder_params()
1019 bool formatted) in cs_etm__alloc_queue()
1028 int decoders = formatted ? etm->num_cpu : 1; in cs_etm__alloc_queue()
1051 formatted)) in cs_etm__alloc_queue()
1084 bool formatted) in cs_etm__setup_queue()
1091 etmq = cs_etm__alloc_queue(etm, formatted); in cs_etm__setup_queue()
2813 * Knowing if the trace is formatted or not requires a lookup of in cs_etm__process_auxtrace_event()
2816 * formatted i in cs_etm__process_auxtrace_event()
713 cs_etm__init_decoder_params(struct cs_etm_decoder_params *d_params, struct cs_etm_queue *etmq, enum cs_etm_decoder_operation mode, bool formatted) cs_etm__init_decoder_params() argument
1018 cs_etm__alloc_queue(struct cs_etm_auxtrace *etm, bool formatted) cs_etm__alloc_queue() argument
1081 cs_etm__setup_queue(struct cs_etm_auxtrace *etm, struct auxtrace_queue *queue, unsigned int queue_nr, bool formatted) cs_etm__setup_queue() argument
2940 bool formatted; cs_etm__queue_aux_fragment() local
[all...]
H A Dprobe-finder.c340 goto formatted; in convert_variable_type()
414 formatted: in convert_variable_type()
/kernel/linux/linux-6.6/tools/testing/kunit/
H A Dkunit_parser.py514 formatted = textwrap.dedent('\n'.join(log))
515 for line in formatted.splitlines():
520 Returns string with formatted test result with colored status and test
530 String containing formatted test result
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Dx_store.S238 movel %d0,%d1 |d1 has size:reg formatted for reg_dest
H A Dutil.S632 | d1: data size and dest register number formatted as:
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Dx_store.S238 movel %d0,%d1 |d1 has size:reg formatted for reg_dest
/kernel/linux/linux-5.10/drivers/accessibility/speakup/
H A Dkobjects.c934 __ATTR(formatted, 0644, message_show, message_store);
/kernel/linux/linux-6.6/drivers/accessibility/speakup/
H A Dkobjects.c936 __ATTR(formatted, 0644, message_show, message_store);
/kernel/linux/linux-5.10/tools/perf/util/
H A Dprobe-finder.c335 goto formatted; in convert_variable_type()
409 formatted: in convert_variable_type()
/kernel/linux/linux-6.6/scripts/
H A Dkernel-doc22 kernel-doc - Print formatted kernel documentation to stdout
46 and print formatted documentation to standard output.

Completed in 89 milliseconds

12