Searched refs:outer (Results 1 - 25 of 35) sorted by path

12

/linux-master/arch/m68k/math-emu/
H A Dfp_decode.h184 | .long "no memory indirect action/reserved","null outer displacement"
185 | .long "word outer displacement","long outer displacement"
356 | with base and/or outer displacement
390 1: printf PDECODE,"0" | null outer displacement
393 2: fp_get_instr_word %a0,fp_err_ua1 | 16bit outer displacement
396 3: fp_get_instr_long %a0,fp_err_ua1 | 32bit outer displacement
/linux-master/drivers/gpu/drm/i915/gt/
H A Dselftest_execlists.c928 slice_semaphore_queue(struct intel_engine_cs *outer, argument
937 head = semaphore_queue(outer, vma, n++);
941 for_each_engine(engine, outer->gt, id) {
958 err = release_queue(outer, vma, n, I915_PRIORITY_BARRIER);
963 2 * outer->gt->info.num_engines * (count + 2) * (count + 3)) < 0) {
965 outer->name, count, n);
967 intel_gt_set_wedged(outer->gt);
/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/intel/iavf/
H A Diavf.h398 ((_a)->vlan_v2_caps.filtering.filtering_support.outer || \
H A Diavf_main.c1495 if (stripping_support->outer) {
1496 if (stripping_support->outer &
1500 else if (stripping_support->outer &
1515 if (insertion_support->outer) {
1516 if (insertion_support->outer &
1520 else if (insertion_support->outer &
4480 if (stripping_support->outer != VIRTCHNL_VLAN_UNSUPPORTED &&
4481 stripping_support->outer & VIRTCHNL_VLAN_TOGGLE) {
4482 if (stripping_support->outer &
4485 if (stripping_support->outer
[all...]
H A Diavf_virtchnl.c754 /* give priority over outer if it's enabled */
755 if (filtering_support->outer)
756 vlan = &vvfl_v2->filters[i].outer;
901 /* give priority over outer if it's enabled */
902 if (filtering_support->outer)
903 vlan = &vvfl_v2->filters[i].outer;
1255 if (offload_support->outer & vc_ethertype &&
1256 offload_support->outer & VIRTCHNL_VLAN_TOGGLE) {
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_virtchnl.c696 /* set outer layer RSS as default */
2361 /* in DVM VLAN promiscuous is based on the outer VLAN, which would be
2790 * ice_vf_outer_vlan_not_allowed - check if outer VLAN can be used
2793 * When the device is in double VLAN mode, check whether or not the outer VLAN
2811 * filtering/offload capabilities since the port VLAN is using the outer VLAN
2831 supported_caps->outer = VIRTCHNL_VLAN_UNSUPPORTED;
2837 supported_caps->outer = VIRTCHNL_VLAN_UNSUPPORTED;
2845 supported_caps->outer = VIRTCHNL_VLAN_ETHERTYPE_8100 |
2857 supported_caps->outer = VIRTCHNL_VLAN_TOGGLE |
2868 supported_caps->outer
3050 struct virtchnl_vlan *outer = &vlan_fltr->outer; local
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_priv.h126 u8 mlx5e_tc_get_ip_version(struct mlx5_flow_spec *spec, bool outer);
/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...]
H A Den_tc.h296 struct flow_match_basic *match, bool outer,
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/lag/
H A Dport_sel.c363 if (port_sel->outer.definers[tt])
365 port_sel->outer.definers[tt]);
387 port_sel->outer.definers[tt] = lag_definer;
482 ttc_params->dests[tt].ft = port_sel->outer.definers[tt]->ft;
505 port_sel->outer.ttc = mlx5_create_ttc_table(dev, &ttc_params);
506 return PTR_ERR_OR_ZERO(port_sel->outer.ttc);
605 port_sel->outer.definers,
622 mlx5_destroy_ttc_table(port_sel->outer.ttc);
H A Dport_sel.h27 struct mlx5_lag_ttc outer; member in struct:mlx5_lag_port_sel
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_dbg.c606 dr_dump_hex_print(dump, (char *)&mask->outer, sizeof(mask->outer));
H A Ddr_matcher.c422 mask.outer = matcher->mask.outer;
484 if (dr_mask_is_smac_set(&mask.outer) &&
485 dr_mask_is_dmac_set(&mask.outer)) {
490 if (dr_mask_is_smac_set(&mask.outer))
494 if (DR_MASK_IS_L2_DST(mask.outer, mask.misc, outer))
499 if (DR_MASK_IS_DST_IP_SET(&mask.outer))
503 if (DR_MASK_IS_SRC_IP_SET(&mask.outer))
507 if (DR_MASK_IS_ETH_L4_SET(mask.outer, mas
[all...]
H A Ddr_rule.c950 s_idx = offsetof(struct mlx5dr_match_param, outer);
951 e_idx = min(s_idx + sizeof(param->outer), value_size);
954 mlx5dr_err(matcher->tbl->dmn, "Rule outer parameters contains a value not specified by mask\n");
1145 dr_rule_get_ipv(&param->outer),
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_ste_v0.c421 * modify headers for outer headers only
707 struct mlx5dr_match_spec *mask = inner ? &value->inner : &value->outer;
740 struct mlx5dr_match_spec *spec = sb->inner ? &value->inner : &value->outer;
796 struct mlx5dr_match_spec *spec = sb->inner ? &value->inner : &value->outer;
822 struct mlx5dr_match_spec *spec = sb->inner ? &value->inner : &value->outer;
848 struct mlx5dr_match_spec *spec = sb->inner ? &value->inner : &value->outer;
884 struct mlx5dr_match_spec *mask = inner ? &value->inner : &value->outer;
935 struct mlx5dr_match_spec *spec = inner ? &value->inner : &value->outer;
996 struct mlx5dr_match_spec *mask = inner ? &value->inner : &value->outer;
1009 struct mlx5dr_match_spec *spec = sb->inner ? &value->inner : &value->outer;
[all...]
H A Ddr_ste_v1.c1054 /* Remove L2L3 outer headers */
1104 struct mlx5dr_match_spec *mask = inner ? &value->inner : &value->outer;
1130 struct mlx5dr_match_spec *spec = sb->inner ? &value->inner : &value->outer;
1176 struct mlx5dr_match_spec *spec = sb->inner ? &value->inner : &value->outer;
1200 struct mlx5dr_match_spec *spec = sb->inner ? &value->inner : &value->outer;
1224 struct mlx5dr_match_spec *spec = sb->inner ? &value->inner : &value->outer;
1258 struct mlx5dr_match_spec *mask = inner ? &value->inner : &value->outer;
1308 struct mlx5dr_match_spec *spec = inner ? &value->inner : &value->outer;
1366 struct mlx5dr_match_spec *mask = inner ? &value->inner : &value->outer;
1378 struct mlx5dr_match_spec *spec = sb->inner ? &value->inner : &value->outer;
[all...]
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/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/include/linux/avf/
H A Dvirtchnl.h578 * If only outer capabilities are supported (for filtering, insertion, and/or
579 * stripping) then this refers to the outer most or single VLAN from the VF's
583 * stripping) then this refers to the outer most or single VLAN from the VF's
584 * perspective. Functionally this is the same as if only outer capabilities are
588 * If both outer and inner capabilities are supported (for filtering, insertion,
589 * and/or stripping) then outer refers to the outer most or single VLAN and
592 * There is no support for tunneled VLAN offloads, so outer or inner are never
596 u32 outer; member in struct:virtchnl_vlan_supported_caps
609 * enabled for VLAN filtering. VLAN filtering in this case refers to the outer
711 struct virtchnl_vlan outer; member in struct:virtchnl_vlan_filter
[all...]
/linux-master/include/linux/
H A Dlockdep.h129 struct lock_class_key *key, int subclass, u8 inner, u8 outer, u8 lock_type);
133 struct lock_class_key *key, int subclass, u8 inner, u8 outer)
135 lockdep_init_map_type(lock, name, key, subclass, inner, outer, LD_LOCK_NORMAL);
325 # define lockdep_init_map_type(lock, name, key, sub, inner, outer, type) \
327 # define lockdep_init_map_waits(lock, name, key, sub, inner, outer) \
132 lockdep_init_map_waits(struct lockdep_map *lock, const char *name, struct lock_class_key *key, int subclass, u8 inner, u8 outer) argument
/linux-master/include/net/
H A Dgro.h445 struct sk_buff *p, bool outer)
457 if (flush | (outer && df))
482 bool outer)
490 return inet_gro_flush(nh, nh2, p, outer);
444 inet_gro_flush(const struct iphdr *iph, const struct iphdr *iph2, struct sk_buff *p, bool outer) argument
480 __gro_receive_network_flush(const void *th, const void *th2, struct sk_buff *p, const u16 diff, bool outer) argument
H A Dinet_ecn.h46 static inline __u8 INET_ECN_encapsulate(__u8 outer, __u8 inner) argument
48 outer &= ~INET_ECN_MASK;
49 outer |= !INET_ECN_is_ce(inner) ? (inner & INET_ECN_MASK) :
51 return outer;
231 * intersection of the appropriate arriving inner header (row) and outer
251 static inline int __INET_ECN_decapsulate(__u8 outer, __u8 inner, bool *set_ce) argument
254 switch (outer & INET_ECN_MASK) {
265 *set_ce = INET_ECN_is_ce(outer);
270 __u8 outer, __u8 inner)
275 rc = __INET_ECN_decapsulate(outer, inne
269 INET_ECN_decapsulate(struct sk_buff *skb, __u8 outer, __u8 inner) 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

Completed in 393 milliseconds

12