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

/openbsd-current/sys/dev/pci/
H A Dif_bnx.c4232 struct l2_fhdr *l2fhdr; local
4326 l2fhdr = mtod(m, struct l2_fhdr *);
4328 len = l2fhdr->l2_fhdr_pkt_len;
4329 status = l2fhdr->l2_fhdr_status;
4382 if ((l2fhdr->l2_fhdr_ip_xsum ^ 0xffff)
4391 l2fhdr->l2_fhdr_ip_xsum
4410 l2fhdr->l2_fhdr_tcp_udp_xsum);
4424 l2fhdr->l2_fhdr_vlan_tag);
4427 l2fhdr->l2_fhdr_vlan_tag;
5633 bnx_dump_l2fhdr(struct bnx_softc *sc, int idx, struct l2_fhdr *l2fhdr) argument
[all...]

Completed in 132 milliseconds