Home
last modified time | relevance | path

Searched refs:formatted (Results 1 – 10 of 10) sorted by relevance

/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_82599.c1684 if (input_mask->formatted.bkt_hash) in ixgbe_fdir_set_input_mask_82599()
1854 input->formatted.src_ip[0]); in ixgbe_fdir_write_perfect_filter_82599()
1856 input->formatted.src_ip[1]); in ixgbe_fdir_write_perfect_filter_82599()
1858 input->formatted.src_ip[2]); in ixgbe_fdir_write_perfect_filter_82599()
1862 input->formatted.src_ip[0]); in ixgbe_fdir_write_perfect_filter_82599()
1867 input->formatted.dst_ip[0]); in ixgbe_fdir_write_perfect_filter_82599()
1899 fdirhash = input->formatted.bkt_hash; in ixgbe_fdir_write_perfect_filter_82599()
1939 fdirhash = input->formatted.bkt_hash; in ixgbe_fdir_erase_perfect_filter_82599()
1992 switch (input->formatted.flow_type) { in ixgbe_fdir_add_perfect_filter_82599()
1996 if (input->formatted.dst_port || input->formatted.src_port) { in ixgbe_fdir_add_perfect_filter_82599()
[all …]
H A Dixgbe_type.h3572 } formatted; member
3582 } formatted; member
/dpdk/drivers/net/ixgbe/
H A Dixgbe_fdir.c899 *reg = input->formatted.src_ip[0]; in fdir_write_perfect_filter_82599()
901 *reg = input->formatted.dst_ip[0]; in fdir_write_perfect_filter_82599()
911 addr_low = ((u32)input->formatted.inner_mac[0] | in fdir_write_perfect_filter_82599()
912 ((u32)input->formatted.inner_mac[1] << 8) | in fdir_write_perfect_filter_82599()
913 ((u32)input->formatted.inner_mac[2] << 16) | in fdir_write_perfect_filter_82599()
924 if (input->formatted.tunnel_type) in fdir_write_perfect_filter_82599()
930 input->formatted.tni_vni); in fdir_write_perfect_filter_82599()
938 fdirvlan = input->formatted.flex_bytes; in fdir_write_perfect_filter_82599()
1142 (rule->ixgbe_fdir.formatted.flow_type == in ixgbe_fdir_filter_program()
1144 rule->ixgbe_fdir.formatted.flow_type == in ixgbe_fdir_filter_program()
[all …]
H A Dixgbe_flow.c1816 rule->ixgbe_fdir.formatted.flow_type = in ixgbe_parse_fdir_filter_normal()
1858 rule->ixgbe_fdir.formatted.dst_ip[0] = in ixgbe_parse_fdir_filter_normal()
1860 rule->ixgbe_fdir.formatted.src_ip[0] = in ixgbe_parse_fdir_filter_normal()
1888 rule->ixgbe_fdir.formatted.flow_type = in ixgbe_parse_fdir_filter_normal()
1978 rule->ixgbe_fdir.formatted.flow_type |= in ixgbe_parse_fdir_filter_normal()
2019 rule->ixgbe_fdir.formatted.src_port = in ixgbe_parse_fdir_filter_normal()
2021 rule->ixgbe_fdir.formatted.dst_port = in ixgbe_parse_fdir_filter_normal()
2043 rule->ixgbe_fdir.formatted.flow_type |= in ixgbe_parse_fdir_filter_normal()
2079 rule->ixgbe_fdir.formatted.src_port = in ixgbe_parse_fdir_filter_normal()
2081 rule->ixgbe_fdir.formatted.dst_port = in ixgbe_parse_fdir_filter_normal()
[all …]
/dpdk/doc/guides/contributing/
H A Ddocumentation.rst301 * Bullet lists should be formatted with a leading ``*`` as follows::
310 * Numbered lists can be formatted with a leading number but the preference is to use ``#.`` which w…
471 * Images in the documentation should be formatted as follows:
513 * Tables in the documentation should be formatted as follows:
/dpdk/doc/guides/prog_guide/
H A Dtelemetry_lib.rst90 Some data will need to be formatted in a list structure. For example, if a
H A Devent_ethernet_rx_adapter.rst274 Flow identifier is formatted as follows:
H A Dpoll_mode_drv.rst399 * ``name``: A human readable string formatted by the scheme detailed below.
421 Examples of common statistics xstats strings, formatted to comply to the scheme
/dpdk/doc/guides/nics/
H A Dtap.rst36 for each interface string containing ``mac=fixed``. The MAC address is formatted
/dpdk/doc/guides/rel_notes/
H A Drelease_18_11.rst248 policies to be submitted via a FIFO using JSON formatted strings. Previously