next_packet 334 dev/ic/dp8390.c sc->next_packet = sc->rec_page_start + 1; next_packet 335 dev/ic/dp8390.c NIC_PUT(regt, regh, ED_P1_CURR, sc->next_packet); next_packet 518 dev/ic/dp8390.c if (sc->next_packet == current) next_packet 530 dev/ic/dp8390.c ((sc->next_packet - sc->rec_page_start) << ED_PAGE_SHIFT); next_packet 546 dev/ic/dp8390.c if (packet_hdr.next_packet >= sc->next_packet) next_packet 547 dev/ic/dp8390.c nlen = (packet_hdr.next_packet - sc->next_packet); next_packet 549 dev/ic/dp8390.c nlen = ((packet_hdr.next_packet - sc->rec_page_start) + next_packet 550 dev/ic/dp8390.c (sc->rec_page_stop - sc->next_packet)); next_packet 562 dev/ic/dp8390.c sc->rec_page_start, sc->next_packet, current, next_packet 563 dev/ic/dp8390.c packet_hdr.next_packet, sc->rec_page_stop); next_packet 576 dev/ic/dp8390.c packet_hdr.next_packet >= sc->rec_page_start && next_packet 577 dev/ic/dp8390.c packet_hdr.next_packet < sc->rec_page_stop) { next_packet 593 dev/ic/dp8390.c sc->next_packet = packet_hdr.next_packet; next_packet 599 dev/ic/dp8390.c boundary = sc->next_packet - 1; next_packet 603 dev/ic/dp8390.c } while (sc->next_packet != current); next_packet 1120 dev/ic/dp8390.c hdrp->next_packet = bus_space_read_1(buft, bufh, src + 1); next_packet 541 dev/ic/dp8390reg.h u_int8_t next_packet; /* pointer to next packet */ next_packet 64 dev/ic/dp8390var.h u_short next_packet; /* pointer to next unread RX packet */ next_packet 1348 dev/pci/if_pcn.c goto next_packet; next_packet 1360 dev/pci/if_pcn.c next_packet: