Searched refs:ethif_init (Results 1 - 6 of 6) sorted by relevance

/seL4-camkes-master/projects/camkes/apps/picotcp_tcp_echo/
H A Dx86_64_eth_init.c13 int ethif_init(struct eth_driver *eth_driver, ps_io_ops_t *io_ops) function
49 error = ethif_init(eth_driver, io_ops);
/seL4-camkes-master/projects/camkes/apps/picotcp_single_component/
H A Dx86_64_eth_init.c13 int ethif_init(struct eth_driver *eth_driver, ps_io_ops_t *io_ops) function
48 error = ethif_init(eth_driver, io_ops);
/seL4-camkes-master/projects/util_libs/libethdrivers/include/ethdrivers/
H A Dlwip.h32 netif_init_fn ethif_init; member in struct:lwip_iface
90 return iface->ethif_init;
/seL4-camkes-master/projects/global-components/components/Ethdriver/src/plat/pc99/
H A D82574.c19 int ethif_init(struct eth_driver *eth_driver, ps_io_ops_t *io_ops) function
62 error = ethif_init(eth_driver, io_ops);
H A D82580.c19 int ethif_init(struct eth_driver *eth_driver, ps_io_ops_t *io_ops) function
62 error = ethif_init(eth_driver, io_ops);
/seL4-camkes-master/projects/util_libs/libethdrivers/src/
H A Dlwip.c414 static err_t ethif_init(struct netif *netif) function
468 iface->ethif_init = ethif_init;

Completed in 97 milliseconds