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

/freebsd-current/sys/dev/bce/
H A Dif_bce.c6406 struct l2_fhdr *l2fhdr; local
6486 l2fhdr = mtod(m0, struct l2_fhdr *);
6489 pkt_len = l2fhdr->l2_fhdr_pkt_len;
6490 status = l2fhdr->l2_fhdr_status;
6538 m0->m_len = l2fhdr->l2_fhdr_ip_xsum;
6639 if ((l2fhdr->l2_fhdr_ip_xsum ^ 0xffff) == 0)
6652 l2fhdr->l2_fhdr_tcp_udp_xsum;
6667 l2fhdr->l2_fhdr_vlan_tag;
6687 vh->evl_tag = htons(l2fhdr->l2_fhdr_vlan_tag);
8958 0, "Debug control to force l2fhdr error
9954 bce_dump_l2fhdr(struct bce_softc *sc, int idx, struct l2_fhdr *l2fhdr) argument
[all...]

Completed in 71 milliseconds