OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:frameCount
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
cs89x0.c
1762
uint16_t
frameCount
, oldFrameCount;
1773
frameCount
= 0;
1820
frameCount
= CS_READ_PACKET_PAGE(sc, PKTPG_FRAME_BYTE_COUNT);
1821
while ((
frameCount
!= 0) && (
frameCount
< MCLBYTES)) {
1822
for (; oldFrameCount <
frameCount
; oldFrameCount += 2) {
1828
frameCount
= CS_READ_PACKET_PAGE(sc, PKTPG_FRAME_BYTE_COUNT);
cs89x0.c
1762
uint16_t
frameCount
, oldFrameCount;
1773
frameCount
= 0;
1820
frameCount
= CS_READ_PACKET_PAGE(sc, PKTPG_FRAME_BYTE_COUNT);
1821
while ((
frameCount
!= 0) && (
frameCount
< MCLBYTES)) {
1822
for (; oldFrameCount <
frameCount
; oldFrameCount += 2) {
1828
frameCount
= CS_READ_PACKET_PAGE(sc, PKTPG_FRAME_BYTE_COUNT);
Completed in 140 milliseconds
Indexes created Thu Sep 25 16:09:42 GMT 2025