Searched refs:current_size (Results 1 - 3 of 3) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/ |
H A D | Heap.h | 58 size_t current_size; /**< current size of the heap in bytes */ member
|
/device/qemu/arm_mps2_an386/liteos_m/board/driver/net/ |
H A D | lan9118_eth_drv.c | 940 bool is_new_packet, const char* data, uint32_t current_size) in lan9118_send_by_chunks() 965 if (current_size > tx_buffer_free_space) { in lan9118_send_by_chunks() 968 if ((dev->data->ongoing_packet_length_sent + current_size) == total_payload_length) { in lan9118_send_by_chunks() 982 uint32_t data_start_offset_bytes = (4 - (current_size % 4)); in lan9118_send_by_chunks() 984 SET_BIT_FIELD(txcmd_a, TX_CMD_PKT_LEN_BYTES_MASK, 0, current_size); in lan9118_send_by_chunks() 988 SET_BIT_FIELD(txcmd_b, TX_CMD_PKT_LEN_BYTES_MASK, 0, current_size); in lan9118_send_by_chunks() 989 SET_BIT_FIELD(txcmd_b, TX_CMD_PKT_TAG_MASK, TX_CMD_PKT_TAG_POS, current_size); in lan9118_send_by_chunks() 994 fill_tx_fifo(dev, (uint8_t*)data, current_size); in lan9118_send_by_chunks() 1001 dev->data->ongoing_packet_length_sent += current_size; in lan9118_send_by_chunks() 939 lan9118_send_by_chunks(const struct lan9118_eth_dev_t* dev, uint32_t total_payload_length, bool is_new_packet, const char* data, uint32_t current_size) lan9118_send_by_chunks() argument
|
H A D | lan9118_eth_drv.h | 443 * \param[in] current_size Size of the data in bytes. 448 bool is_new_packet, const char* data, uint32_t current_size);
|
Completed in 4 milliseconds