HomeSort by: relevance | last modified time | path
    Searched refs:l2_fhdr (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_bnx.c 88 /* Controls how often the l2_fhdr frame error check will fail. */
305 void bnx_dump_l2fhdr(struct bnx_softc *, int, struct l2_fhdr *);
4534 struct l2_fhdr *l2fhdr;
4639 * with the l2_fhdr structure which provides status
4646 l2fhdr = mtod(m, struct l2_fhdr *);
4652 printf("Simulating l2_fhdr status error.\n");
4716 /* Skip over the l2_fhdr when passing the data up
4719 m_adj(m, sizeof(struct l2_fhdr) + ETHER_ALIGN);
5035 sc->max_frame_size = sizeof(struct l2_fhdr) + 2 + ether_mtu + 8;
6066 bnx_dump_l2fhdr(struct bnx_softc *sc, int idx, struct l2_fhdr *l2fhdr
    [all...]
if_bnxreg.h 913 * l2_fhdr definition
915 struct l2_fhdr { struct

Completed in 29 milliseconds