Searched refs:DebugDumpBytes (Results 1 – 7 of 7) sorted by relevance
/linux-2.6.39/drivers/staging/ath6kl/include/ |
D | a_debug.h | 60 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/ |
D | htc_recv.c | 159 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() 296 … DebugDumpBytes((u8 *)&pPacket->PktInfo.AsRx.ExpectedHdr,4,"Expected Message LookAhead"); in HTCProcessRecvHeader() 297 DebugDumpBytes(pBuf,sizeof(struct htc_frame_hdr),"Current Frame Header"); in HTCProcessRecvHeader() 299 … DebugDumpBytes((u8 *)&target->LastFrameHdr,sizeof(struct htc_frame_hdr),"Last Frame Header"); in HTCProcessRecvHeader() 301 DebugDumpBytes(target->LastTrailer, in HTCProcessRecvHeader() 371 …DebugDumpBytes(pBuf,pPacket->ActualLength < 256 ? pPacket->ActualLength : 256 ,"BAD HTC Recv PKT"); in HTCProcessRecvHeader() 408 DebugDumpBytes((u8 *)NextLookAheads, in HTCAsyncRecvCheckMorePackets()
|
D | htc_internal.h | 181 void DebugDumpBytes(u8 *buffer, u16 length, char *pDescription);
|
D | htc_services.c | 51 DebugDumpBytes(pPacket->pBuffer - HTC_HDR_LENGTH, in HTCControlRecv()
|
/linux-2.6.39/drivers/staging/ath6kl/htc2/AR6000/ |
D | ar6k_gmbox_hciuart.c | 457 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()
|
D | ar6k_gmbox.c | 503 DebugDumpBytes(pBuffer, Length, "GMBOX Credit read buffer"); in ProcessCreditCounterReadBuffer()
|
/linux-2.6.39/drivers/staging/ath6kl/miscdrv/ |
D | common_drv.c | 799 void DebugDumpBytes(u8 *buffer, u16 length, char *pDescription) in DebugDumpBytes() function
|