Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/sk98lin/h/
Dskdrv2nd.h444 int RxBufSize; /* length of receive buffers */ member
/linux-2.4.37.9/drivers/net/sk98lin/
Dskge.c921 pAC->RxBufSize = ETH_BUF_SIZE; in SkGeBoardInit()
2310 pMsgBlock = alloc_skb(pAC->RxBufSize, GFP_ATOMIC); in FillRxDescriptor()
2324 Length = pAC->RxBufSize; in FillRxDescriptor()
2329 pAC->RxBufSize - 2, in FillRxDescriptor()
2369 Length = pAC->RxBufSize; in ReQueueRxBuffer()
2454 if (FrameLength > pAC->RxBufSize) {
2574 pAC->RxBufSize - 2,
2755 pAC->RxBufSize - 2,
2838 pAC->RxBufSize - 2,
3052 pAC->RxBufSize = NewMtu + 32;