Home | History | Annotate | Download | only in src

Lines Matching defs:comp_info

971     phNfc_sTransactionInfo_t    comp_info = {0,0,0,0,0};
979 comp_info.status = NFCSTATUS_SUCCESS;
982 comp_info.length = (ps_recv_pkt->llcbuf_len -
985 comp_info.length = (uint16_t)psLlcCtxt->recvbuf_length;
988 if (0 != comp_info.length)
993 comp_info.length);
995 comp_info.buffer = psLlcCtxt->precv_buf;
999 comp_info.buffer = NULL;
1004 comp_info.status = PHNFCSTVAL(CID_NFC_LLC,
1006 comp_info.length = 0;
1007 comp_info.buffer = NULL;
1015 if ((NFCSTATUS_SUCCESS == comp_info.status) &&
1016 (0 == comp_info.length))
1030 &comp_info);
1040 &comp_info);