Home
last modified time | relevance | path

Searched refs:data_buffer_count (Results 1 – 3 of 3) sorted by relevance

/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/socket/inc/
Dsl_si91x_socket_types.h258 …uint8_t data_buffer_count; ///< Number of queued data buffers allocated by this sock… member
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/socket/src/
Dsl_si91x_socket_utility.c1099 …while (si91x_socket->data_buffer_limit != 0 && si91x_socket->data_buffer_count >= si91x_socket->da… in sli_si91x_send_socket_data()
1118 ++si91x_socket->data_buffer_count; in sli_si91x_send_socket_data()
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/threading/
Dsli_si91x_multithreaded.c1451 --sli_si91x_sockets[i]->data_buffer_count;