Home
last modified time | relevance | path

Searched refs:ethtype (Results 1 – 12 of 12) sorted by path

/freebsd/contrib/ofed/libcxgb4/
H A Dt4fw_api.h177 __be16 ethtype; member
639 __be16 ethtype; member
/freebsd/sys/dev/cxgbe/
H A Dadapter.h596 __be16 ethtype; member
H A Dt4_filter.c255 if (fs1->mask.ethtype && fs1->val.ethtype != fs2->val.ethtype) in filter_eq()
401 if (fs->val.ethtype || fs->mask.ethtype) in check_fspec_against_fconf_iconf()
736 fwr->ethtype = htobe16(f->fs.val.ethtype); in set_tcamfilter()
737 fwr->ethtypem = htobe16(f->fs.mask.ethtype); in set_tcamfilter()
860 if (tp->ethertype_shift >= 0 && fs->mask.ethtype) { in hashfilter_ntuple()
861 *ftuple |= (uint64_t)(fs->val.ethtype) << tp->ethertype_shift; in hashfilter_ntuple()
H A Dt4_ioctl.h191 uint16_t ethtype; /* Ethernet type */ member
H A Dt4_sge.c5674 if (txp->ethtype == be16toh(ETHERTYPE_VLAN)) in cmp_l2hdr()
/freebsd/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h326 __be16 ethtype; member
358 __be16 ethtype; member
1174 __be16 ethtype; member
1187 __be16 ethtype; member
/freebsd/sys/dev/enic/
H A Dvnic_devcmd.h782 u16 ethtype; member
/freebsd/sys/dev/ixl/
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()
H A Di40e_prototype.h564 u8 *mac_addr, u16 ethtype, u16 flags,
/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()
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
137 ethtype = ecore_dcbx_app_ethtype(app_info_bitmap); in ecore_dcbx_roce_tlv()
590 entry->ethtype = !(GET_MFW_FIELD(p_tbl[i].entry, in ecore_dcbx_get_app_data()
[all …]
H A Decore_dcbx_api.h109 bool ethtype; member
/freebsd/usr.sbin/cxgbetool/
H A Dcxgbetool.c845 printf(" %04x/%04x", t->fs.val.ethtype, in do_show_one_filter_info()
846 t->fs.mask.ethtype); in do_show_one_filter_info()
1185 t.fs.val.ethtype = val; in set_filter()
1186 t.fs.mask.ethtype = mask; in set_filter()