HomeSort by: relevance | last modified time | path
    Searched defs:l2fhdr (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/
if_bnx.c 4534 struct l2_fhdr *l2fhdr; local in function:bnx_rx_intr
4646 l2fhdr = mtod(m, struct l2_fhdr *);
4648 len = l2fhdr->l2_fhdr_pkt_len;
4649 status = l2fhdr->l2_fhdr_status;
4740 if ((l2fhdr->l2_fhdr_ip_xsum ^ 0xffff) == 0)
4748 l2fhdr->l2_fhdr_ip_xsum
4768 l2fhdr->l2_fhdr_tcp_udp_xsum);
4778 vlan_set_tag(m, l2fhdr->l2_fhdr_vlan_tag);
6066 bnx_dump_l2fhdr(struct bnx_softc *sc, int idx, struct l2_fhdr *l2fhdr)
6071 l2fhdr->l2_fhdr_status, l2fhdr->l2_fhdr_pkt_len
    [all...]

Completed in 40 milliseconds