Searched refs:last_byte (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_api.h132 * last_byte = the last byte of the frame DMAed by the hardware
154 #define TBI_ACCEPT(a, status, errors, length, last_byte, \
158 ((last_byte) == CARRIER_EXTENSION) && \
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_rx.c556 unsigned char last_byte; local
558 last_byte =
563 current_desc->length, last_byte,
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusbai_register.c659 uint8_t *last_byte; /* Ptr to the end of the cfg cloud. */ local
712 last_byte = NULL;
726 if ((last_byte == NULL) &&
763 last_byte = state.st_curr_raw_descr +
835 } while (state.st_curr_raw_descr < last_byte);
/illumos-gate/usr/src/uts/common/sys/
H A Decppvar.h199 caddr_t last_byte; /* last byte for PIO transfer */ member in struct:ecppunit
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h1601 * last_byte = the last byte of the frame DMAed by the hardware
1620 #define TBI_ACCEPT(adapter, status, errors, length, last_byte) \
1623 ((last_byte) == CARRIER_EXTENSION) && \
/illumos-gate/usr/src/uts/common/io/
H A Decpp.c2812 * The block is starts at addr and ends at pp->last_byte
2818 pp->last_byte = (caddr_t)((ulong_t)addr + len);
3352 if (pp->next_byte >= pp->last_byte) {
3505 unx_len = pp->last_byte - pp->next_byte;
3644 unx_len = pp->last_byte - pp->next_byte;

Completed in 74 milliseconds