OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:packet_hdr
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/x68k/stand/boot/
dp8390.c
203
struct dp8390_ring
packet_hdr
;
local in function:EtherReceive
240
ne2000_readmem(packet_ptr, (void *)&
packet_hdr
, 4);
242
len = le16toh(
packet_hdr
.count);
253
if (
packet_hdr
.next_packet >= next_packet)
254
nlen = (
packet_hdr
.next_packet - next_packet);
256
nlen = ((
packet_hdr
.next_packet - rec_page_start) +
259
if ((len & ED_PAGE_MASK) + sizeof(
packet_hdr
) > ED_PAGE_SIZE)
263
if (len !=
packet_hdr
.count) {
267
packet_hdr
.count, len,
269
packet_hdr
.next_packet, rec_page_stop)
[
all
...]
/src/sys/dev/ic/
dp8390.c
505
struct dp8390_ring
packet_hdr
;
local in function:dp8390_rint
541
(*sc->read_hdr)(sc, packet_ptr, &
packet_hdr
);
542
len =
packet_hdr
.count;
552
if (
packet_hdr
.next_packet >= sc->next_packet)
553
nlen = (
packet_hdr
.next_packet - sc->next_packet);
555
nlen = ((
packet_hdr
.next_packet - sc->rec_page_start) +
558
if ((len & ED_PAGE_MASK) + sizeof(
packet_hdr
) > ED_PAGE_SIZE)
562
if (len !=
packet_hdr
.count) {
567
"stop %02x\n",
packet_hdr
.count, len,
569
packet_hdr
.next_packet, sc->rec_page_stop)
[
all
...]
Completed in 13 milliseconds
Indexes created Mon Sep 22 13:09:51 GMT 2025