Lines Matching refs:buffer
236 PH_LLCNFC_PRINT("Buffer to be send to Dal : \n");
655 2. Get the frame information from the receive buffer
657 buffer
673 && (NULL != pCompInfo->buffer))
684 (((PH_LLCNFC_MIN_BUFLEN_RECVD + 1) < *(pCompInfo->buffer)) &&
685 (PH_LLCNFC_MAX_BUFLEN_RECV_SEND > *(pCompInfo->buffer))))
687 PH_LLCNFC_PRINT("Buffer received : \n");
688 PH_LLCNFC_PRINT_BUFFER(pCompInfo->buffer, pCompInfo->length);
691 /* Received length is 1 and receive buffer
694 ps_recv_pkt->s_llcbuf.llc_length_byte = pCompInfo->buffer[0];
732 PH_LLCNFC_PRINT("Buffer received : \n");
733 PH_LLCNFC_PRINT_BUFFER(pCompInfo->buffer, pCompInfo->length);
742 /* Copy the received buffer and length */
746 (void)memcpy(ps_llc_payload, pCompInfo->buffer,
756 Total length of the above buffer
876 ((*(pCompInfo->buffer) > (PH_LLCNFC_MAX_BUFLEN_RECV_SEND - 1))
877 ||(*(pCompInfo->buffer) <= (PH_LLCNFC_MIN_BUFLEN_RECVD + 1))))
880 Solution for the read one byte, giving error in buffer
882 bytes expected by LLC, if the buffer
886 ALOGW("bad LLC length byte %x\n", *(pCompInfo->buffer));
907 pCompInfo->buffer = NULL;
995 comp_info.buffer = psLlcCtxt->precv_buf;
999 comp_info.buffer = NULL;
1007 comp_info.buffer = NULL;