Lines Matching refs:Length
2307 SK_U16 Length; /* data fragment length */ in FillRxDescriptor() local
2324 Length = pAC->RxBufSize; in FillRxDescriptor()
2339 Length; in FillRxDescriptor()
2364 SK_U16 Length; /* data fragment length */ in ReQueueRxBuffer() local
2369 Length = pAC->RxBufSize; in ReQueueRxBuffer()
2378 Length; in ReQueueRxBuffer()
2693 pRlmtMbuf->Length = FrameLength;
3346 unsigned int Length = 0; local
3381 Length = Ioctl.Len;
3383 Length = sizeof(pAC->PnmiStruct) + HeaderLength;
3385 if (NULL == (pMemBuf = kmalloc(Length, GFP_KERNEL))) {
3388 if(copy_from_user(pMemBuf, Ioctl.pData, Length)) {
3392 if ((Ret = SkPnmiGenIoctl(pAC, pAC->IoBase, pMemBuf, &Length, 0)) < 0) {
3396 if(copy_to_user(Ioctl.pData, pMemBuf, Length) ) {
3400 Ioctl.Len = Length;
3412 Length = Ioctl.Len;
3414 Length = sizeof(pAC->PnmiStruct) + HeaderLength;
3416 if (NULL == (pMemBuf = kmalloc(Length, GFP_KERNEL))) {
3419 if(copy_from_user(pMemBuf, Ioctl.pData, Length)) {
3424 Length = 3 * sizeof(SK_U32); /* Error, Bus and Device */
3434 if(copy_to_user(Ioctl.pData, pMemBuf, Length) ) {
3438 Ioctl.Len = Length;
4335 pRlmtMbuf->Length = 0; /* Length of packet (<= Size). */
4837 skb_put(pMsg, pRlmtMbuf->Length);