Searched refs:packet_id (Results 1 – 5 of 5) sorted by relevance
128 uint16_t packet_id,162 uint16_t packet_id, in sl_create_generic_rx_packet_from_params() argument189 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 …]
247 uint16_t packet_id; ///< ID of the packet associated with the command member
1290 uint16_t packet_id,
122 uint16_t packet_id; member248 const uint8_t *packet_id = (const uint8_t *)user_data; in si91x_packet_identification_function() local251 return (*packet_id == buffer->id); in si91x_packet_identification_function()1006 uint16_t packet_id, in sli_si91x_driver_wait_for_response_packet() argument1037 } 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()
182 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()