Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/upf/
H A Dupf_usbgem.c573 uint8_t rsr; in upf_rx_make_packet() local
589 rsr = p[3]; in upf_rx_make_packet()
600 dp->name, __func__, rsr, RSR_BITS, len)); in upf_rx_make_packet()
603 if (rsr & RSR_ERRORS) { in upf_rx_make_packet()
604 DPRINTF(0, (CE_CONT, "!%s: rsr:%b", dp->name, rsr, RSR_BITS)); in upf_rx_make_packet()
605 if (rsr & (RSR_CRC | RSR_DRIBBLE)) { in upf_rx_make_packet()
608 if (rsr & RSR_LONG) { in upf_rx_make_packet()
611 if (rsr & RSR_RUNT) { in upf_rx_make_packet()