Home | History | Annotate | Download | only in src

Lines Matching refs:tx_remain

674             psHciContext->tx_remain = tx_length;
682 else if ( psHciContext->tx_remain > PHHCINFC_MAX_PACKET_DATA )
691 tx_length = psHciContext->tx_remain ;
709 psHciContext->tx_remain = tx_length ;
1540 &&( psHciContext->tx_remain > HCP_ZERO_LEN ))
1543 psHciContext->tx_remain -= length - 1;
1563 psHciContext->tx_remain = HCP_ZERO_LEN ;