Home
last modified time | relevance | path

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

/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/threading/
Dsli_si91x_multithreaded.c128 uint16_t packet_id,
162 uint16_t packet_id, in sl_create_generic_rx_packet_from_params() argument
189 buffer->id = packet_id; in sl_create_generic_rx_packet_from_params()
560 buffer->id = cmd_queues[SI91X_COMMON_CMD].packet_id;
561 packet->id = cmd_queues[SI91X_COMMON_CMD].packet_id;
701 packet->id = cmd_queues[SI91X_WLAN_CMD].packet_id;
702 buffer->id = cmd_queues[SI91X_WLAN_CMD].packet_id;
757 buffer->id = cmd_queues[SI91X_WLAN_CMD].packet_id;
758 packet->id = cmd_queues[SI91X_WLAN_CMD].packet_id;
817 buffer->id = cmd_queues[SI91X_WLAN_CMD].packet_id;
[all …]
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/inc/
Dsl_si91x_types.h247 uint16_t packet_id; ///< ID of the packet associated with the command member
Dsl_si91x_driver.h1290 uint16_t packet_id,
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/src/
Dsl_si91x_driver.c122 uint16_t packet_id; member
248 const uint8_t *packet_id = (const uint8_t *)user_data; in si91x_packet_identification_function() local
251 return (*packet_id == buffer->id); in si91x_packet_identification_function()
1006 uint16_t packet_id, in sli_si91x_driver_wait_for_response_packet() argument
1037 } while ((buffer != NULL) && (buffer->id != packet_id) in sli_si91x_driver_wait_for_response_packet()
1043 …} while (buffer == NULL || (buffer->id != packet_id)); // Loop until the correct packet is found o… in sli_si91x_driver_wait_for_response_packet()
Dsl_rsi_utility.c182 uint16_t packet_id,
1276 queue->packet_id, in sli_si91x_flush_queue_based_on_type()
1452 socket->command_queue.packet_id, in sli_si91x_flush_socket_command_queues_based_on_queue_type()