/openbmc/linux/tools/testing/selftests/net/forwarding/ |
H A D | tc_flower_cfm.sh | 57 local ethtype="89 02"; readonly ethtype 65 pkt="$ethtype $(generate_cfm_hdr 7 47 0 32)" 67 pkt="$ethtype $(generate_cfm_hdr 6 5 0 4)" 76 pkt="$ethtype $(generate_cfm_hdr 0 43 0 12)" 93 local ethtype="89 02"; readonly ethtype 103 pkt="$ethtype $(generate_cfm_hdr 5 42 0 12)" 105 pkt="$ethtype $(generate_cfm_hdr 6 1 0 70)" 107 pkt="$ethtype $(generate_cfm_hdr 0 1 0 70)" 119 pkt="$ethtype $(generate_cfm_hdr 3 0 0 4)" 140 local ethtype="89 02"; readonly ethtype [all …]
|
H A D | tc_flower.sh | 394 local ethtype="88 47"; readonly ethtype 415 pkt="$ethtype $(mpls_lse 0 0 1 255)" 432 local ethtype="88 47"; readonly ethtype 444 pkt="$ethtype $(mpls_lse 0 7 1 255)" 453 pkt="$ethtype $(mpls_lse 0 0 1 255)" 470 local ethtype="88 47"; readonly ethtype 482 pkt="$ethtype $(mpls_lse 0 0 1 255)" 509 local ethtype="88 47"; readonly ethtype 530 pkt="$ethtype $(mpls_lse 0 0 1 0)" 547 local ethtype="88 47"; readonly ethtype [all …]
|
/openbmc/linux/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_dcbx.c | 85 bool ethtype; in qed_dcbx_default_tlv() local 90 ethtype = qed_dcbx_app_ethtype(app_info_bitmap); in qed_dcbx_default_tlv() 110 bool ethtype; in qed_dcbx_fcoe_tlv() local 115 ethtype = qed_dcbx_app_ethtype(app_info_bitmap); in qed_dcbx_fcoe_tlv() 122 bool ethtype; in qed_dcbx_roce_tlv() local 1149 if (p_params->app_entry[i].ethtype) in qed_dcbx_set_app_data() 1730 bool ethtype; in qed_dcbnl_getapp() local 1741 if ((entry->ethtype == ethtype) && (entry->proto_id == idval)) { in qed_dcbnl_getapp() 1765 bool ethtype; in qed_dcbnl_setapp() local 1776 if ((entry->ethtype == ethtype) && (entry->proto_id == idval)) in qed_dcbnl_setapp() [all …]
|
/openbmc/linux/drivers/infiniband/hw/usnic/ |
H A D | usnic_fwd.h | 101 filter->u.usnic.ethtype = ETH_P_IBOE; in usnic_fwd_init_usnic_filter()
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_filter.c | 262 unsupported(fconf, ETHERTYPE_F, fs->val.ethtype, in validate_filter() 263 fs->mask.ethtype) || in validate_filter() 874 fwr->ethtype = htons(f->fs.val.ethtype); in set_filter_wr() 875 fwr->ethtypem = htons(f->fs.mask.ethtype); in set_filter_wr() 1070 if (fs->val.ethtype && !fs->mask.ethtype) in fill_default_mask() 1071 fs->mask.ethtype |= ~0; in fill_default_mask() 1219 ntuple_mask |= (u64)fs->mask.ethtype << tp->ethertype_shift; in is_filter_exact_match() 1281 if (tp->ethertype_shift >= 0 && fs->mask.ethtype) in hash_filter_ntuple() 1282 ntuple |= (u64)(fs->val.ethtype) << tp->ethertype_shift; in hash_filter_ntuple()
|
H A D | cxgb4_tc_flower.c | 195 fs->val.ethtype = ethtype_key; in cxgb4_process_flow_match() 196 fs->mask.ethtype = ethtype_mask; in cxgb4_process_flow_match() 295 if (fs->val.ethtype == ETH_P_8021Q) { in cxgb4_process_flow_match() 296 fs->val.ethtype = 0; in cxgb4_process_flow_match() 297 fs->mask.ethtype = 0; in cxgb4_process_flow_match()
|
H A D | t4fw_api.h | 182 __be16 ethtype; member 214 __be16 ethtype; member 800 __be16 ethtype;
|
H A D | cxgb4.h | 1338 uint32_t ethtype:ETHTYPE_BITWIDTH; /* Ethernet type */ member
|
/openbmc/linux/drivers/net/ethernet/netronome/nfp/flower/ |
H A D | cmsg.h | 246 __be16 ethtype; member 252 __be16 ethtype; member
|
H A D | action.c | 57 push_mpls->ethtype = act->mpls_push.proto; in nfp_fl_push_mpls() 71 pop_mpls->ethtype = act->mpls_pop.proto; in nfp_fl_pop_mpls()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
H A D | dr_cmd.c | 854 MLX5_SET(vlan, vlan, ethtype, fte->action.vlan[0].ethtype); in mlx5dr_cmd_set_fte() 860 MLX5_SET(vlan, vlan, ethtype, fte->action.vlan[1].ethtype); in mlx5dr_cmd_set_fte()
|
H A D | fs_dr.c | 232 u16 n_ethtype = vlan->ethtype; in create_action_push_vlan()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | fs_cmd.c | 618 MLX5_SET(vlan, vlan, ethtype, fte->action.vlan[0].ethtype); in mlx5_cmd_set_fte() 624 MLX5_SET(vlan, vlan, ethtype, fte->action.vlan[1].ethtype); in mlx5_cmd_set_fte()
|
H A D | fs_core.c | 1725 return vlan0->ethtype != vlan1->ethtype || in check_conflicting_actions_vlan()
|
H A D | eswitch_offloads.c | 680 flow_act.vlan[0].ethtype = ntohs(esw_attr->vlan_proto[0]); in mlx5_eswitch_add_offloaded_rule() 684 flow_act.vlan[1].ethtype = ntohs(esw_attr->vlan_proto[1]); in mlx5_eswitch_add_offloaded_rule()
|
/openbmc/linux/include/linux/mlx5/ |
H A D | fs.h | 253 u16 ethtype; member
|
/openbmc/linux/drivers/net/ethernet/cisco/enic/ |
H A D | vnic_devcmd.h | 564 u16 ethtype; member
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum.h | 695 int mlxsw_sp_ethtype_to_sver_type(u16 ethtype, u8 *p_sver_type); 697 u16 ethtype); 699 u16 ethtype);
|
H A D | spectrum.c | 487 int mlxsw_sp_ethtype_to_sver_type(u16 ethtype, u8 *p_sver_type) in mlxsw_sp_ethtype_to_sver_type() argument 489 switch (ethtype) { in mlxsw_sp_ethtype_to_sver_type() 504 u16 ethtype) in mlxsw_sp_port_egress_ethtype_set() argument 511 err = mlxsw_sp_ethtype_to_sver_type(ethtype, &sver_type); in mlxsw_sp_port_egress_ethtype_set() 520 u16 vid, u16 ethtype) in __mlxsw_sp_port_pvid_set() argument 527 err = mlxsw_sp_ethtype_to_sver_type(ethtype, &sver_type); in __mlxsw_sp_port_pvid_set() 548 u16 ethtype) in mlxsw_sp_port_pvid_set() argument 557 err = __mlxsw_sp_port_pvid_set(mlxsw_sp_port, vid, ethtype); in mlxsw_sp_port_pvid_set() 569 __mlxsw_sp_port_pvid_set(mlxsw_sp_port, mlxsw_sp_port->pvid, ethtype); in mlxsw_sp_port_pvid_set()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/acl/ |
H A D | ingress_lgcy.c | 225 flow_act.vlan[0].ethtype = ETH_P_8021Q; in esw_acl_ingress_lgcy_setup()
|
H A D | ingress_ofld.c | 42 flow_act.vlan[0].ethtype = ETH_P_8021Q; in esw_acl_ingress_prio_tag_create()
|
/openbmc/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_prototype.h | 422 u8 *mac_addr, u16 ethtype, u16 flags,
|
H A D | i40e_common.c | 4298 u8 *mac_addr, u16 ethtype, u16 flags, in i40e_aq_add_rem_control_packet_filter() argument 4327 cmd->etype = cpu_to_le16(ethtype); in i40e_aq_add_rem_control_packet_filter() 4355 u16 ethtype = I40E_FLOW_CONTROL_ETHTYPE; in i40e_add_filter_to_drop_tx_flow_control_frames() local 4358 status = i40e_aq_add_rem_control_packet_filter(hw, NULL, ethtype, flag, in i40e_add_filter_to_drop_tx_flow_control_frames()
|
/openbmc/linux/include/linux/qed/ |
H A D | qed_if.h | 84 bool ethtype; member
|
/openbmc/linux/drivers/net/ethernet/broadcom/ |
H A D | tg3.c | 17920 char *ethtype; in tg3_init_one() local 17923 ethtype = "10/100Base-TX"; in tg3_init_one() 17925 ethtype = "1000Base-SX"; in tg3_init_one() 17927 ethtype = "10/100/1000Base-T"; in tg3_init_one() 17931 tg3_phy_string(tp), ethtype, in tg3_init_one()
|