Home
last modified time | relevance | path

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

/NextBSD/sys/dev/ed/
HDif_ed.c816 struct ed_ring packet_hdr; in ed_rint() local
848 sc->readmem(sc, packet_ptr, (char *) &packet_hdr, in ed_rint()
849 sizeof(packet_hdr)); in ed_rint()
850 len = packet_hdr.count; in ed_rint()
865 if (packet_hdr.next_packet >= sc->next_packet) in ed_rint()
866 len += (packet_hdr.next_packet - in ed_rint()
870 ((packet_hdr.next_packet - sc->rec_page_start) + in ed_rint()
896 (packet_hdr.next_packet >= sc->rec_page_start) && in ed_rint()
897 (packet_hdr.next_packet < sc->rec_page_stop)) { in ed_rint()
919 sc->next_packet = packet_hdr.next_packet; in ed_rint()