Searched defs:rxhd (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/upf/
H A Dupf_usbgem.c571 uint16_t rxhd; local
/illumos-gate/usr/src/uts/common/io/urf/
H A Durf_usbgem.c492 uint16_t rxhd; local
514 rxhd = (p[1] << 8) | p[0];
515 len = rxhd & RXHD_BYTECNT;
518 dp->name, __func__, rxhd, RXHD_BITS, len));
521 if ((rxhd & (RXHD_VALID)) == 0) {
522 DPRINTF(-1, (CE_CONT, "!%s: %s: rxhd:%b",
523 dp->name, __func__, rxhd, RXHD_BITS));
524 if (rxhd & RXHD_RUNT) {

Completed in 59 milliseconds