Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/ath6kl/include/
Da_debug.h60 void DebugDumpBytes(u8 *buffer, u16 length, char *pDescription);
161 #define AR_DEBUG_PRINTBUF(buffer, length, desc) DebugDumpBytes(buffer,length,desc)
/linux-2.6.39/drivers/staging/ath6kl/htc2/
Dhtc_recv.c159 DebugDumpBytes((u8 *)pNextLookAheads,4,"Next Look Ahead"); in HTCProcessTrailer()
177 DebugDumpBytes(pRecordBuf,pRecord->Length,"Bundle LookAhead"); in HTCProcessTrailer()
218 DebugDumpBytes(pOrigBuffer,origLength,"BAD Recv Trailer"); in HTCProcessTrailer()
296DebugDumpBytes((u8 *)&pPacket->PktInfo.AsRx.ExpectedHdr,4,"Expected Message LookAhead"); in HTCProcessRecvHeader()
297 DebugDumpBytes(pBuf,sizeof(struct htc_frame_hdr),"Current Frame Header"); in HTCProcessRecvHeader()
299DebugDumpBytes((u8 *)&target->LastFrameHdr,sizeof(struct htc_frame_hdr),"Last Frame Header"); in HTCProcessRecvHeader()
301 DebugDumpBytes(target->LastTrailer, in HTCProcessRecvHeader()
371DebugDumpBytes(pBuf,pPacket->ActualLength < 256 ? pPacket->ActualLength : 256 ,"BAD HTC Recv PKT"); in HTCProcessRecvHeader()
408 DebugDumpBytes((u8 *)NextLookAheads, in HTCAsyncRecvCheckMorePackets()
Dhtc_internal.h181 void DebugDumpBytes(u8 *buffer, u16 length, char *pDescription);
Dhtc_services.c51 DebugDumpBytes(pPacket->pBuffer - HTC_HDR_LENGTH, in HTCControlRecv()
/linux-2.6.39/drivers/staging/ath6kl/htc2/AR6000/
Dar6k_gmbox_hciuart.c457 DebugDumpBytes(LookAheadBytes, 3, "Expected HCI-UART Header"); in HCIUartMessagePending()
458 DebugDumpBytes(pPacket->pBuffer, 3, "** Bad HCI-UART Header"); in HCIUartMessagePending()
469 DebugDumpBytes(LookAheadBytes, 5, "Expected HCI-UART Header"); in HCIUartMessagePending()
470 DebugDumpBytes(pPacket->pBuffer, 5, "** Bad HCI-UART Header"); in HCIUartMessagePending()
520 DebugDumpBytes(pPacket->pBuffer, totalRecvLength, "Bad HCI-UART Recv packet"); in HCIUartMessagePending()
Dar6k_gmbox.c503 DebugDumpBytes(pBuffer, Length, "GMBOX Credit read buffer"); in ProcessCreditCounterReadBuffer()
/linux-2.6.39/drivers/staging/ath6kl/miscdrv/
Dcommon_drv.c799 void DebugDumpBytes(u8 *buffer, u16 length, char *pDescription) in DebugDumpBytes() function