Searched refs:port_n (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/drivers/ethernet/ |
D | eth_adin2111.c | 1526 #define ADIN2111_PORT_MAC(adin_n, port_n) \ argument 1527 DT_PROP(DT_CHILD(DT_DRV_INST(adin_n), port##port_n), local_mac_address) 1529 #define ADIN2111_PORT_DEVICE_INIT_INSTANCE(parent_n, port_n, phy_n, name) \ argument 1530 static struct adin2111_port_data name##_port_data_##port_n = { \ 1533 static const struct adin2111_port_config name##_port_config_##port_n = { \ 1536 .port_idx = port_n, \ 1539 ETH_NET_DEVICE_INIT_INSTANCE(name##_port_##port_n, "port_" ADIN2111_XSTR(port_n), \ 1540 port_n, NULL, NULL, &name##_port_data_##port_n, \ 1541 &name##_port_config_##port_n, CONFIG_ETH_INIT_PRIORITY, \
|