l2fhdr 3736 dev/pci/if_bnx.c struct l2_fhdr *l2fhdr; l2fhdr 3827 dev/pci/if_bnx.c l2fhdr = mtod(m, struct l2_fhdr *); l2fhdr 3829 dev/pci/if_bnx.c len = l2fhdr->l2_fhdr_pkt_len; l2fhdr 3830 dev/pci/if_bnx.c status = l2fhdr->l2_fhdr_status; l2fhdr 3913 dev/pci/if_bnx.c if ((l2fhdr->l2_fhdr_ip_xsum ^ 0xffff) l2fhdr 3922 dev/pci/if_bnx.c l2fhdr->l2_fhdr_ip_xsum l2fhdr 3941 dev/pci/if_bnx.c l2fhdr->l2_fhdr_tcp_udp_xsum); l2fhdr 3957 dev/pci/if_bnx.c l2fhdr->l2_fhdr_vlan_tag); l2fhdr 3965 dev/pci/if_bnx.c vh.evl_tag = htons(l2fhdr->l2_fhdr_vlan_tag); l2fhdr 5235 dev/pci/if_bnx.c bnx_dump_l2fhdr(struct bnx_softc *sc, int idx, struct l2_fhdr *l2fhdr) l2fhdr 5240 dev/pci/if_bnx.c l2fhdr->l2_fhdr_status, l2fhdr->l2_fhdr_pkt_len, l2fhdr 5241 dev/pci/if_bnx.c l2fhdr->l2_fhdr_vlan_tag, l2fhdr->l2_fhdr_ip_xsum, l2fhdr 5242 dev/pci/if_bnx.c l2fhdr->l2_fhdr_tcp_udp_xsum);