Searched refs:eth_allocate_rx_buf (Results 1 - 3 of 3) sorted by relevance

/seL4-camkes-master/projects/global-components/remote-drivers/picotcp-ethernet-async/
H A Dserver.c59 static uintptr_t eth_allocate_rx_buf(void *iface, size_t buf_size, void **cookie) function
79 ZF_LOGF("eth_allocate_rx_buf: Invalid virtqueue ring entry");
117 .allocate_rx_buf = eth_allocate_rx_buf
/seL4-camkes-master/projects/camkes/apps/picotcp_single_component/src/
H A Dethdriver.c86 static uintptr_t eth_allocate_rx_buf(void *iface, size_t buf_size, void **cookie) function
126 .allocate_rx_buf = eth_allocate_rx_buf
/seL4-camkes-master/projects/global-components/components/Ethdriver/src/
H A Dethdriver.c131 static uintptr_t eth_allocate_rx_buf(void *iface, size_t buf_size, void **cookie) function
221 uintptr_t phys = eth_allocate_rx_buf(iface, lens[0], &cookie);
251 .allocate_rx_buf = eth_allocate_rx_buf

Completed in 35 milliseconds