Home
last modified time | relevance | path

Searched refs:rxhd (Results 1 – 2 of 2) sorted by relevance

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