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

/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_model.h32 input->filter.formatted.src_ip[0] = (__force __be32)val;
33 mask->formatted.src_ip[0] = (__force __be32)m;
41 input->filter.formatted.dst_ip[0] = (__force __be32)val;
42 mask->formatted.dst_ip[0] = (__force __be32)m;
58 input->filter.formatted.src_port = (__force __be16)(val & 0xffff);
59 mask->formatted.src_port = (__force __be16)(m & 0xffff);
60 input->filter.formatted.dst_port = (__force __be16)(val >> 16);
61 mask->formatted.dst_port = (__force __be16)(m >> 16);
H A Dixgbe_82599.c1379 tunnel = !!(input.formatted.flow_type & IXGBE_ATR_L4TYPE_TUNNEL_MASK);
1380 flow_type = input.formatted.flow_type &
1481 input->formatted.bkt_hash = (__force __be16)(bucket_hash & 0x1FFF);
1495 u32 mask = ntohs(input_mask->formatted.dst_port);
1498 mask |= ntohs(input_mask->formatted.src_port);
1539 if (input_mask->formatted.bkt_hash)
1543 switch (input_mask->formatted.vm_pool & 0x7F) {
1554 switch (input_mask->formatted.flow_type & IXGBE_ATR_L4TYPE_MASK) {
1557 if (input_mask->formatted.dst_port ||
1558 input_mask->formatted
[all...]
H A Dixgbe_ethtool.c2558 switch (rule->filter.formatted.flow_type) {
2578 fsp->h_u.tcp_ip4_spec.psrc = rule->filter.formatted.src_port;
2579 fsp->m_u.tcp_ip4_spec.psrc = mask->formatted.src_port;
2580 fsp->h_u.tcp_ip4_spec.pdst = rule->filter.formatted.dst_port;
2581 fsp->m_u.tcp_ip4_spec.pdst = mask->formatted.dst_port;
2582 fsp->h_u.tcp_ip4_spec.ip4src = rule->filter.formatted.src_ip[0];
2583 fsp->m_u.tcp_ip4_spec.ip4src = mask->formatted.src_ip[0];
2584 fsp->h_u.tcp_ip4_spec.ip4dst = rule->filter.formatted.dst_ip[0];
2585 fsp->m_u.tcp_ip4_spec.ip4dst = mask->formatted.dst_ip[0];
2586 fsp->h_ext.vlan_tci = rule->filter.formatted
[all...]
H A Dixgbe_main.c8572 input.formatted.vlan_id = vlan_id;
8586 input.formatted.flow_type = IXGBE_ATR_FLOW_TYPE_TCPV4;
8590 input.formatted.flow_type = IXGBE_ATR_FLOW_TYPE_TCPV6;
8605 input.formatted.flow_type |= IXGBE_ATR_L4TYPE_TUNNEL_MASK;
9536 input->filter.formatted.flow_type |=
9560 mask->formatted.flow_type = IXGBE_ATR_L4TYPE_IPV6_MASK |
9563 if (input->filter.formatted.flow_type == IXGBE_ATR_FLOW_TYPE_IPV4)
9564 mask->formatted.flow_type &= IXGBE_ATR_L4TYPE_IPV6_MASK;
H A Dixgbe_type.h3084 } formatted; member in union:ixgbe_atr_input
3094 } formatted; member in union:ixgbe_atr_hash_dword
/linux-master/tools/perf/util/cs-etm-decoder/
H A Dcs-etm-decoder.h65 bool formatted; member in struct:cs_etm_decoder_params
H A Dcs-etm-decoder.c734 format = (d_params->formatted ? OCSD_TRC_SRC_FRAME_FORMATTED :
/linux-master/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) argument
251 *formatted = false;
258 *formatted = true;
426 bool formatted = false; local
428 r = __superblock_all_zeroes(cmd->bm, &formatted);
432 if (!formatted)
/linux-master/tools/perf/util/
H A Dcs-etm.c696 bool formatted,
705 if (formatted)
739 bool formatted)
749 d_params->formatted = formatted;
1042 bool formatted, int sample_cpu)
1051 int decoders = formatted ? etm->num_cpu : 1;
1067 if (cs_etm__init_trace_params(t_params, etm, formatted, sample_cpu, decoders))
1074 formatted))
1107 bool formatted,
694 cs_etm__init_trace_params(struct cs_etm_trace_params *t_params, struct cs_etm_auxtrace *etm, bool formatted, int sample_cpu, int decoders) argument
736 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) argument
1041 cs_etm__alloc_queue(struct cs_etm_auxtrace *etm, bool formatted, int sample_cpu) argument
1104 cs_etm__setup_queue(struct cs_etm_auxtrace *etm, struct auxtrace_queue *queue, unsigned int queue_nr, bool formatted, int sample_cpu) argument
2964 bool formatted; local
[all...]
H A Dprobe-finder.c222 goto formatted;
296 formatted:
/linux-master/tools/net/ynl/lib/
H A Dynl.py820 formatted = ':'.join('%02x' % b for b in raw)
822 formatted = bytes.hex(raw, ' ')
824 formatted = format(ipaddress.ip_address(raw))
826 formatted = str(uuid.UUID(bytes=raw))
828 formatted = raw
829 return formatted
/linux-master/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
/linux-master/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:
/linux-master/scripts/
H A Dkernel-doc23 kernel-doc - Print formatted kernel documentation to stdout
47 and print formatted documentation to standard output.
/linux-master/drivers/accessibility/speakup/
H A Dkobjects.c933 __ATTR(formatted, 0644, message_show, message_store);

Completed in 310 milliseconds