Home
last modified time | relevance | path

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

/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/socket/src/
Dsl_si91x_socket_utility.c149 for (int host_socket_index = 0; host_socket_index < NUMBER_OF_SOCKETS; host_socket_index++) { in handle_select_response() local
150 const sli_si91x_socket_t *socket = get_si91x_socket(host_socket_index); in handle_select_response()
158 SL_SI91X_FD_SET(host_socket_index, readfds); in handle_select_response()
164 SL_SI91X_FD_SET(host_socket_index, writefds); in handle_select_response()
875 … for (uint8_t host_socket_index = 0; host_socket_index < NUMBER_OF_SOCKETS; host_socket_index++) { in si91x_socket_event_handler() local
876 if ((sli_si91x_sockets[host_socket_index] != NULL) in si91x_socket_event_handler()
877 && (firmware_socket_response->socket_id == sli_si91x_sockets[host_socket_index]->id)) { in si91x_socket_event_handler()
878 host_socket = host_socket_index; in si91x_socket_event_handler()
932 … for (uint8_t host_socket_index = 0; host_socket_index < NUMBER_OF_SOCKETS; host_socket_index++) { in si91x_socket_event_handler() local
933 if ((sli_si91x_sockets[host_socket_index] != NULL) in si91x_socket_event_handler()
[all …]