Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_dcbx.c103 bool ethtype; in ecore_dcbx_default_tlv() local
106 ethtype = ecore_dcbx_ieee_app_ethtype(app_info_bitmap); in ecore_dcbx_default_tlv()
108 ethtype = ecore_dcbx_app_ethtype(app_info_bitmap); in ecore_dcbx_default_tlv()
128 bool ethtype; in ecore_dcbx_fcoe_tlv() local
131 ethtype = ecore_dcbx_ieee_app_ethtype(app_info_bitmap); in ecore_dcbx_fcoe_tlv()
133 ethtype = ecore_dcbx_app_ethtype(app_info_bitmap); in ecore_dcbx_fcoe_tlv()
135 return !!(ethtype && (proto_id == ECORE_ETH_TYPE_FCOE)); in ecore_dcbx_fcoe_tlv()
140 bool ethtype; in ecore_dcbx_roce_tlv() local
143 ethtype = ecore_dcbx_ieee_app_ethtype(app_info_bitmap); in ecore_dcbx_roce_tlv()
145 ethtype = ecore_dcbx_app_ethtype(app_info_bitmap); in ecore_dcbx_roce_tlv()
[all …]
H A Decore_dcbx_api.h114 bool ethtype; member
H A Drelease.txt2480 Change: Use the ieee specific mask value for reading the ethtype value
/illumos-gate/usr/src/uts/common/io/
H A Dtrill.c202 int ethtype; in trill_dest_fwd() local
229 ethtype = ntohs(ethhdr->ether_type); in trill_dest_fwd()
230 ASSERT(ethtype == ETHERTYPE_VLAN || ethtype == ETHERTYPE_TRILL); in trill_dest_fwd()
234 (ethtype == ETHERTYPE_VLAN ? sizeof (struct ether_vlan_extinfo):0); in trill_dest_fwd()
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_prototype.h557 u8 *mac_addr, u16 ethtype, u16 flags,
H A Di40e_common.c5580 u8 *mac_addr, u16 ethtype, u16 flags, in i40e_aq_add_rem_control_packet_filter() argument
5610 cmd->etype = CPU_TO_LE16(ethtype); in i40e_aq_add_rem_control_packet_filter()
5638 u16 ethtype = I40E_FLOW_CONTROL_ETHTYPE; in i40e_add_filter_to_drop_tx_flow_control_frames() local
5641 status = i40e_aq_add_rem_control_packet_filter(hw, NULL, ethtype, flag, in i40e_add_filter_to_drop_tx_flow_control_frames()
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_interface.h314 __be16 ethtype; member
346 __be16 ethtype; member
1162 __be16 ethtype; member
1175 __be16 ethtype; member