Home | History | Annotate | Download | only in src

Lines Matching defs:tx_length

657     uint16_t                tx_length = psHciContext->tx_total - 1 ;
666 if ( tx_length > PHHCINFC_MAX_PACKET_DATA )
674 psHciContext->tx_remain = tx_length;
680 tx_length = PHHCINFC_MAX_PACKET_DATA ;
685 tx_length = PHHCINFC_MAX_PACKET_DATA ;
691 tx_length = psHciContext->tx_remain ;
700 , tx_length );
709 psHciContext->tx_remain = tx_length ;
713 tx_length++;
716 (uint8_t *)tx_data, tx_length );