Home
last modified time | relevance | path

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

/hal_infineon-latest/wifi-host-driver/WiFi_Host_Driver/src/
Dwhd_sdpcm.c335 bus_common_header_t *packet; in whd_sdpcm_process_rx_packet() local
341 packet = (bus_common_header_t *)whd_buffer_get_current_piece_data_pointer(whd_driver, buffer); in whd_sdpcm_process_rx_packet()
342 CHECK_PACKET_WITH_NULL_RETURN(packet); in whd_sdpcm_process_rx_packet()
343 memcpy(&sdpcm_header, packet->bus_header, BUS_HEADER_LEN); in whd_sdpcm_process_rx_packet()
477 bus_common_header_t *packet; in whd_sdpcm_get_packet_to_send() local
539 packet = (bus_common_header_t *)whd_buffer_get_current_piece_data_pointer(whd_driver, *buffer); in whd_sdpcm_get_packet_to_send()
540 CHECK_PACKET_NULL(packet, WHD_NO_REGISTER_FUNCTION_POINTER); in whd_sdpcm_get_packet_to_send()
541 memcpy(&sdpcm_header, packet->bus_header, BUS_HEADER_LEN); in whd_sdpcm_get_packet_to_send()
543 memcpy(packet->bus_header, &sdpcm_header, BUS_HEADER_LEN); in whd_sdpcm_get_packet_to_send()
581 bus_common_header_t *packet = in whd_send_to_bus() local
[all …]
Dwhd_cdc_bdc.c403 data_header_t *packet; in whd_network_send_ethernet_data() local
434 packet = (data_header_t *)whd_buffer_get_current_piece_data_pointer(whd_driver, buffer); in whd_network_send_ethernet_data()
435 CHECK_PACKET_NULL(packet, WHD_NO_REGISTER_FUNCTION_POINTER); in whd_network_send_ethernet_data()
446 packet->bdc_header.flags = 0; in whd_network_send_ethernet_data()
447 packet->bdc_header.flags = (uint8_t)(BDC_PROTO_VER << BDC_FLAG_VER_SHIFT); in whd_network_send_ethernet_data()
460 packet->bdc_header.priority = whd_tos_map[priority]; in whd_network_send_ethernet_data()
464 packet->bdc_header.priority = priority; in whd_network_send_ethernet_data()
467 packet->bdc_header.flags2 = ifp->bsscfgidx; in whd_network_send_ethernet_data()
468 packet->bdc_header.data_offset = 0; in whd_network_send_ethernet_data()
471 return whd_send_to_bus(whd_driver, buffer, DATA_HEADER, packet->bdc_header.priority); in whd_network_send_ethernet_data()
/hal_infineon-latest/wifi-host-driver/WiFi_Host_Driver/src/bus_protocols/
Dwhd_bus_common.c294 uint8_t *packet; in whd_bus_transfer_backplane_bytes() local
310 packet = (uint8_t *)whd_buffer_get_current_piece_data_pointer(whd_driver, pkt_buffer); in whd_bus_transfer_backplane_bytes()
311 CHECK_PACKET_NULL(packet, WHD_NO_REGISTER_FUNCTION_POINTER); in whd_bus_transfer_backplane_bytes()
344 …memcpy( ( (whd_transfer_bytes_packet_t *)packet )->data, data + size - remaining_buf_size, transfe… in whd_bus_transfer_backplane_bytes()
348 (whd_transfer_bytes_packet_t *)packet); in whd_bus_transfer_backplane_bytes()
359 (whd_transfer_bytes_packet_t *)packet); in whd_bus_transfer_backplane_bytes()
366 …mcpy(data + size - remaining_buf_size, (uint8_t *)( (whd_transfer_bytes_packet_t *)packet )->data + in whd_bus_transfer_backplane_bytes()
Dwhd_bus_m2m_protocol.c278 void *packet = NULL; in whd_bus_m2m_read_frame() local
298 cyhal_m2m_rx_receive(whd_driver->bus_priv->m2m_obj, &packet, &hwtag); in whd_bus_m2m_read_frame()
299 if (packet == NULL) in whd_bus_m2m_read_frame()
305 *buffer = packet; in whd_bus_m2m_read_frame()
Dwhd_bus_spi_protocol.h83 whd_transfer_bytes_packet_t *packet);
Dwhd_bus_spi_protocol.c938 whd_transfer_bytes_packet_t *packet) in whd_bus_spi_transfer_bytes() argument
945 (whd_bus_gspi_header_t *)( (char *)packet->data - sizeof(whd_bus_gspi_header_t) ); in whd_bus_spi_transfer_bytes()
975 uint16_t *frametag_ptr = (uint16_t *)&packet->data; in whd_bus_spi_transfer_bytes()
/hal_infineon-latest/XMCLib/drivers/src/
Dxmc_usbh.c203 switch (ptr_pipe->packet & XMC_USBH_PACKET_TOKEN_Msk) { in XMC_lStartTransfer()
223 switch (ptr_pipe->packet & XMC_USBH_PACKET_DATA_Msk) { in XMC_lStartTransfer()
973 static int32_t XMC_USBH_PipeTransfer (XMC_USBH_PIPE_HANDLE pipe_hndl, uint32_t packet, uint8_t *dat… in XMC_USBH_PipeTransfer() argument
984 if(!(((((packet & XMC_USBH_PACKET_TOKEN_Msk) == XMC_USBH_PACKET_OUT) || in XMC_USBH_PipeTransfer()
985 ((packet & XMC_USBH_PACKET_TOKEN_Msk) == XMC_USBH_PACKET_IN))) || in XMC_USBH_PipeTransfer()
986 ((packet & XMC_USBH_PACKET_TOKEN_Msk) == XMC_USBH_PACKET_SETUP ))) in XMC_USBH_PipeTransfer()
1012 ptr_pipe->packet = packet; in XMC_USBH_PipeTransfer()
1369 ptr_pipe->packet &= (uint32_t)(~XMC_USBH_PACKET_DATA_Msk); in XMC_USBH_HandleIrq()
1370 ptr_pipe->packet |= (uint32_t)XMC_USBH_PACKET_DATA0; in XMC_USBH_HandleIrq()
1409 switch (ptr_pipe->packet & (uint32_t)XMC_USBH_PACKET_DATA_Msk) in XMC_USBH_HandleIrq()
[all …]
/hal_infineon-latest/wifi-host-driver/
DRELEASE.md6 * Provides API functions for ARP, packet filters
11 * Supports low-power offloads, including ARP, packet filters, TCP Keepalive offload, DHCP lease tim…
/hal_infineon-latest/XMCLib/drivers/inc/
Dxmc_usbh.h304 uint32_t packet,
317 …uint32_t packet; /**< Holds packet token and PID information of ongoing data pack… member
/hal_infineon-latest/bless/include/
Dcy_ble_stack_pvt.h77 extern void Cy_BLE_HAL_HciTransportHandler(char_t packet, uint16_t packet_len);
/hal_infineon-latest/btstack/
DRELEASE.md13 …ta_packet_length(), to set maximum transmission payload size and maximum packet transmission time …