Searched refs:next_packet (Results 1 – 11 of 11) sorted by relevance
| /netbsd/src/sys/arch/x68k/stand/boot/ |
| D | dp8390.c | 44 static u_short next_packet; variable 118 next_packet = rec_page_start + 1; in dp8390_init() 119 NIC_PUT(ED_P1_CURR, next_packet); in dp8390_init() 230 if (next_packet == current) in EtherReceive() 234 packet_ptr = RX_BUFBASE + (next_packet << ED_PAGE_SHIFT); in EtherReceive() 253 if (packet_hdr.next_packet >= next_packet) in EtherReceive() 254 nlen = (packet_hdr.next_packet - next_packet); in EtherReceive() 256 nlen = ((packet_hdr.next_packet - rec_page_start) + in EtherReceive() 257 (rec_page_stop - next_packet)); in EtherReceive() 268 rec_page_start, next_packet, current, in EtherReceive() [all …]
|
| /netbsd/src/sys/dev/ic/ |
| D | dp8390.c | 354 sc->next_packet = sc->rec_page_start + 1; in dp8390_init() 355 NIC_PUT(regt, regh, ED_P1_CURR, sc->next_packet); in dp8390_init() 527 if (sc->next_packet == current) in dp8390_rint() 539 ((sc->next_packet - sc->rec_page_start) << ED_PAGE_SHIFT); in dp8390_rint() 552 if (packet_hdr.next_packet >= sc->next_packet) in dp8390_rint() 553 nlen = (packet_hdr.next_packet - sc->next_packet); in dp8390_rint() 555 nlen = ((packet_hdr.next_packet - sc->rec_page_start) + in dp8390_rint() 556 (sc->rec_page_stop - sc->next_packet)); in dp8390_rint() 568 sc->rec_page_start, sc->next_packet, current, in dp8390_rint() 569 packet_hdr.next_packet, sc->rec_page_stop); in dp8390_rint() [all …]
|
| D | dp8390reg.h | 540 u_int8_t next_packet; /* pointer to next packet */ member
|
| D | dp8390var.h | 67 u_short next_packet; /* pointer to next unread RX packet */ member
|
| D | rtl81x9.c | 1034 goto next_packet; in rtk_rxeof() 1045 goto next_packet; in rtk_rxeof() 1077 next_packet: in rtk_rxeof()
|
| /netbsd/src/sys/arch/playstation2/dev/ |
| D | if_smap.c | 342 goto next_packet; in smap_rxeof() 363 goto next_packet; in smap_rxeof() 374 goto next_packet; in smap_rxeof() 383 next_packet: in smap_rxeof()
|
| /netbsd/src/sys/dev/scsipi/ |
| D | if_se.c | 745 goto next_packet; in se_read() 756 goto next_packet; in se_read() 765 next_packet: in se_read()
|
| D | if_dse.c | 876 goto next_packet; in dse_read() 890 next_packet: in dse_read()
|
| /netbsd/src/sys/arch/amiga/dev/ |
| D | if_ed_zbus.c | 237 hdrp->next_packet = wrd[0] >> 8; in ed_zbus_read_hdr()
|
| /netbsd/src/sys/dev/pci/ |
| D | if_pcn.c | 1363 goto next_packet; in pcn_txintr() 1375 next_packet: in pcn_txintr()
|
| /netbsd/src/sbin/newfs_udf/ |
| D | udf_core.c | 3781 struct wrpacket *packet, *next_packet; in udf_writeout_writequeue() local 3855 TAILQ_FOREACH_SAFE(packet, &write_queue, next, next_packet) { in udf_writeout_writequeue()
|