Searched refs:outer (Results 26 - 35 of 35) sorted by relevance

12

/linux-master/drivers/net/ethernet/intel/iavf/
H A Diavf.h398 ((_a)->vlan_v2_caps.filtering.filtering_support.outer || \
/linux-master/drivers/vdpa/mlx5/net/
H A Dmlx5_vnet.c1630 void *outer; local
1648 outer = MLX5_ADDR_OF(tirc, tirc, rx_hash_field_selector_outer);
1649 MLX5_SET(rx_hash_field_select, outer, l3_prot_type, MLX5_L3_PROT_TYPE_IPV4);
1650 MLX5_SET(rx_hash_field_select, outer, l4_prot_type, MLX5_L4_PROT_TYPE_TCP);
1651 MLX5_SET(rx_hash_field_select, outer, selected_fields, HASH_IP_L4PORTS);
/linux-master/drivers/gpu/drm/panthor/
H A Dpanthor_mmu.c1915 u8 outer = in_attr >> 4, inner = in_attr & 0xf; local
1917 /* For caching to be enabled, inner and outer caching policy
1922 if (!(outer & 3) || !(outer & 4) || !(inner & 4)) {
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_ste.c736 dr_ste_build_pre_check_spec(dmn, &mask->outer))
1042 dr_ste_copy_mask_spec(buff, &set_param->outer, clr);
H A Ddr_types.h647 /* Priority of second VLAN tag in the outer header of the incoming packet.
651 /* CFI bit of first VLAN tag in the outer header of the incoming packet.
655 /* VLAN ID of first VLAN tag the outer header of the incoming packet.
674 /* The second vlan in the outer header of the packet is c-vlan (0x8100).
682 /* The second vlan in the outer header of the packet is s-vlan (0x8a88).
689 u32 gre_protocol:16; /* GRE Protocol (outer) */
691 u32 gre_key_h:24; /* GRE Key[31:8] (outer) */
692 u32 gre_key_l:8; /* GRE Key [7:0] (outer) */
694 u32 vxlan_vni:24; /* VXLAN VNI (outer) */
697 u32 geneve_vni:24; /* GENEVE VNI field (outer) */
812 struct mlx5dr_match_spec outer; member in struct:mlx5dr_match_param
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c2243 struct flow_match_basic *match, bool outer,
2248 ip_version_cap = outer ?
2268 u8 mlx5e_tc_get_ip_version(struct mlx5_flow_spec *spec, bool outer) argument
2274 if (outer)
2292 * And changes inner ip_ecn depending on inner and outer ip_ecn as follows:
2310 * The following helper allows offload when inner ip_ecn won't be changed by outer ip_ecn,
2311 * except for the outer ip_ecn = CE, where in all cases inner ip_ecn will be changed to CE,
2366 /* Both inner and outer have full mask on ecn */
2388 /* outer ecn = CE, inner ecn = CE, as decap will change inner ecn to CE in anycase,
2643 * outer header
2242 mlx5e_tc_set_ethertype(struct mlx5_core_dev *mdev, struct flow_match_basic *match, bool outer, void *headers_c, void *headers_v) argument
[all...]
/linux-master/kernel/locking/
H A Dlockdep.c3161 * outer loop:
4804 * when outer is smaller than inner, as with RCU.
4858 u8 inner, u8 outer, u8 lock_type)
4879 lock->wait_type_outer = outer;
4856 lockdep_init_map_type(struct lockdep_map *lock, const char *name, struct lock_class_key *key, int subclass, u8 inner, u8 outer, u8 lock_type) argument
/linux-master/mm/
H A Dswapfile.c3497 goto outer;
3566 outer:
/linux-master/net/mac80211/
H A Dmlme.c1388 const u16 *outer,
1401 for (i = 0; i < PRESENT_ELEMS_MAX && outer[i]; i++) {
1402 u16 elem = outer[i];
1387 ieee80211_add_non_inheritance_elem(struct sk_buff *skb, const u16 *outer, const u16 *inner) argument
/linux-master/scripts/
H A Dcheckpatch.pl1877 my ($linenr, $remain, $outer, $open, $close, $off) = @_;
1917 if (!$outer || $level <= 1) {

Completed in 400 milliseconds

12