Home
last modified time | relevance | path

Searched refs:ethtype (Results 1 – 15 of 15) sorted by relevance

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_dcbx.c95 bool ethtype; in ecore_dcbx_default_tlv() local
98 ethtype = ecore_dcbx_ieee_app_ethtype(app_info_bitmap); in ecore_dcbx_default_tlv()
100 ethtype = ecore_dcbx_app_ethtype(app_info_bitmap); in ecore_dcbx_default_tlv()
102 return !!(ethtype && (proto_id == ECORE_ETH_TYPE_DEFAULT)); in ecore_dcbx_default_tlv()
120 bool ethtype; in ecore_dcbx_fcoe_tlv() local
123 ethtype = ecore_dcbx_ieee_app_ethtype(app_info_bitmap); in ecore_dcbx_fcoe_tlv()
125 ethtype = ecore_dcbx_app_ethtype(app_info_bitmap); in ecore_dcbx_fcoe_tlv()
127 return !!(ethtype && (proto_id == ECORE_ETH_TYPE_FCOE)); in ecore_dcbx_fcoe_tlv()
132 bool ethtype; in ecore_dcbx_roce_tlv() local
135 ethtype = ecore_dcbx_ieee_app_ethtype(app_info_bitmap); in ecore_dcbx_roce_tlv()
[all …]
H A Decore_dcbx_api.h109 bool ethtype; member
/freebsd/sys/dev/cxgbe/
H A Dt4_filter.c255 if (fs1->mask.ethtype && fs1->val.ethtype != fs2->val.ethtype) in filter_eq()
442 if (fs->val.ethtype || fs->mask.ethtype) in check_fspec_against_fconf_iconf()
485 if (fs->val.ethtype || fs->mask.ethtype) in fconf_to_mode()
871 fwr->ethtype = htobe16(f->fs.val.ethtype); in hashfilter_ntuple()
872 fwr->ethtypem = htobe16(f->fs.mask.ethtype); in hashfilter_ntuple()
[all...]
H A Dt4_ioctl.h196 uint16_t ethtype; /* Ethernet type */
191 uint16_t ethtype; /* Ethernet type */ global() member
H A Dadapter.h627 __be16 ethtype; member
H A Dt4_sge.c5883 if (txp->ethtype == be16toh(ETHERTYPE_VLAN)) in cmp_l2hdr()
/freebsd/sys/dev/mlx5/
H A Dfs.h194 u16 ethtype; member
H A Dmlx5_ifc.h2535 u8 ethtype[0x10]; member
/freebsd/sys/dev/enic/
H A Dvnic_devcmd.h782 u16 ethtype; member
/freebsd/usr.sbin/cxgbetool/
H A Dcxgbetool.c901 printf(" %04x/%04x", t->fs.val.ethtype, in do_show_one_filter_info()
902 t->fs.mask.ethtype); in do_show_one_filter_info()
1063 printf("ethtype "); in set_filter_mode()
1105 else if (!strcmp(argv[0], "ethtype"))
1240 } else if (!parse_val_mask("ethtype", args, &val, &mask, hash)) { in set_filter()
1241 t.fs.val.ethtype = val; in set_filter()
1242 t.fs.mask.ethtype = mask; in set_filter()
/freebsd/sys/dev/ixl/
H A Di40e_prototype.h564 u8 *mac_addr, u16 ethtype, u16 flags,
H A Di40e_common.c5588 u8 *mac_addr, u16 ethtype, u16 flags, in i40e_aq_add_rem_control_packet_filter() argument
5618 cmd->etype = CPU_TO_LE16(ethtype); in i40e_aq_add_rem_control_packet_filter()
5646 u16 ethtype = I40E_FLOW_CONTROL_ETHTYPE; in i40e_add_filter_to_drop_tx_flow_control_frames() local
5649 status = i40e_aq_add_rem_control_packet_filter(hw, NULL, ethtype, flag, in i40e_add_filter_to_drop_tx_flow_control_frames()
/freebsd/contrib/ofed/libcxgb4/
H A Dt4fw_api.h177 __be16 ethtype; member
639 __be16 ethtype; member
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fs_core.c1598 return vlan0->ethtype != vlan1->ethtype || in check_conflicting_actions_vlan()
/freebsd/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h340 __be16 ethtype; member
372 __be16 ethtype; member
1253 __be16 ethtype; member
1266 __be16 ethtype; member