Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/ath6kl/htc2/AR6000/
Dar6k.c1143 int totalBytes = 0; in SendBuffers() local
1171 totalBytes += sendList[i].length; in SendBuffers()
1175 …_PRINT_OUT_ZONE, ("Sent %d bytes (%d padded bytes) to mailbox : %d \n",totalBytes,totalwPadding,mb… in SendBuffers()
1236 int totalBytes = 0; in RecvBuffers() local
1283 totalBytes += recvList[curBuffer].length; in RecvBuffers()
1294 if (totalBytes != TEST_BYTES) { in RecvBuffers()
1298 mbox, totalBytes, totalwPadding)); in RecvBuffers()