Home | History | Annotate | Download | only in src

Lines Matching refs:rw

183             /* Test the RW window */
914 /* Store the Remote parameters (MIU,RW) */
1181 /* Calculate offset of current frame in RW, and check validity */
1246 /* Test if a Receive is pending and RW empty */
1310 /* Test if RW is full */
1315 /* Save I_FRAME into the RW Buffers */
1327 /* Update the RW write index */
1335 /* Copy the buffer into the RW buffer */
1425 /* Update the RW write index */
1534 /* Test the RW window */
1871 psLocalOptions->rw = pLlcpSocket->sSocketOption.rw;
1905 psRemoteOptions->rw = pLlcpSocket->remoteRW;
2012 * \retval NFCSTATUS_BUFFER_TOO_SMALL The working buffer is too small for the MIU and RW
2033 /* Set socket local params (MIUX & RW) */
2035 pLlcpSocket ->localRW = pLlcpSocket->sSocketOption.rw & PHFRINFC_LLCP_TLV_RW_MASK;
2095 if(pLlcpSocket->sSocketOption.rw != PHFRINFC_LLCP_RW_DEFAULT)
2097 /* Encode RW value */
2098 phFriNfc_Llcp_EncodeRW(&pLlcpSocket->sSocketOption.rw);
2100 /* Encode RW in TLV format */
2105 &pLlcpSocket->sSocketOption.rw);
2281 if(pLlcpSocket->sSocketOption.rw != PHFRINFC_LLCP_RW_DEFAULT)
2283 /* Encode RW value */
2284 phFriNfc_Llcp_EncodeRW(&pLlcpSocket->sSocketOption.rw);
2286 /* Encode RW in TLV format */
2291 &pLlcpSocket->sSocketOption.rw);
2595 /* Test the RW window */
2720 /* Test If data is present in the RW Buffer */
2734 /* Update RW Buffer length */
2737 /* Update Value Rw Read Index*/
2791 /* Test If data is present in the RW Buffer */
2812 /* Update RW Buffer length */
2815 /* Update Value Rw Read Index*/