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

/freebsd-current/sys/dev/bce/
H A Dif_bce.c119 /* Controls how often the l2_fhdr frame error check will fail. */
340 int, struct l2_fhdr *);
6406 struct l2_fhdr *l2fhdr;
6469 * with an l2_fhdr structure which provides status
6479 * | l2_fhdr | pad | packet data | FCS |
6482 * The l2_fhdr needs to be checked and skipped and
6486 l2fhdr = mtod(m0, struct l2_fhdr *);
6493 * Skip over the l2_fhdr and pad, resulting in the
6499 m_adj(m0, sizeof(struct l2_fhdr) + ETHER_ALIGN);
6585 * single mbuf (i.e. the l2_fhdr
[all...]
H A Dif_bcereg.h1309 * l2_fhdr definition
1311 struct l2_fhdr { struct

Completed in 224 milliseconds