Searched refs:NET_DEVICE_INIT_INSTANCE (Results 1 – 18 of 18) sorted by relevance
/Zephyr-latest/tests/net/lib/dns_dispatcher/src/ |
D | main.c | 116 NET_DEVICE_INIT_INSTANCE(net_iface1_test,
|
/Zephyr-latest/tests/net/route_mcast/src/ |
D | main.c | 269 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/ |
D | main.c | 224 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/ |
D | net_l2.rst | 74 - 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/ |
D | main.c | 142 NET_DEVICE_INIT_INSTANCE(net_iface1_test,
|
/Zephyr-latest/tests/net/iface/src/ |
D | main.c | 156 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/ |
D | main.c | 161 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/ |
D | main.c | 128 NET_DEVICE_INIT_INSTANCE(net_iface1_test,
|
/Zephyr-latest/tests/net/lib/mdns_responder/src/ |
D | main.c | 172 NET_DEVICE_INIT_INSTANCE(net_iface1_test,
|
/Zephyr-latest/tests/net/vlan/src/ |
D | main.c | 300 NET_DEVICE_INIT_INSTANCE(net_iface1_test, 313 NET_DEVICE_INIT_INSTANCE(net_iface2_test,
|
/Zephyr-latest/tests/net/virtual/src/ |
D | main.c | 245 NET_DEVICE_INIT_INSTANCE(eth_test_dummy1, 258 NET_DEVICE_INIT_INSTANCE(eth_test_dummy2,
|
/Zephyr-latest/tests/net/lib/dns_resolve/src/ |
D | main.c | 190 NET_DEVICE_INIT_INSTANCE(net_iface1_test,
|
/Zephyr-latest/drivers/ethernet/ |
D | dsa_ksz8xxx.c | 1069 NET_DEVICE_INIT_INSTANCE(CONCAT(dsa_slave_port_, slave), \
|
/Zephyr-latest/tests/net/ipv4_fragment/src/ |
D | main.c | 161 NET_DEVICE_INIT_INSTANCE(net_iface1_test,
|
/Zephyr-latest/drivers/wifi/nxp/ |
D | nxp_wifi_drv.c | 1930 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/ |
D | main.c | 1586 NET_DEVICE_INIT_INSTANCE(net_iface1_test,
|
/Zephyr-latest/include/zephyr/net/ |
D | net_if.h | 3417 #define NET_DEVICE_INIT_INSTANCE(dev_id, name, instance, init_fn, pm, \ macro
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.3.rst | 166 * The NET_DEVICE_INIT(), NET_DEVICE_INIT_INSTANCE(), NET_DEVICE_OFFLOAD_INIT()
|