HomeSort by: relevance | last modified time | path
    Searched defs:next_packet (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/x68k/stand/boot/
dp8390.c 44 static u_short next_packet; variable in typeref:typename:u_short
118 next_packet = rec_page_start + 1;
119 NIC_PUT(ED_P1_CURR, next_packet);
218 * 'sc->next_packet' is the logical beginning of the ring-buffer - i.e.
230 if (next_packet == current)
234 packet_ptr = RX_BUFBASE + (next_packet << ED_PAGE_SHIFT);
251 * NOTE: sc->next_packet is pointing at the current packet.
253 if (packet_hdr.next_packet >= next_packet)
254 nlen = (packet_hdr.next_packet - next_packet)
    [all...]
  /src/sys/dev/ic/
dp8390var.h 67 u_short next_packet; /* pointer to next unread RX packet */ member in struct:dp8390_softc
dp8390reg.h 540 u_int8_t next_packet; /* pointer to next packet */ member in struct:dp8390_ring
  /src/sbin/newfs_udf/
udf_core.c 3781 struct wrpacket *packet, *next_packet; local in function:udf_writeout_writequeue
3855 TAILQ_FOREACH_SAFE(packet, &write_queue, next, next_packet) {

Completed in 17 milliseconds