Home
last modified time | relevance | path

Searched refs:NET_DEVICE_INIT_INSTANCE (Results 1 – 18 of 18) sorted by relevance

/Zephyr-latest/tests/net/lib/dns_dispatcher/src/
Dmain.c116 NET_DEVICE_INIT_INSTANCE(net_iface1_test,
/Zephyr-latest/tests/net/route_mcast/src/
Dmain.c269 NET_DEVICE_INIT_INSTANCE(mcast_iface_1, "mcast_iface_1", iface_1,
276 NET_DEVICE_INIT_INSTANCE(mcast_iface_2, "mcast_iface_2", iface_2,
283 NET_DEVICE_INIT_INSTANCE(mcast_iface_3, "mcast_iface_3", iface_3,
/Zephyr-latest/tests/net/route/src/
Dmain.c224 NET_DEVICE_INIT_INSTANCE(net_route_test, "net_route_test", host,
231 NET_DEVICE_INIT_INSTANCE(net_route_test_peer, "net_route_test_peer", peer,
/Zephyr-latest/doc/connectivity/networking/api/
Dnet_l2.rst74 - The network device driver must use :c:macro:`NET_DEVICE_INIT_INSTANCE()`
176 ``NET_DEVICE_INIT_INSTANCE()`` in the end:
180 NET_DEVICE_INIT_INSTANCE(...,
/Zephyr-latest/tests/net/hostname/src/
Dmain.c142 NET_DEVICE_INIT_INSTANCE(net_iface1_test,
/Zephyr-latest/tests/net/iface/src/
Dmain.c156 NET_DEVICE_INIT_INSTANCE(net_iface1_test,
169 NET_DEVICE_INIT_INSTANCE(net_iface2_test,
182 NET_DEVICE_INIT_INSTANCE(net_iface3_test,
/Zephyr-latest/tests/net/ip-addr/src/
Dmain.c161 NET_DEVICE_INIT_INSTANCE(net_addr_test1, "net_addr_test1", iface1,
168 NET_DEVICE_INIT_INSTANCE(net_addr_test2, "net_addr_test2", iface2,
/Zephyr-latest/tests/net/lib/dns_addremove/src/
Dmain.c128 NET_DEVICE_INIT_INSTANCE(net_iface1_test,
/Zephyr-latest/tests/net/lib/mdns_responder/src/
Dmain.c172 NET_DEVICE_INIT_INSTANCE(net_iface1_test,
/Zephyr-latest/tests/net/vlan/src/
Dmain.c300 NET_DEVICE_INIT_INSTANCE(net_iface1_test,
313 NET_DEVICE_INIT_INSTANCE(net_iface2_test,
/Zephyr-latest/tests/net/virtual/src/
Dmain.c245 NET_DEVICE_INIT_INSTANCE(eth_test_dummy1,
258 NET_DEVICE_INIT_INSTANCE(eth_test_dummy2,
/Zephyr-latest/tests/net/lib/dns_resolve/src/
Dmain.c190 NET_DEVICE_INIT_INSTANCE(net_iface1_test,
/Zephyr-latest/drivers/ethernet/
Ddsa_ksz8xxx.c1069 NET_DEVICE_INIT_INSTANCE(CONCAT(dsa_slave_port_, slave), \
/Zephyr-latest/tests/net/ipv4_fragment/src/
Dmain.c161 NET_DEVICE_INIT_INSTANCE(net_iface1_test,
/Zephyr-latest/drivers/wifi/nxp/
Dnxp_wifi_drv.c1930 NET_DEVICE_INIT_INSTANCE(wifi_nxp_sta, "ml", 0, nxp_wifi_dev_init, PM_DEVICE_DT_INST_GET(0),
1971 NET_DEVICE_INIT_INSTANCE(wifi_nxp_uap, "ua", 1, NULL, NULL, &g_uap,
/Zephyr-latest/tests/net/ipv6_fragment/src/
Dmain.c1586 NET_DEVICE_INIT_INSTANCE(net_iface1_test,
/Zephyr-latest/include/zephyr/net/
Dnet_if.h3417 #define NET_DEVICE_INIT_INSTANCE(dev_id, name, instance, init_fn, pm, \ macro
/Zephyr-latest/doc/releases/
Drelease-notes-2.3.rst166 * The NET_DEVICE_INIT(), NET_DEVICE_INIT_INSTANCE(), NET_DEVICE_OFFLOAD_INIT()