Home
last modified time | relevance | path

Searched refs:FrameLength (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/net/sk98lin/
Dskge.c2402 int FrameLength; /* total length of received frame */ local
2453 FrameLength = Control & BMU_BBC;
2454 if (FrameLength > pAC->RxBufSize) {
2472 if (FrameLength != (SK_U32) (FrameStat >> XMR_FS_LEN_SHIFT)) {
2476 FrameLength,
2482 if (FrameLength != (SK_U32) (FrameStat >> GMR_FS_LEN_SHIFT)) {
2486 FrameLength,
2507 FrameLength, PortIndex));
2528 FrameLength,
2539 if ((FrameLength < SK_COPY_THRESHOLD) &&
[all …]