Searched refs:ethtype (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dtrill.c202 int ethtype; local
229 ethtype = ntohs(ethhdr->ether_type);
230 ASSERT(ethtype == ETHERTYPE_VLAN || ethtype == ETHERTYPE_TRILL);
234 (ethtype == ETHERTYPE_VLAN ? sizeof (struct ether_vlan_extinfo):0);
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_prototype.h469 u8 *mac_addr, u16 ethtype, u16 flags,
H A Di40e_common.c5044 * @ethtype: Ethertype to use in the filter
5057 u8 *mac_addr, u16 ethtype, u16 flags,
5087 cmd->etype = CPU_TO_LE16(ethtype);
5056 i40e_aq_add_rem_control_packet_filter(struct i40e_hw *hw, u8 *mac_addr, u16 ethtype, u16 flags, u16 vsi_seid, u16 queue, bool is_add, struct i40e_control_filter_stats *stats, struct i40e_asq_cmd_details *cmd_details) argument
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_interface.h253 __be16 ethtype; member in struct:fw_filter_wr
816 __be16 ethtype; member in struct:fw_eth_tx_pkt_vm_wr

Completed in 111 milliseconds