Searched refs:tx_remain (Results 1 – 2 of 2) sorted by relevance
674 psHciContext->tx_remain = tx_length; in phHciNfc_Send_HCP()682 else if ( psHciContext->tx_remain > PHHCINFC_MAX_PACKET_DATA ) in phHciNfc_Send_HCP()691 tx_length = psHciContext->tx_remain ; in phHciNfc_Send_HCP()709 psHciContext->tx_remain = tx_length ; in phHciNfc_Send_HCP()1540 &&( psHciContext->tx_remain > HCP_ZERO_LEN )) in phHciNfc_Send_Complete()1543 psHciContext->tx_remain -= length - 1; in phHciNfc_Send_Complete()1563 psHciContext->tx_remain = HCP_ZERO_LEN ; in phHciNfc_Send_Complete()
701 volatile uint16_t tx_remain; member