Home | History | Annotate | Download | only in src

Lines Matching defs:tx_length

2066             uint16_t    tx_length = 0x00;
2078 &tx_length
2086 tx_length);
2091 psDnldContext->tx_info.tx_offset += tx_length;
2100 tx_length);
2195 uint16_t tx_length = 0x00;
2204 tx_length = ((p_dnld_raw->frame_length[0] << BYTE_SIZE) |
2207 tx_length = tx_length + PHDNLD_MIN_PACKET;
2222 uint32_t tx_length = 0;
2244 tx_length = ((p_dnld_raw->frame_length[0] << BYTE_SIZE) |
2247 tx_length = tx_length + PHDNLD_MIN_PACKET;
2252 (uint16_t)tx_length);
2280 tx_length = ((p_dnld_raw->frame_length[0] << BYTE_SIZE) |
2283 tx_length = tx_length + PHDNLD_MIN_PACKET;
2293 dnld_index = dnld_index + tx_length;
2326 (uint16_t)tx_length);
3159 uint16_t tx_length = 0;
3179 tx_length = PHDNLD_CMD_READ_LEN;
3201 tx_length = (uint16_t) (((uint16_t)param_info->data_len[0]
3214 tx_length = PHDNLD_CMD_CHECK_LEN;
3228 tx_length = param_length;
3231 (uint8_t)(tx_length >> BYTE_SIZE);
3233 (uint8_t)( tx_length & BYTE_MASK );
3234 tx_length += PHDNLD_FRAME_DATA_OFFSET;
3239 (uint8_t *)p_dnld_data, tx_length);
3250 tx_length++;
3261 tx_length = param_length;
3266 tx_length++;
3277 tx_length = param_length;
3282 tx_length++;
3311 tx_length++;
3330 (uint8_t)(tx_length >> BYTE_SIZE);
3332 (uint8_t)( tx_length & BYTE_MASK );
3333 tx_length = tx_length + PHDNLD_MIN_PACKET;
3335 (uint8_t *)p_dnld_data, tx_length);