Searched refs:veh (Results 1 – 2 of 2) sorted by relevance
815 struct ether_vlan_header *veh = in sfxge_parse_tx_packet() local817 TSO_MBUF_PROTO(mbuf) = veh->evl_proto; in sfxge_parse_tx_packet()818 mbuf->m_pkthdr.l2hlen = sizeof(*veh); in sfxge_parse_tx_packet()1057 struct ether_vlan_header *veh = in tso_start() local1059 tso->protocol = veh->evl_proto; in tso_start()1060 tso->nh_off = sizeof(*veh); in tso_start()
689 struct ether_vlan_header *veh = (struct ether_vlan_header *)eh; in sfxge_lro() local690 l2_id = EVL_VLANOFTAG(ntohs(veh->evl_tag)) | in sfxge_lro()692 l3_proto = veh->evl_proto; in sfxge_lro()693 nh = veh + 1; in sfxge_lro()