Home
last modified time | relevance | path

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

/freebsd/sys/dev/bce/
H A Dif_bce.c6400 struct l2_fhdr *l2fhdr; in bce_rx_intr() local
6480 l2fhdr = mtod(m0, struct l2_fhdr *); in bce_rx_intr()
6483 pkt_len = l2fhdr->l2_fhdr_pkt_len; in bce_rx_intr()
6484 status = l2fhdr->l2_fhdr_status; in bce_rx_intr()
6532 m0->m_len = l2fhdr->l2_fhdr_ip_xsum; in bce_rx_intr()
6633 if ((l2fhdr->l2_fhdr_ip_xsum ^ 0xffff) == 0) in bce_rx_intr()
6646 l2fhdr->l2_fhdr_tcp_udp_xsum; in bce_rx_intr()
6661 l2fhdr->l2_fhdr_vlan_tag; in bce_rx_intr()
6681 vh->evl_tag = htons(l2fhdr->l2_fhdr_vlan_tag); in bce_rx_intr()
9948 bce_dump_l2fhdr(struct bce_softc *sc, int idx, struct l2_fhdr *l2fhdr) in bce_dump_l2fhdr() argument
[all …]