Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_api.h154 #define TBI_ACCEPT(a, status, errors, length, last_byte, \ argument
158 ((last_byte) == CARRIER_EXTENSION) && \
/illumos-gate/usr/src/cmd/mdb/intel/mdb/
H A Dproc_x86util.c298 size_t last_byte; in xregs_valid_data() local
306 last_byte = (size_t)info->pri_size + (size_t)info->pri_offset; in xregs_valid_data()
307 if (last_byte < MIN(info->pri_size, info->pri_offset)) { in xregs_valid_data()
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_rx.c556 unsigned char last_byte; in e1000g_receive() local
558 last_byte = in e1000g_receive()
563 current_desc->length, last_byte, in e1000g_receive()
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusbai_register.c661 uint8_t *last_byte; /* Ptr to the end of the cfg cloud. */ in usba_build_descr_tree() local
714 last_byte = NULL; in usba_build_descr_tree()
728 if ((last_byte == NULL) && in usba_build_descr_tree()
765 last_byte = state.st_curr_raw_descr + in usba_build_descr_tree()
862 } while (state.st_curr_raw_descr < last_byte); in usba_build_descr_tree()
/illumos-gate/usr/src/uts/common/sys/
H A Decppvar.h199 caddr_t last_byte; /* last byte for PIO transfer */ member
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h1620 #define TBI_ACCEPT(adapter, status, errors, length, last_byte) \ argument
1623 ((last_byte) == CARRIER_EXTENSION) && \
/illumos-gate/usr/src/uts/common/io/
H A Decpp.c2818 pp->last_byte = (caddr_t)((ulong_t)addr + len); in ecpp_prep_pio_xfer()
3354 if (pp->next_byte >= pp->last_byte) { in ecpp_pio_ihdlr()
3507 unx_len = pp->last_byte - pp->next_byte; in ecpp_softintr()
3646 unx_len = pp->last_byte - pp->next_byte; in ecpp_xfer_timeout()