OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:next_packet
(Results
1 - 11
of
11
) 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/
dp8390.c
354
sc->
next_packet
= sc->rec_page_start + 1;
355
NIC_PUT(regt, regh, ED_P1_CURR, sc->
next_packet
);
519
* 'sc->
next_packet
' is the logical beginning of the ring-buffer - i.e.
527
if (sc->
next_packet
== current)
539
((sc->
next_packet
- sc->rec_page_start) << ED_PAGE_SHIFT);
550
* NOTE: sc->
next_packet
is pointing at the current packet.
552
if (packet_hdr.
next_packet
>= sc->
next_packet
)
553
nlen = (packet_hdr.
next_packet
- sc->
next_packet
);
[
all
...]
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
rtl81x9.c
1034
goto
next_packet
;
1045
goto
next_packet
;
1077
next_packet
:
/src/sys/arch/playstation2/dev/
if_smap.c
342
goto
next_packet
;
363
goto
next_packet
;
374
goto
next_packet
;
383
next_packet
:
/src/sys/arch/amiga/dev/
if_ed_zbus.c
237
hdrp->
next_packet
= wrd[0] >> 8;
/src/sys/dev/scsipi/
if_se.c
745
goto
next_packet
;
756
goto
next_packet
;
765
next_packet
:
if_dse.c
878
goto
next_packet
;
892
next_packet
:
/src/sys/dev/pci/
if_pcn.c
1359
goto
next_packet
;
1371
next_packet
:
/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 22 milliseconds
Indexes created Fri Oct 17 03:10:13 GMT 2025