Searched refs:TSO_MBUF_PROTO (Results 1 – 1 of 1) sorted by relevance
800 #define TSO_MBUF_PROTO(_mbuf) ((_mbuf)->m_pkthdr.PH_loc.sixteen[0]) macro813 TSO_MBUF_PROTO(mbuf) = eh->ether_type; in sfxge_parse_tx_packet()814 if (TSO_MBUF_PROTO(mbuf) == htons(ETHERTYPE_VLAN)) { in sfxge_parse_tx_packet()817 TSO_MBUF_PROTO(mbuf) = veh->evl_proto; in sfxge_parse_tx_packet()824 if (TSO_MBUF_PROTO(mbuf) == htons(ETHERTYPE_IP)) { in sfxge_parse_tx_packet()832 KASSERT(TSO_MBUF_PROTO(mbuf) == htons(ETHERTYPE_IPV6), in sfxge_parse_tx_packet()1065 tso->protocol = TSO_MBUF_PROTO(mbuf); in tso_start()