Home
last modified time | relevance | path

Searched refs:NUMBER_OF_SOCKETS (Results 1 – 7 of 7) sorted by relevance

/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/socket/src/
Dsl_si91x_socket_utility.c86 sli_si91x_socket_t *sli_si91x_sockets[NUMBER_OF_SOCKETS] = { 0 …
149 for (int host_socket_index = 0; host_socket_index < NUMBER_OF_SOCKETS; host_socket_index++) { in handle_select_response()
264 for (uint8_t socket_index = 0; socket_index < NUMBER_OF_SOCKETS; socket_index++) { in sli_si91x_vap_shutdown()
331 if (socket < 0 || socket >= NUMBER_OF_SOCKETS) { in get_si91x_socket()
342 for (uint8_t index = 0; index < NUMBER_OF_SOCKETS; ++index) { in sli_si91x_get_socket_from_id()
358 for (int i = 0; i < NUMBER_OF_SOCKETS; i++) { in sli_si91x_get_socket_from_port()
379 for (uint8_t socket_index = 0; socket_index < NUMBER_OF_SOCKETS; socket_index++) { in get_free_socket()
409 for (uint8_t socket_index = 0; socket_index < NUMBER_OF_SOCKETS; socket_index++) { in is_port_available()
801 for (uint8_t index = 0; index < NUMBER_OF_SOCKETS; index++) { in sli_si91x_shutdown()
849 for (uint8_t index = 0; index < NUMBER_OF_SOCKETS; index++) { in si91x_socket_event_handler()
[all …]
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/socket/inc/
Dsl_si91x_socket_constants.h46 #define NUMBER_OF_SOCKETS 20 macro
Dsl_si91x_socket_utility.h80 extern sli_si91x_socket_t *sli_si91x_sockets[NUMBER_OF_SOCKETS];
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/sl_net/src/
Dsl_net_si91x_integration_handler.c308 for (uint8_t index = 0; index < NUMBER_OF_SOCKETS; index++) { in sli_si91x_flush_all_socket_tx_queues_based_on_dest_ip_address()
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/threading/
Dsli_si91x_multithreaded.c335 for (int i = 0; i < NUMBER_OF_SOCKETS; ++i) { in si91x_event_handler_thread()
1407 for (int i = 0; i < NUMBER_OF_SOCKETS; i++) {
1440 for (int i = 0; i < NUMBER_OF_SOCKETS; ++i) {
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/inc/
Dsl_si91x_protocol_types.h131 #define NUMBER_OF_SOCKETS 20 macro
1066 uint32_t fd_array[(NUMBER_OF_SOCKETS + 31) / 32]; ///< Bit map of SOCKET Descriptors.
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/src/
Dsl_rsi_utility.c1416 for (int index = 0; index < NUMBER_OF_SOCKETS; index++) { in sli_si91x_flush_all_socket_command_queues()
1624 for (int index = 0; index < NUMBER_OF_SOCKETS; index++) { in sli_si91x_flush_all_socket_data_queues()