Searched refs:host_socket_index (Results 1 – 1 of 1) sorted by relevance
149 for (int host_socket_index = 0; host_socket_index < NUMBER_OF_SOCKETS; host_socket_index++) { in handle_select_response() local150 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() local876 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() local933 if ((sli_si91x_sockets[host_socket_index] != NULL) in si91x_socket_event_handler()[all …]