Searched refs:g_rndis_rx_buffer (Results 1 – 2 of 2) sorted by relevance
42 static USB_NOCACHE_RAM_SECTION USB_MEM_ALIGNX uint8_t g_rndis_rx_buffer[USB_ALIGN_UP(CONFIG_USBDEV_… variable464 usbd_rndis_start_read(g_rndis_rx_buffer, sizeof(g_rndis_rx_buffer)); in rndis_notify_handler()555 usbd_rndis_start_read(g_rndis_rx_buffer, sizeof(g_rndis_rx_buffer)); in usbd_rndis_eth_rx()562 usbd_rndis_start_read(g_rndis_rx_buffer, sizeof(g_rndis_rx_buffer)); in usbd_rndis_eth_rx()
21 static USB_NOCACHE_RAM_SECTION USB_MEM_ALIGNX uint8_t g_rndis_rx_buffer[USB_ALIGN_UP(CONFIG_USBHOST… variable482 …rndis_class.bulkin_urb, g_rndis_class.hport, g_rndis_class.bulkin, &g_rndis_rx_buffer[g_rndis_rx_l…502 pmsg = (rndis_data_packet_t *)(g_rndis_rx_buffer + pmg_offset);511 …uint8_t *buf = (uint8_t *)(g_rndis_rx_buffer + pmg_offset + sizeof(rndis_generic_msg_t) + pmsg->Da…
Completed in 17 milliseconds